| Package | Description |
|---|---|
| sdd | |
| util |
| Modifier and Type | Method and Description |
|---|---|
static SDD |
SDD.readCNF(Vtree vtree,
java.util.List<SDD> vars,
IntegerTokenizer tokizer)
Reads the CNF in the specified integer tokenizer
with the specified list of sdds (representing the variables)
and the specified vtree.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DimacsTokenizer
The integer tokenizer that reads a file in Dimacs format.
|