Java Reference

Java Reference

Packages
Here are the packages with brief descriptions (if available):
[detail level 123456]
 Ncom
 Ngoogle
 Nortools
 Nconstraintsolver
 CIntIntToLongFunctionRepresents a function that accepts two int-valued arguments and produces a long-valued result
 CJavaDecisionBuilderThis class acts as a intermediate step between a c++ decision builder and a java one
 CLongTernaryOperatorRepresents an operation upon three long-valued operands and producing a long-valued result
 CLongTernaryPredicateRepresents a predicate (boolean-valued function) uppon three long-valued operands
 Nsat
 CAffineExpressionA specialized linear expression: a * x + b
 CAutomatonConstraintSpecialized automaton constraint
 CBoolVarAn Boolean variable
 CCircuitConstraintSpecialized circuit constraint
 CConstantExpressionA specialized constant linear expression
 CConstraintWrapper around a ConstraintProto
 CCpModelMain modeling class
 CMismatchedArrayLengthsException thrown when parallel arrays have mismatched lengths
 CWrongLengthException thrown when an array has a wrong length
 CCpSolverWrapper around the SAT solver
 CCpSolverSolutionCallbackParent class to create a callback called at each solution
 CCumulativeConstraintSpecialized cumulative constraint
 CDoubleLinearExprA linear expression interface that can be parsed
 CIntervalVarAn interval variable
 CIntVarAn integer variable
 CLinearArgumentA object that can build a LinearExpr object
 CLinearExprA linear expression (sum (ai * xi) + b)
 CLinearExprBuilderBuilder class for the LinearExpr container
 CLiteralInterface to describe a boolean variable or its negation
 CMultipleCircuitConstraintSpecialized multiple circuit constraint
 CNoOverlap2dConstraintSpecialized NoOverlap2D constraint
 CNotBoolVarThe negation of a boolean variable
 CReservoirConstraintSpecialized reservoir constraint
 CTableConstraintSpecialized assignment constraint
 CWeightedSumExpressionA specialized linear expression: sum(ai * xi) + b
 CLoaderLoad native libraries needed for using ortools-java