3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-12 22:20:54 +00:00

add checks for flipping externals / assumptions in model converter, fix scc converter bug

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2017-12-13 14:06:35 -08:00
parent caaad8825d
commit aeabdb4aae
5 changed files with 31 additions and 7 deletions

View file

@ -92,6 +92,8 @@ namespace sat {
std::ostream& display(std::ostream & out, entry const& entry) const;
bool legal_to_flip(bool_var v) const;
public:
model_converter();
~model_converter();