![]() |
Google OR-Tools v9.12
a fast and portable software suite for combinatorial optimization
|
Static Public Member Functions | |
static long | getCPtr (ObjectiveMonitor obj) |
static long | swigRelease (ObjectiveMonitor obj) |
![]() | |
static long | getCPtr (BaseObjectiveMonitor obj) |
static long | swigRelease (BaseObjectiveMonitor obj) |
![]() | |
static long | getCPtr (SearchMonitor obj) |
static long | swigRelease (SearchMonitor obj) |
![]() | |
static long | getCPtr (BaseObject obj) |
static long | swigRelease (BaseObject obj) |
Protected Member Functions | |
void | finalize () |
![]() | |
void | swigDirectorDisconnect () |
Additional Inherited Members | |
![]() | |
static final int | kNoProgress = mainJNI.SearchMonitor_kNoProgress_get() |
![]() | |
transient boolean | swigCMemOwn |
Definition at line 11 of file ObjectiveMonitor.java.
com.google.ortools.constraintsolver.ObjectiveMonitor.ObjectiveMonitor | ( | long | cPtr, |
boolean | cMemoryOwn ) |
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 | ) |
Reimplemented from com.google.ortools.constraintsolver.BaseObjectiveMonitor.
Definition at line 73 of file ObjectiveMonitor.java.
synchronized void com.google.ortools.constraintsolver.ObjectiveMonitor.delete | ( | ) |
Reimplemented from com.google.ortools.constraintsolver.BaseObjectiveMonitor.
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.BaseObjectiveMonitor.
Reimplemented in com.google.ortools.constraintsolver.OptimizeVar.
Definition at line 36 of file ObjectiveMonitor.java.
|
static |
Definition at line 19 of file ObjectiveMonitor.java.
boolean com.google.ortools.constraintsolver.ObjectiveMonitor.Maximize | ( | int | index | ) |
Reimplemented from com.google.ortools.constraintsolver.BaseObjectiveMonitor.
Definition at line 69 of file ObjectiveMonitor.java.
IntVar com.google.ortools.constraintsolver.ObjectiveMonitor.MinimizationVar | ( | int | index | ) |
Reimplemented from com.google.ortools.constraintsolver.BaseObjectiveMonitor.
Definition at line 60 of file ObjectiveMonitor.java.
IntVar com.google.ortools.constraintsolver.ObjectiveMonitor.ObjectiveVar | ( | int | index | ) |
Reimplemented from com.google.ortools.constraintsolver.BaseObjectiveMonitor.
Definition at line 55 of file ObjectiveMonitor.java.
int com.google.ortools.constraintsolver.ObjectiveMonitor.Size | ( | ) |
Reimplemented from com.google.ortools.constraintsolver.BaseObjectiveMonitor.
Definition at line 77 of file ObjectiveMonitor.java.
long com.google.ortools.constraintsolver.ObjectiveMonitor.Step | ( | int | index | ) |
Reimplemented from com.google.ortools.constraintsolver.BaseObjectiveMonitor.
Definition at line 65 of file ObjectiveMonitor.java.
|
static |
Definition at line 23 of file ObjectiveMonitor.java.