Java Reference
Java Reference
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[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 | |
| 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 |
| CIntervalVar | An interval variable |
| CIntVar | An integer variable |
| CLinearExpr | A linear expression interface that can be parsed |
| CLiteral | Interface to describe a boolean variable or its negation |
| CNotBooleanVariable | The negation of a boolean variable |
| CScalProd | A linear expression interface that can be parsed |
| CSumOfVariables | A linear expression interface that can be parsed |
| CCMakeTest | |
| CLoader | Load native libraries needed for using ortools-java |