public class QDIMACS extends Object
See http://www.qbflib.org/qdimacs.html for details on the file format.
Modifier and Type | Method and Description |
---|---|
static QBF |
read(Path file)
Reads a given QDIMACS file.
|
static void |
write(QBF formula,
Path file)
Writes the given
QBF to a QDIMACS file. |
public static QBF read(Path file) throws IOException
file
- a file Path
QBF
IOException
- if the given Path
is not accessiblepublic static void write(QBF formula, Path file) throws IOException
QBF
to a QDIMACS file.formula
- a QBF
worth savingfile
- a file Path
IOException
- if the given Path
is not accessible