Google OR-Tools v9.11
a fast and portable software suite for combinatorial optimization
|
Protected Member Functions | |
ObjectiveMonitor (long cPtr, boolean cMemoryOwn) | |
void | finalize () |
Protected Member Functions inherited from com.google.ortools.constraintsolver.SearchMonitor | |
SearchMonitor (long cPtr, boolean cMemoryOwn) | |
void | swigDirectorDisconnect () |
Protected Member Functions inherited from com.google.ortools.constraintsolver.BaseObject | |
BaseObject (long cPtr, boolean cMemoryOwn) | |
Static Protected Member Functions | |
static long | getCPtr (ObjectiveMonitor obj) |
static long | swigRelease (ObjectiveMonitor obj) |
Static Protected Member Functions inherited from com.google.ortools.constraintsolver.SearchMonitor | |
static long | getCPtr (SearchMonitor obj) |
static long | swigRelease (SearchMonitor obj) |
Static Protected Member Functions inherited from com.google.ortools.constraintsolver.BaseObject | |
static long | getCPtr (BaseObject obj) |
static long | swigRelease (BaseObject obj) |
Additional Inherited Members | |
Static Public Attributes inherited from com.google.ortools.constraintsolver.SearchMonitor | |
static final int | kNoProgress = mainJNI.SearchMonitor_kNoProgress_get() |
Protected Attributes inherited from com.google.ortools.constraintsolver.BaseObject | |
transient boolean | swigCMemOwn |
Definition at line 11 of file ObjectiveMonitor.java.
|
protected |
Definition at line 14 of file ObjectiveMonitor.java.
com.google.ortools.constraintsolver.ObjectiveMonitor.ObjectiveMonitor | ( | Solver | solver, |
SWIGTYPE_p_std__vectorT_bool_t | maximize, | ||
IntVar[] | vars, | ||
long[] | steps ) |
Definition at line 51 of file ObjectiveMonitor.java.
void com.google.ortools.constraintsolver.ObjectiveMonitor.accept | ( | ModelVisitor | visitor | ) |
Accepts the given model visitor.
Reimplemented from com.google.ortools.constraintsolver.SearchMonitor.
Definition at line 93 of file ObjectiveMonitor.java.
boolean com.google.ortools.constraintsolver.ObjectiveMonitor.acceptDelta | ( | Assignment | delta, |
Assignment | deltadelta ) |
Reimplemented from com.google.ortools.constraintsolver.SearchMonitor.
Definition at line 89 of file ObjectiveMonitor.java.
boolean com.google.ortools.constraintsolver.ObjectiveMonitor.atSolution | ( | ) |
This method is called when a valid solution is found. If the
return value is true, then search will resume after. If the result
is false, then search will stop there.
Reimplemented from com.google.ortools.constraintsolver.SearchMonitor.
Reimplemented in com.google.ortools.constraintsolver.OptimizeVar.
Definition at line 85 of file ObjectiveMonitor.java.
long com.google.ortools.constraintsolver.ObjectiveMonitor.BestValue | ( | int | index | ) |
Definition at line 73 of file ObjectiveMonitor.java.
synchronized void com.google.ortools.constraintsolver.ObjectiveMonitor.delete | ( | ) |
Reimplemented from com.google.ortools.constraintsolver.SearchMonitor.
Reimplemented in com.google.ortools.constraintsolver.OptimizeVar.
Definition at line 40 of file ObjectiveMonitor.java.
void com.google.ortools.constraintsolver.ObjectiveMonitor.enterSearch | ( | ) |
Beginning of the search.
Reimplemented from com.google.ortools.constraintsolver.SearchMonitor.
Definition at line 81 of file ObjectiveMonitor.java.
|
protected |
Reimplemented from com.google.ortools.constraintsolver.SearchMonitor.
Reimplemented in com.google.ortools.constraintsolver.OptimizeVar.
Definition at line 36 of file ObjectiveMonitor.java.
|
staticprotected |
Definition at line 19 of file ObjectiveMonitor.java.
boolean com.google.ortools.constraintsolver.ObjectiveMonitor.Maximize | ( | int | index | ) |
Definition at line 69 of file ObjectiveMonitor.java.
IntVar com.google.ortools.constraintsolver.ObjectiveMonitor.MinimizationVar | ( | int | index | ) |
Definition at line 60 of file ObjectiveMonitor.java.
IntVar com.google.ortools.constraintsolver.ObjectiveMonitor.ObjectiveVar | ( | int | index | ) |
Definition at line 55 of file ObjectiveMonitor.java.
int com.google.ortools.constraintsolver.ObjectiveMonitor.Size | ( | ) |
Definition at line 77 of file ObjectiveMonitor.java.
long com.google.ortools.constraintsolver.ObjectiveMonitor.Step | ( | int | index | ) |
Definition at line 65 of file ObjectiveMonitor.java.
|
staticprotected |
Definition at line 23 of file ObjectiveMonitor.java.