3
0
Fork 0
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:
Gabriel Gouvine 2024-03-28 09:56:48 +00:00
parent d62a47b8ef
commit c807ef44dc
3 changed files with 11 additions and 8 deletions

View file

@ -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(..))