mirror of
https://github.com/Z3Prover/z3
synced 2026-01-25 19:44:01 +00:00
statistics and configuable
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e44994b9a4
commit
151be6ac9a
7 changed files with 174 additions and 34 deletions
|
|
@ -57,6 +57,7 @@ core::core(lp::lar_solver& s, params_ref const& p, reslimit & lim) :
|
|||
|
||||
void core::updt_params(params_ref const& p) {
|
||||
m_grobner.updt_params(p);
|
||||
m_stellensatz.updt_params(p);
|
||||
}
|
||||
|
||||
bool core::compare_holds(const rational& ls, llc cmp, const rational& rs) const {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue