Uses of Class
com.google.ortools.constraintsolver.BaseObjectiveMonitor
Packages that use BaseObjectiveMonitor
-
Uses of BaseObjectiveMonitor in com.google.ortools.constraintsolver
Subclasses of BaseObjectiveMonitor in com.google.ortools.constraintsolverModifier and TypeClassDescriptionclass
class
This class encapsulates an objective.Methods in com.google.ortools.constraintsolver that return BaseObjectiveMonitorModifier and TypeMethodDescriptionSolver.MakeRoundRobinCompoundObjectiveMonitor
(SWIGTYPE_p_std__vectorT_operations_research__BaseObjectiveMonitor_p_t monitors, int num_max_local_optima_before_metaheuristic_switch) Creates a Guided Local Search monitor.
Description here: http://en.wikipedia.org/wiki/Guided_Local_SearchMethods in com.google.ortools.constraintsolver with parameters of type BaseObjectiveMonitorModifier and TypeMethodDescriptionstatic final long
mainJNI.BaseObjectiveMonitor_BestValue
(long jarg1, BaseObjectiveMonitor jarg1_, int jarg2) static final boolean
mainJNI.BaseObjectiveMonitor_is_active
(long jarg1, BaseObjectiveMonitor jarg1_) static final boolean
mainJNI.BaseObjectiveMonitor_Maximize
(long jarg1, BaseObjectiveMonitor jarg1_, int jarg2) static final long
mainJNI.BaseObjectiveMonitor_MinimizationVar
(long jarg1, BaseObjectiveMonitor jarg1_, int jarg2) static final long
mainJNI.BaseObjectiveMonitor_ObjectiveVar
(long jarg1, BaseObjectiveMonitor jarg1_, int jarg2) static final void
mainJNI.BaseObjectiveMonitor_set_active
(long jarg1, BaseObjectiveMonitor jarg1_, boolean jarg2) static final int
mainJNI.BaseObjectiveMonitor_Size
(long jarg1, BaseObjectiveMonitor jarg1_) static final long
mainJNI.BaseObjectiveMonitor_Step
(long jarg1, BaseObjectiveMonitor jarg1_, int jarg2) static long
BaseObjectiveMonitor.getCPtr
(BaseObjectiveMonitor obj) static long
BaseObjectiveMonitor.swigRelease
(BaseObjectiveMonitor obj)