Class CpSatHelper
java.lang.Object
com.google.ortools.sat.CpSatHelper
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddelete()protected voidfinalize()static longgetCPtr(CpSatHelper obj) static StringmodelStats(CpModelProto model_proto) static StringsolverResponseStats(CpSolverResponse response) static longswigRelease(CpSatHelper obj) static StringvalidateModel(CpModelProto model_proto) static DomainvariableDomain(IntegerVariableProto variable_proto) static booleanwriteModelToFile(CpModelProto model_proto, String filename)
-
Field Details
-
swigCMemOwn
protected transient boolean swigCMemOwn
-
-
Constructor Details
-
CpSatHelper
public CpSatHelper(long cPtr, boolean cMemoryOwn) -
CpSatHelper
public CpSatHelper()
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
-
delete
public void delete() -
modelStats
-
solverResponseStats
-
validateModel
-
variableDomain
-
writeModelToFile
-