mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
add python file
Signed-off-by: Lev Nachmanson <levnach@Levs-MacBook-Pro.local>
This commit is contained in:
parent
31a30370ac
commit
d218e87f76
2 changed files with 37 additions and 0 deletions
|
@ -1017,6 +1017,7 @@ public:
|
|||
|
||||
void apply_sort_cnstr(enode* n, sort*) {
|
||||
TRACE(arith, tout << "sort constraint: " << pp(n) << "\n";);
|
||||
std::cout << "sort constraint: " << pp(n) << " " << __FILE__ << ":" << __LINE__ << "\n";
|
||||
#if 0
|
||||
if (!th.is_attached_to_var(n))
|
||||
mk_var(n->get_owner());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue