Java Reference
Java Reference
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 12]
CCMakeTest | |
CConstraint | Wrapper around a ConstraintProto |
CCpModel | Main modeling class |
CCpSolver | Wrapper around the SAT solver |
▼CDecisionBuilder | |
CJavaDecisionBuilder | This class acts as a intermediate step between a c++ decision builder and a java one |
CIntervalVar | An interval variable |
CIntIntToLongFunction | Represents a function that accepts two int-valued arguments and produces a long-valued result |
▼CLinearExpr | A linear expression interface that can be parsed |
CIntVar | An integer variable |
CScalProd | A linear expression interface that can be parsed |
CSumOfVariables | A linear expression interface that can be parsed |
▼CLiteral | Interface to describe a boolean variable or its negation |
CIntVar | An integer variable |
CNotBooleanVariable | The negation of a boolean variable |
CLoader | Load native libraries needed for using ortools-java |
CLongTernaryOperator | Represents an operation upon three long -valued operands and producing a long -valued result |
CLongTernaryPredicate | Represents a predicate (boolean-valued function) uppon three long -valued operands |
CRuntimeException | |
▼CSolutionCallback | |
CCpSolverSolutionCallback | Parent class to create a callback called at each solution |