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.
|
boolean |
init()
Prepare
this to be used in a search loop
The initialization can detect inconsistency, in that case, it returns false |
computeDecision, getVariables, makeIntDecision, toString
public BoundSearch(AbstractStrategy mainSearch)
public boolean init()
AbstractStrategy
this
to be used in a search loop
The initialization can detect inconsistency, in that case, it returns falseinit
in class AbstractStrategy
public Decision getDecision()
AbstractStrategy
null
.getDecision
in class AbstractStrategy
public int getBestVal()
Copyright © 2018. All rights reserved.