mirror of
https://github.com/Z3Prover/z3
synced 2025-07-19 10:52:02 +00:00
add simplification experiment (disabled) for tracking, some reshuffling of equation/fixed_equation structs
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
e7c17e68b8
commit
bd8e5eee4b
12 changed files with 286 additions and 39 deletions
|
@ -17,7 +17,7 @@ Author:
|
|||
#include "math/grobner/pdd_solver.h"
|
||||
#include "math/dd/pdd_interval.h"
|
||||
#include "math/dd/pdd_eval.h"
|
||||
namespace nla {
|
||||
using namespace nla;
|
||||
|
||||
typedef lp::lar_term term;
|
||||
|
||||
|
@ -1785,20 +1785,17 @@ void core::set_use_nra_model(bool m) {
|
|||
}
|
||||
}
|
||||
|
||||
void core::collect_statistics(::statistics & st) {
|
||||
}
|
||||
|
||||
void core::propagate() {
|
||||
clear();
|
||||
m_monomial_bounds.unit_propagate();
|
||||
m_monics_with_changed_bounds.reset();
|
||||
}
|
||||
|
||||
void core::simplify() {
|
||||
// in-processing simplifiation can go here, such as bounds improvements.
|
||||
}
|
||||
void core::simplify() {
|
||||
// in-processing simplifiation can go here, such as bounds improvements.
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
||||
} // end of nla
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue