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:
parent
56584922e9
commit
919f687df6
5 changed files with 20 additions and 18 deletions
|
@ -38,7 +38,7 @@ public:
|
|||
|
||||
solver(lp::lar_solver& s);
|
||||
~solver();
|
||||
core& get_core() { return *m_core; }
|
||||
nla_settings& settings() { return m_core->m_nla_settings; }
|
||||
void push();
|
||||
void pop(unsigned scopes);
|
||||
bool need_check();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue