3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

expose settings, not all of core

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-15 01:38:29 -07:00 committed by Lev Nachmanson
parent 56584922e9
commit 919f687df6
5 changed files with 20 additions and 18 deletions

View file

@ -95,7 +95,6 @@ private:
mutable lp::int_set m_active_var_set;
lp::int_set m_rows;
public:
unsigned m_grobner_quota;
reslimit m_reslim;