mirror of
https://github.com/Z3Prover/z3
synced 2025-08-11 05:30:51 +00:00
This commit is contained in:
parent
71ff987f6b
commit
7cd901019f
2 changed files with 11 additions and 2 deletions
|
@ -104,6 +104,8 @@ namespace opt {
|
|||
rational eval(unsigned x) const;
|
||||
|
||||
rational eval(def const& d) const;
|
||||
|
||||
rational eval(vector<var> const& coeffs) const;
|
||||
|
||||
void resolve(unsigned row_src, rational const& a1, unsigned row_dst, unsigned x);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue