public interface TrapSpaceSolver
| 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) |
default String |
show() |
void |
solve(TrapSpaceList solutions) |
void add_fixed(int idx,
int value)
void solve(TrapSpaceList solutions)
void add_focus(int idx)
default String show()
Copyright © 2012–2020. All rights reserved.