mirror of
https://github.com/Z3Prover/z3
synced 2025-08-24 03:57:51 +00:00
some extensions/modifications. versions added.
This commit is contained in:
parent
87c6fc66d6
commit
25378f7989
14 changed files with 470 additions and 48 deletions
|
@ -584,8 +584,8 @@ public:
|
|||
run_update(cur_depth);
|
||||
}
|
||||
|
||||
void randomize_local(goal_ref const & g) {
|
||||
ptr_vector<func_decl> & unsat_constants = m_tracker.get_unsat_constants(g);
|
||||
void randomize_local(goal_ref const & g, unsigned int flip) {
|
||||
ptr_vector<func_decl> & unsat_constants = m_tracker.get_unsat_constants(g, flip);
|
||||
|
||||
// Randomize _all_ candidates:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue