mirror of
https://github.com/Z3Prover/z3
synced 2026-02-28 10:51:28 +00:00
merge with master branch
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
651587ce01
1602 changed files with 40496 additions and 27837 deletions
|
|
@ -2357,6 +2357,7 @@ namespace sat {
|
|||
// ----------------------------------
|
||||
// lp based relaxation
|
||||
|
||||
#if 0
|
||||
void ba_solver::lp_add_var(int coeff, lp::var_index v, lhs_t& lhs, rational& rhs) {
|
||||
if (coeff < 0) {
|
||||
rhs += rational(coeff);
|
||||
|
|
@ -2464,6 +2465,7 @@ namespace sat {
|
|||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
// -------------------------------
|
||||
// set literals equivalent
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue