mirror of
https://github.com/Z3Prover/z3
synced 2025-08-14 06:45:25 +00:00
bug fixes reported by Miguel
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b72225d7d0
commit
32711790e8
6 changed files with 17 additions and 4 deletions
|
@ -133,6 +133,10 @@ namespace sat {
|
|||
double m_step_size_min;
|
||||
double m_reward_multiplier;
|
||||
double m_reward_offset;
|
||||
|
||||
// simplifier configurations used outside of sat_simplifier
|
||||
bool m_elim_vars;
|
||||
|
||||
config(params_ref const & p);
|
||||
void updt_params(params_ref const & p);
|
||||
static void collect_param_descrs(param_descrs & d);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue