spot 2.13
|
Interface with a given sat solver. More...
#include <spot/misc/satsolver.hh>
Public Member Functions | |
bool | command_given () |
Return true if a satsolver is given, false otherwise. More... | |
int | run (printable *in, printable *out) |
Run the given satsolver. More... | |
Interface with a given sat solver.
When created, it checks if SPOT_SATSOLVER env var is set. If so, its value is parsed and saved internally. The env variable musb be set like this: "<satsolver> [its_options] %I > %O" where I and O are replaced by input and output files.
The run method permits of course to run the given sat solver.
bool spot::satsolver_command::command_given | ( | ) |
Return true if a satsolver is given, false otherwise.