public class BoundSearch extends AbstractStrategy
Modifier and Type | Field and Description |
---|---|
int |
MAX_DOM_SIZE |
vars
Constructor and Description |
---|
BoundSearch(AbstractStrategy mainSearch) |
Modifier and Type | Method and Description |
---|---|
int |
getBestVal() |
Decision |
getDecision()
Provides access to the current decision in the strategy.
|
computeDecision, getVariables, init, makeIntDecision, toString
public BoundSearch(AbstractStrategy mainSearch)
public Decision getDecision()
AbstractStrategy
null
.getDecision
in class AbstractStrategy
public int getBestVal()
Copyright © 2017. All rights reserved.