mirror of
https://github.com/Z3Prover/z3
synced 2025-10-08 17:01:55 +00:00
add option to reduce pseudo-linear monomials
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6eee8688c2
commit
98a9a34f2b
5 changed files with 65 additions and 27 deletions
|
@ -111,7 +111,9 @@ class core {
|
|||
void check_weighted(unsigned sz, std::pair<unsigned, std::function<void(void)>>* checks);
|
||||
void add_bounds();
|
||||
|
||||
|
||||
bool refine_pseudo_linear();
|
||||
bool is_pseudo_linear(monic const& m) const;
|
||||
void refine_pseudo_linear(monic const& m);
|
||||
|
||||
public:
|
||||
// constructor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue