mirror of
https://github.com/Z3Prover/z3
synced 2025-06-29 09:28:45 +00:00
cleanup cancelation logic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
4e155887b2
commit
61dbb6168e
37 changed files with 93 additions and 198 deletions
|
@ -896,8 +896,8 @@ namespace smt {
|
|||
template<typename Ext>
|
||||
inf_eps_rational<inf_rational> theory_dense_diff_logic<Ext>::maximize(theory_var v, expr_ref& blocker, bool& has_shared) {
|
||||
typedef simplex::simplex<simplex::mpq_ext> Simplex;
|
||||
Simplex S;
|
||||
ast_manager& m = get_manager();
|
||||
Simplex S(m.limit());
|
||||
objective_term const& objective = m_objectives[v];
|
||||
has_shared = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue