Package | Description |
---|---|
org.chocosolver.solver.search.strategy |
Modifier and Type | Method and Description |
---|---|
static RealStrategy |
Search.realVarSearch(double epsilon,
RealVar... reals)
strategy to branch on real variables by choosing sequentially the next variable domain
to split in two, wrt the middle value.
|
static RealStrategy |
Search.realVarSearch(RealVar... reals)
strategy to branch on real variables by choosing sequentially the next variable domain
to split in two, wrt the middle value.
|
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.
|
Copyright © 2018. All rights reserved.