mirror of
https://github.com/Z3Prover/z3
synced 2025-05-13 10:44:43 +00:00
saved params work
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
This commit is contained in:
parent
c3055207ed
commit
cf28cbab0a
130 changed files with 1469 additions and 948 deletions
|
@ -40,7 +40,7 @@ public:
|
|||
double_manager(params_ref const & p = params_ref()) { updt_params(p); }
|
||||
|
||||
void updt_params(params_ref const & p) {
|
||||
m_zero_tolerance = p.get_double(":zero-tolerance", 0.00000001);
|
||||
m_zero_tolerance = p.get_double("zero_tolerance", 0.00000001);
|
||||
}
|
||||
|
||||
static void reset(double & a) { a = 0.0; }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue