mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
Replace the use of optional<rational> by inf_eps_rational<rational>
Also handle composite objectives correctly.
This commit is contained in:
parent
a44044fb15
commit
53f78f7d19
9 changed files with 50 additions and 43 deletions
|
@ -29,7 +29,7 @@ namespace opt {
|
|||
|
||||
lbool optimize_objectives(opt_solver& s,
|
||||
expr_ref_vector& objectives, svector<bool> const& is_max,
|
||||
vector<optional<rational> >& values);
|
||||
vector<inf_eps_rational<rational> >& values);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue