Package | Description |
---|---|
com.google.ortools.constraintsolver |
Modifier and Type | Class and Description |
---|---|
class |
ObjectiveMonitor |
class |
OptimizeVar
This class encapsulates an objective.
|
Modifier and Type | Method and Description |
---|---|
BaseObjectiveMonitor |
Solver.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.
|
Modifier and Type | Method and Description |
---|---|
static long |
mainJNI.BaseObjectiveMonitor_BestValue(long jarg1,
BaseObjectiveMonitor jarg1_,
int jarg2) |
static boolean |
mainJNI.BaseObjectiveMonitor_is_active(long jarg1,
BaseObjectiveMonitor jarg1_) |
static boolean |
mainJNI.BaseObjectiveMonitor_Maximize(long jarg1,
BaseObjectiveMonitor jarg1_,
int jarg2) |
static long |
mainJNI.BaseObjectiveMonitor_MinimizationVar(long jarg1,
BaseObjectiveMonitor jarg1_,
int jarg2) |
static long |
mainJNI.BaseObjectiveMonitor_ObjectiveVar(long jarg1,
BaseObjectiveMonitor jarg1_,
int jarg2) |
static void |
mainJNI.BaseObjectiveMonitor_set_active(long jarg1,
BaseObjectiveMonitor jarg1_,
boolean jarg2) |
static int |
mainJNI.BaseObjectiveMonitor_Size(long jarg1,
BaseObjectiveMonitor jarg1_) |
static long |
mainJNI.BaseObjectiveMonitor_Step(long jarg1,
BaseObjectiveMonitor jarg1_,
int jarg2) |
static long |
BaseObjectiveMonitor.getCPtr(BaseObjectiveMonitor obj) |
static long |
BaseObjectiveMonitor.swigRelease(BaseObjectiveMonitor obj) |
Copyright © 2025. All rights reserved.