Class DecisionBuilder
java.lang.Object
com.google.ortools.constraintsolver.BaseObject
com.google.ortools.constraintsolver.DecisionBuilder
- Direct Known Subclasses:
JavaDecisionBuilder
A DecisionBuilder is responsible for creating the search tree. The
important method is Next(), which returns the next decision to execute.
important method is Next(), which returns the next decision to execute.
-
Field Summary
Fields inherited from class com.google.ortools.constraintsolver.BaseObject
swigCMemOwn
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.ortools.constraintsolver.BaseObject
getCPtr, swigRelease
-
Constructor Details
-
DecisionBuilder
public DecisionBuilder(long cPtr, boolean cMemoryOwn) -
DecisionBuilder
public DecisionBuilder()
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classBaseObject
-
delete
public void delete()- Overrides:
delete
in classBaseObject
-
swigDirectorDisconnect
protected void swigDirectorDisconnect() -
swigReleaseOwnership
public void swigReleaseOwnership() -
swigTakeOwnership
public void swigTakeOwnership() -
nextWrap
-
toString
- Overrides:
toString
in classBaseObject
-
set_name
-
GetName
-