3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2026-04-30 23:53:44 +00:00

updates to try_div_monotonicity

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2023-02-04 15:55:14 -08:00
parent 539a4e4eae
commit b45f42133d
4 changed files with 77 additions and 41 deletions

View file

@ -542,6 +542,8 @@ namespace polysat {
std::ostream& display(std::ostream& out) const;
std::ostream& display_search(std::ostream& out) const;
void collect_statistics(statistics& st) const;
params_ref const & params() const { return m_params; }