mirror of
https://github.com/Z3Prover/z3
synced 2025-08-15 15:25:26 +00:00
strarting on conjecture printing in duality
This commit is contained in:
parent
2755854c81
commit
f4790a183d
2 changed files with 46 additions and 0 deletions
|
@ -397,6 +397,11 @@ namespace Duality {
|
|||
|
||||
sort array_domain() const;
|
||||
sort array_range() const;
|
||||
|
||||
friend std::ostream & operator<<(std::ostream & out, sort const & m){
|
||||
m.ctx().print_expr(out,m);
|
||||
return out;
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue