mirror of
https://github.com/Z3Prover/z3
synced 2025-04-23 09:05:31 +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
|
@ -90,7 +90,6 @@ namespace arith {
|
|||
void solver::collect_statistics(statistics& st) const {
|
||||
m_stats.collect_statistics(st);
|
||||
lp().settings().stats().collect_statistics(st);
|
||||
if (m_nla) m_nla->collect_statistics(st);
|
||||
}
|
||||
|
||||
void solver::explain_assumptions(lp::explanation const& e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue