Java Reference
Java Reference
Go to the source code of this file.
Classes | |
class | Solver |
Solver Class A solver represents the main computation engine. More... | |
class | Solver.FailException |
This exceptions signal that a failure has been raised in the C++ world. More... | |
class | Solver.IntegerCastInfo |
Holds semantic information stating that the 'expression' has been cast into 'variable' using the Var() method, and that 'maintainer' is responsible for maintaining the equality between 'variable' and 'expression'. More... | |
Packages | |
package | com.google.ortools.constraintsolver |