mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 09:50:23 +00:00
improve pre-processing
This commit is contained in:
parent
a634876180
commit
3cc9d7f443
22 changed files with 147 additions and 80 deletions
|
@ -248,7 +248,7 @@ namespace smt {
|
|||
/**
|
||||
\brief retrieve trail of assignment stack.
|
||||
*/
|
||||
expr_ref_vector get_trail();
|
||||
expr_ref_vector get_trail(unsigned max_level);
|
||||
|
||||
/**
|
||||
\brief (For debubbing purposes) Prints the state of the kernel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue