Java Reference
Java Reference
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
| ▼CConstraint | Wrapper around a ConstraintProto |
| CAutomatonConstraint | Specialized automaton constraint |
| CCircuitConstraint | Specialized circuit constraint |
| CCumulativeConstraint | Specialized cumulative constraint |
| CMultipleCircuitConstraint | Specialized multiple circuit constraint |
| CNoOverlap2dConstraint | Specialized NoOverlap2D constraint |
| CReservoirConstraint | Specialized reservoir constraint |
| CTableConstraint | Specialized assignment constraint |
| 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 |
| CDoubleLinearExpr | A linear expression interface that can be parsed |
| CIntervalVar | An interval variable |
| CIntIntToLongFunction | Represents a function that accepts two int-valued arguments and produces a long-valued result |
| ▼CLinearArgument | A object that can build a LinearExpr object |
| ▼CIntVar | An integer variable |
| CBoolVar | An Boolean variable |
| ▼CLinearExpr | A linear expression (sum (ai * xi) + b) |
| CAffineExpression | A specialized linear expression: a * x + b |
| CConstantExpression | A specialized constant linear expression |
| CWeightedSumExpression | A specialized linear expression: sum(ai * xi) + b |
| CLinearExprBuilder | Builder class for the LinearExpr container |
| ▼CLiteral | Interface to describe a boolean variable or its negation |
| CBoolVar | An Boolean variable |
| CNotBoolVar | 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 |