Package | Description |
---|---|
org.chocosolver.solver.search.strategy | |
org.chocosolver.solver.search.strategy.selectors.values | |
org.chocosolver.solver.search.strategy.strategy |
Modifier and Type | Method and Description |
---|---|
static RealStrategy |
Search.realVarSearch(VariableSelector<RealVar> varS,
RealValueSelector valS,
boolean leftFirst,
RealVar... rvars)
Generic strategy to branch on real variables, based on domain splitting.
|
static RealStrategy |
Search.realVarSearch(VariableSelector<RealVar> varS,
RealValueSelector valS,
double epsilon,
boolean leftFirst,
RealVar... rvars)
Generic strategy to branch on real variables, based on domain splitting.
|
Modifier and Type | Class and Description |
---|---|
class |
RealDomainMax
Selects the upper bound of a real variable
|
class |
RealDomainMiddle
Selects a real value at the middle between the lower and the upper bound of the variable
|
class |
RealDomainMin
Selects the lower bound of a real variable
|
Constructor and Description |
---|
RealStrategy(RealVar[] scope,
VariableSelector<RealVar> varselector,
RealValueSelector valueIterator,
double epsilon,
boolean leftFirst)
Create a real strategy which generates decision over real variables.
|
Copyright © 2018. All rights reserved.