mirror of
https://github.com/Z3Prover/z3
synced 2025-05-14 11:14:43 +00:00
First complete version of Network Simplex
This commit is contained in:
parent
e715ccbc98
commit
b67d333cf9
6 changed files with 105 additions and 71 deletions
|
@ -996,7 +996,7 @@ namespace smt {
|
|||
virtual bool maximize(theory_var v);
|
||||
virtual theory_var add_objective(app* term);
|
||||
virtual inf_eps_rational<inf_rational> get_objective_value(theory_var v);
|
||||
inf_rational m_objective;
|
||||
inf_rational m_objective_value;
|
||||
|
||||
// -----------------------------------
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue