mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 17:45:32 +00:00
na
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
5931e0d902
commit
1d724de915
1 changed files with 1 additions and 3 deletions
|
@ -727,7 +727,6 @@ namespace polysat {
|
|||
}
|
||||
|
||||
|
||||
#if 1
|
||||
|
||||
template<typename Ext>
|
||||
void fixplex<Ext>::propagate_bounds(row const& r) {
|
||||
|
@ -755,7 +754,7 @@ namespace polysat {
|
|||
}
|
||||
|
||||
if (free_v != null_var) {
|
||||
if (c == 1) {
|
||||
if (free_c == 1) {
|
||||
//
|
||||
// free_v in [lo_sum, hi_sum[
|
||||
// new_bound(r, free_v, lo_sum, hi_sum);
|
||||
|
@ -791,7 +790,6 @@ namespace polysat {
|
|||
void fixplex<Ext>::new_bound(row const& r, var_t x, numeral const& l, numeral const& h) {
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
template<typename Ext>
|
||||
std::ostream& fixplex<Ext>::display(std::ostream& out) const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue