mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 02:42:02 +00:00
A few changes based on previous reviews
Tested the optimization procedure with: - unbounded objectives - bounded with rational solutions - bounded with irrational solutions
This commit is contained in:
parent
3dd72f8f16
commit
3441fc2942
8 changed files with 24 additions and 26 deletions
|
@ -29,7 +29,7 @@ namespace opt {
|
|||
|
||||
lbool optimize_objectives(opt_solver& s,
|
||||
app_ref_vector& objectives, svector<bool> const& is_max,
|
||||
vector<inf_eps_rational<rational> >& values);
|
||||
vector<inf_eps_rational<inf_rational> >& values);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue