mirror of
https://github.com/Z3Prover/z3
synced 2025-05-04 06:15:46 +00:00
fixing model-based-opt
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
22507281cf
commit
67e49b4adc
3 changed files with 130 additions and 16 deletions
|
@ -75,7 +75,7 @@ namespace opt {
|
|||
|
||||
void resolve(unsigned row_src, rational const& a1, unsigned row_dst, unsigned x);
|
||||
|
||||
void mul_add(unsigned row_id1, rational const& c, unsigned row_id2);
|
||||
void mul_add(bool same_sign, unsigned row_id1, rational const& c, unsigned row_id2);
|
||||
|
||||
void set_row(unsigned row_id, vector<var> const& coeffs, rational const& c, ineq_type rel);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue