Modifier and Type | Class and Description |
---|---|
class |
RestartSearch.CostListener<T extends Var> |
Constructor and Description |
---|
RestartSearch(Store store,
DepthFirstSearch<T> s,
SelectChoicePoint<T> sel,
Calculator calculator) |
RestartSearch(Store store,
DepthFirstSearch<T> s,
SelectChoicePoint<T> sel,
Calculator calculator,
Var cost) |
Modifier and Type | Method and Description |
---|---|
void |
addReporter(CustomReport r) |
double |
getFloatCost() |
int |
getIntCost() |
boolean |
labeling() |
int |
restarts() |
void |
setTimeOut(long tOut) |
void |
setTimeOutMilliseconds(long tOut) |
public RestartSearch(Store store, DepthFirstSearch<T> s, SelectChoicePoint<T> sel, Calculator calculator, Var cost)
public RestartSearch(Store store, DepthFirstSearch<T> s, SelectChoicePoint<T> sel, Calculator calculator)
public boolean labeling()
public int getIntCost()
public double getFloatCost()
public void addReporter(CustomReport r)
public int restarts()
public void setTimeOut(long tOut)
public void setTimeOutMilliseconds(long tOut)
Copyright © 2022. All rights reserved.