Package | Description |
---|---|
eu.bandm.tools.util |
Collection of mostly unrelated, tiny, ubiquitously needed
auxiliary classes for many different purposes.
|
Modifier and Type | Method and Description |
---|---|
protected SAT.Form<P> |
SAT.solve(SAT.Form<P> form)
Solve a formula.
|
Modifier and Type | Method and Description |
---|---|
protected SAT.Literal<? extends P> |
SAT.choose(SAT.Form<P> form)
Choose a literal to resolve from a formula.
|
protected SAT.Form<P> |
SAT.solve(SAT.Form<P> form)
Solve a formula.
|
see also the complete user documentation .