Java Reference
Java Reference
Packages
Here are the packages with brief descriptions (if available):
[detail level 123456]
| ▼Ncom | |
| ▼Ngoogle | |
| ▼Nortools | |
| ▼Nconstraintsolver | |
| CIntIntToLongFunction | Represents a function that accepts two int-valued arguments and produces a long-valued result |
| CJavaDecisionBuilder | This class acts as a intermediate step between a c++ decision builder and a java one |
| 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 |
| ▼Nsat | |
| CAffineExpression | A specialized linear expression: a * x + b |
| CAutomatonConstraint | Specialized automaton constraint |
| CBoolVar | An Boolean variable |
| CCircuitConstraint | Specialized circuit constraint |
| CConstantExpression | A specialized constant linear expression |
| CConstraint | Wrapper around a ConstraintProto |
| ▼CCpModel | Main modeling class |
| CMismatchedArrayLengths | Exception thrown when parallel arrays have mismatched lengths |
| CWrongLength | Exception thrown when an array has a wrong length |
| CCpSolver | Wrapper around the SAT solver |
| CCpSolverSolutionCallback | Parent class to create a callback called at each solution |
| CCumulativeConstraint | Specialized cumulative constraint |
| CDoubleLinearExpr | A linear expression interface that can be parsed |
| CIntervalVar | An interval variable |
| CIntVar | An integer variable |
| CLinearArgument | A object that can build a LinearExpr object |
| CLinearExpr | A linear expression (sum (ai * xi) + b) |
| CLinearExprBuilder | Builder class for the LinearExpr container |
| CLiteral | Interface to describe a boolean variable or its negation |
| CMultipleCircuitConstraint | Specialized multiple circuit constraint |
| CNoOverlap2dConstraint | Specialized NoOverlap2D constraint |
| CNotBoolVar | The negation of a boolean variable |
| CReservoirConstraint | Specialized reservoir constraint |
| CTableConstraint | Specialized assignment constraint |
| CWeightedSumExpression | A specialized linear expression: sum(ai * xi) + b |
| CLoader | Load native libraries needed for using ortools-java |