mirror of
https://github.com/Z3Prover/z3
synced 2025-08-04 10:20:23 +00:00
remove experimental option. Fix #4806
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
ac1b3fc6f2
commit
1269776777
7 changed files with 2 additions and 118 deletions
|
@ -97,10 +97,6 @@ namespace smt {
|
|||
|
||||
void setup() override;
|
||||
|
||||
void add_theory_assumptions(expr_ref_vector& assumptions) override;
|
||||
|
||||
bool should_research(expr_ref_vector& unsat_core) override;
|
||||
|
||||
// optimization
|
||||
expr_ref mk_ge(generic_model_converter& fm, theory_var v, inf_rational const& val);
|
||||
inf_eps value(theory_var) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue