Package | Description |
---|---|
org.chocosolver.solver.search.strategy |
Modifier and Type | Method and Description |
---|---|
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,
RealVar... rvars)
Generic strategy to branch on real variables, based on domain splitting
|
Copyright © 2017. All rights reserved.