Closed Toxaris closed 13 years ago
Add a method BDD.fromDIMACS(filename : String) : BDD to parse a propositional formula in DIMACS format into a BDD.
BDD.fromDIMACS(filename : String) : BDD
This could be used for both tests and benchmarks, because DIMACS files with known properties are available.
Implemented in BDD.parseDIMACS(source : Source) : BDD.
BDD.parseDIMACS(source : Source) : BDD
Add a method
BDD.fromDIMACS(filename : String) : BDD
to parse a propositional formula in DIMACS format into a BDD.This could be used for both tests and benchmarks, because DIMACS files with known properties are available.