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.Literal<? extends P> |
SAT.choose(SAT.Form<P> form)
Choose a literal to resolve from a formula.
|
abstract SAT.Literal<? extends P> |
SAT.Clause.getUnit()
Extract unit literal.
|
SAT.Literal<P> |
SAT.Literal.negate()
Return the negation of this literal.
|
Modifier and Type | Method and Description |
---|---|
abstract Iterable<SAT.Literal<? extends P>> |
SAT.Form.literals()
View literals occurring in this formula.
|
Set<SAT.Literal<? extends P>> |
SAT.solve(Collection<? extends Collection<? extends SAT.Literal<? extends P>>> cnf)
Solve a formula.
|
Modifier and Type | Method and Description |
---|---|
Set<SAT.Literal<? extends P>> |
SAT.solve(Collection<? extends Collection<? extends SAT.Literal<? extends P>>> cnf)
Solve a formula.
|
see also the complete user documentation .