mirror of
https://github.com/YosysHQ/yosys
synced 2025-09-05 01:27:43 +00:00
ezsat: Support for assumptions in Sat command
This commit is contained in:
parent
d62a47b8ef
commit
c807ef44dc
3 changed files with 11 additions and 8 deletions
|
@ -295,7 +295,7 @@ public:
|
|||
|
||||
// printing CNF and internal state
|
||||
|
||||
void printDIMACS(FILE *f, bool verbose = false) const;
|
||||
void printDIMACS(FILE *f, bool verbose = false, const std::vector<std::vector<int>> &extraClauses = std::vector<std::vector<int>>()) const;
|
||||
void printInternalState(FILE *f) const;
|
||||
|
||||
// more sophisticated constraints (designed to be used directly with assume(..))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue