mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 00:32:16 +00:00
wip - dependent expr simpliifer
- simplify iterator over current indices - add more simplifiers used by asserted_formulas - improve diagnostics printing
This commit is contained in:
parent
bec3acd146
commit
b084821a0c
25 changed files with 553 additions and 158 deletions
|
@ -138,5 +138,7 @@ public:
|
|||
* Append new updates to model converter, update m_trail_index in the process.
|
||||
*/
|
||||
void append(generic_model_converter& mc);
|
||||
|
||||
std::ostream& display(std::ostream& out) const;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue