mirror of
https://github.com/Z3Prover/z3
synced 2025-10-29 18:52:29 +00:00
output background model in duality counterexamples
This commit is contained in:
parent
ee4b9d46f1
commit
dfae0c5109
4 changed files with 34 additions and 4 deletions
|
|
@ -257,7 +257,9 @@ namespace Duality {
|
|||
};
|
||||
|
||||
|
||||
public:
|
||||
model dualModel;
|
||||
private:
|
||||
literals dualLabels;
|
||||
std::list<stack_entry> stack;
|
||||
std::vector<Term> axioms; // only saved here for printing purposes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue