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:
parent
caaad8825d
commit
aeabdb4aae
5 changed files with 31 additions and 7 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue