mirror of
https://github.com/Z3Prover/z3
synced 2025-08-08 12:11:23 +00:00
fix #5254
This commit is contained in:
parent
1a432529dd
commit
8384f38eb5
5 changed files with 49 additions and 61 deletions
|
@ -61,7 +61,6 @@ namespace opt {
|
|||
void commit_assignment(unsigned index);
|
||||
inf_eps get_lower(unsigned index) const;
|
||||
inf_eps get_upper(unsigned index) const;
|
||||
bool objective_is_model_valid(unsigned index) const;
|
||||
void get_model(model_ref& mdl, svector<symbol>& labels);
|
||||
model* get_model(unsigned index) const { return m_models[index]; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue