mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
add restore_patched_values
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
47d5515b78
commit
6a5579341d
3 changed files with 16 additions and 2 deletions
|
@ -480,6 +480,8 @@ public:
|
|||
void set_use_nra_model(bool m) { m_use_nra_model = m; }
|
||||
bool use_nra_model() const { return m_use_nra_model; }
|
||||
void collect_statistics(::statistics&);
|
||||
private:
|
||||
void restore_patched_values();
|
||||
}; // end of core
|
||||
|
||||
struct pp_mon {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue