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:
parent
539a4e4eae
commit
b45f42133d
4 changed files with 77 additions and 41 deletions
|
|
@ -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; }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue