mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
print more information
This commit is contained in:
parent
2345fb6428
commit
0fb8c72f50
8 changed files with 53 additions and 34 deletions
|
@ -69,7 +69,7 @@ namespace polysat {
|
|||
~viable();
|
||||
|
||||
// declare and remove var
|
||||
void push_var(unsigned sz);
|
||||
void push_var(unsigned bit_width);
|
||||
void pop_var();
|
||||
|
||||
// undo adding/removing of entries
|
||||
|
@ -223,7 +223,7 @@ namespace polysat {
|
|||
return v.v.display(out, v.var);
|
||||
}
|
||||
|
||||
|
||||
// TODO: don't push on each constraint add/remove; but only when necessary
|
||||
class viable_fallback {
|
||||
solver& s;
|
||||
|
||||
|
@ -236,7 +236,7 @@ namespace polysat {
|
|||
viable_fallback(solver& s);
|
||||
|
||||
// declare and remove var
|
||||
void push_var(unsigned sz);
|
||||
void push_var(unsigned bit_width);
|
||||
void pop_var();
|
||||
|
||||
// add/remove constraints stored in the fallback solver
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue