mirror of
https://github.com/Z3Prover/z3
synced 2025-11-14 01:51:16 +00:00
remove option look_for_0_witness
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
0306eff692
commit
839594ac12
4 changed files with 19 additions and 23 deletions
|
|
@ -108,7 +108,7 @@ namespace nlsat {
|
|||
|
||||
\pre !is_full(s)
|
||||
*/
|
||||
void pick_in_complement(interval_set const * s, bool is_int, anum & w, bool randomize, bool look_for_zero);
|
||||
void pick_in_complement(interval_set const * s, bool is_int, anum & w, bool randomize);
|
||||
};
|
||||
|
||||
typedef obj_ref<interval_set, interval_set_manager> interval_set_ref;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue