mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 20:21:23 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1ff08c45ce
commit
9566d379d6
13 changed files with 423 additions and 86 deletions
|
@ -604,6 +604,11 @@ namespace qe {
|
|||
return m_imp->maximize(fmls, mdl, t, ge, gt);
|
||||
}
|
||||
|
||||
void arith_project_plugin::saturate(model& model, func_decl_ref_vector const& shared, expr_ref_vector& lits) {
|
||||
UNREACHABLE();
|
||||
}
|
||||
|
||||
|
||||
bool arith_project(model& model, app* var, expr_ref_vector& lits) {
|
||||
ast_manager& m = lits.get_manager();
|
||||
arith_project_plugin ap(m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue