public class TrapSpaceSolverBDD extends Object implements TrapSpaceSolver
| Constructor and Description |
|---|
TrapSpaceSolverBDD(LogicalModel model,
TrapSpaceTask settings) |
| Modifier and Type | Method and Description |
|---|---|
void |
add_fixed(int idx,
int value) |
void |
add_focus(int idx) |
void |
add_variable(int idx,
Formula formula,
Formula not_formula) |
void |
solve(TrapSpaceList solutions) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshowpublic TrapSpaceSolverBDD(LogicalModel model, TrapSpaceTask settings)
public void add_focus(int idx)
add_focus in interface TrapSpaceSolverpublic void add_variable(int idx,
Formula formula,
Formula not_formula)
add_variable in interface TrapSpaceSolverpublic void add_fixed(int idx,
int value)
add_fixed in interface TrapSpaceSolverpublic void solve(TrapSpaceList solutions)
solve in interface TrapSpaceSolverCopyright © 2012–2020. All rights reserved.