mirror of
https://github.com/Z3Prover/z3
synced 2026-04-29 23:33:38 +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
|
|
@ -1386,7 +1386,7 @@ std::ostream& core::print_term( const lp::lar_term& t, std::ostream& out) const
|
|||
|
||||
|
||||
void core::run_grobner() {
|
||||
unsigned& quota = m_grobner_quota;
|
||||
unsigned& quota = m_nla_settings.grobner_quota();
|
||||
if (quota == 1) {
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue