3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-08-21 18:50:26 +00:00

fix scaling

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2013-08-19 18:57:10 -07:00
parent 7c9e3c3b70
commit e9ad4ab584
2 changed files with 35 additions and 14 deletions

View file

@ -34,6 +34,7 @@ namespace datalog {
context& m_ctx;
arith_util a;
expr_ref_vector m_trail;
app_ref_vector m_eqs;
obj_map<expr, expr*> m_cache;
scale_model_converter* m_mc;