mirror of
https://github.com/Z3Prover/z3
synced 2025-10-09 01:11:55 +00:00
fixes in indices in lar_solver::maximize_term()
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
This commit is contained in:
parent
3ee5c0e7d9
commit
06725de477
3 changed files with 12 additions and 12 deletions
|
@ -310,7 +310,7 @@ public:
|
|||
impq &term_max);
|
||||
// starting from a given feasible state look for the maximum of the term
|
||||
// return true if found and false if unbounded
|
||||
lp_status maximize_term(unsigned ext_j ,
|
||||
lp_status maximize_term(unsigned j_or_term,
|
||||
impq &term_max);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue