Java Reference

Java Reference

Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[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
 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
 CIntervalVarAn interval variable
 CIntVarAn integer variable
 CLinearExprA linear expression interface that can be parsed
 CLiteralInterface to describe a boolean variable or its negation
 CNotBooleanVariableThe negation of a boolean variable
 CScalProdA linear expression interface that can be parsed
 CSumOfVariablesA linear expression interface that can be parsed
 CCMakeTest
 CLoaderLoad native libraries needed for using ortools-java