mirror of
https://github.com/Z3Prover/z3
synced 2025-05-12 02:04:43 +00:00
Add facilities to get optimal assignments
This commit is contained in:
parent
2ff51e9a60
commit
cc3d65e544
6 changed files with 98 additions and 18 deletions
|
@ -316,7 +316,9 @@ namespace smt {
|
|||
|
||||
bool internalize_objective(expr * n, rational const& m, rational& r, objective_term & objective);
|
||||
|
||||
private:
|
||||
private:
|
||||
|
||||
virtual expr* block_objective(theory_var v, inf_rational const& val);
|
||||
|
||||
virtual void new_eq_eh(theory_var v1, theory_var v2, justification& j);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue