mirror of
https://github.com/Z3Prover/z3
synced 2025-08-03 18:00:23 +00:00
Update basic spanning tree to be on par with threaded one
This commit is contained in:
parent
7bc7a61a40
commit
37f5628824
6 changed files with 63 additions and 26 deletions
|
@ -192,7 +192,6 @@ namespace smt {
|
|||
vector<objective_term> m_objectives;
|
||||
vector<rational> m_objective_consts;
|
||||
vector<vector<numeral> > m_objective_assignments;
|
||||
numeral m_objective_value;
|
||||
|
||||
// Set a conflict due to a negative cycle.
|
||||
void set_neg_cycle_conflict();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue