mirror of
https://github.com/Z3Prover/z3
synced 2025-06-13 01:16:15 +00:00
parent
a119953676
commit
b642686dca
1 changed files with 5 additions and 3 deletions
|
@ -1109,6 +1109,7 @@ unsigned theory_diff_logic<Ext>::simplex2edge(unsigned e) {
|
|||
|
||||
template<typename Ext>
|
||||
void theory_diff_logic<Ext>::update_simplex(Simplex& S) {
|
||||
m_graph.set_to_zero(get_zero(true), get_zero(false));
|
||||
unsynch_mpq_inf_manager inf_mgr;
|
||||
unsynch_mpq_manager& mgr = inf_mgr.get_mpq_manager();
|
||||
unsigned num_nodes = m_graph.get_num_nodes();
|
||||
|
@ -1193,6 +1194,7 @@ typename theory_diff_logic<Ext>::inf_eps theory_diff_logic<Ext>::value(theory_va
|
|||
template<typename Ext>
|
||||
typename theory_diff_logic<Ext>::inf_eps
|
||||
theory_diff_logic<Ext>::maximize(theory_var v, expr_ref& blocker, bool& has_shared) {
|
||||
SASSERT(is_consistent());
|
||||
|
||||
has_shared = false;
|
||||
Simplex& S = m_S;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue