mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 19:35:50 +00:00
re-introduce simple implementation of linear monomial propagation for evaluation
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
6559e5fb32
commit
2297b0334b
7 changed files with 47 additions and 32 deletions
|
@ -31,7 +31,6 @@ namespace nla {
|
|||
bool is_zero(lpvar v) const;
|
||||
|
||||
// monomial propagation
|
||||
bool_vector m_propagated;
|
||||
void unit_propagate(monic const& m);
|
||||
bool is_linear(monic const& m);
|
||||
rational fixed_var_product(monic const& m);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue