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:
parent
7c9e3c3b70
commit
e9ad4ab584
2 changed files with 35 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue