public final class QCIR extends Object
See http://qbf.satisfiability.org/gallery/qcir-gallery14.pdf for details on the file format.
Modifier and Type | Method and Description |
---|---|
static QBF |
read(Path file)
Reads a given QCIR file.
|
static void |
write(QBF formula,
Path file,
boolean isCleansed)
Writes the given
QBF to a QCIR file. |
static void |
writeParallel(QBF formula,
Path file,
boolean isCleansed) |
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, boolean isCleansed) throws IOException
QBF
to a QCIR file.formula
- a QBF
worth savingfile
- a file Path
isCleansed
- write in cleansed formIOException
- if the given Path
is not accessiblepublic static void writeParallel(QBF formula, Path file, boolean isCleansed) throws IOException
IOException