mirror of
https://github.com/Z3Prover/z3
synced 2025-11-14 10:01:16 +00:00
Less allocation during lookup, remove unused argument
This commit is contained in:
parent
b5af2164f4
commit
be20c0d54e
11 changed files with 45 additions and 25 deletions
|
|
@ -25,7 +25,7 @@ namespace polysat {
|
|||
pdd m_q;
|
||||
|
||||
void simplify();
|
||||
smul_fl_constraint(constraint_manager& m, pdd const& p, pdd const& q, bool is_overflow);
|
||||
smul_fl_constraint(pdd const& p, pdd const& q, bool is_overflow);
|
||||
|
||||
public:
|
||||
~smul_fl_constraint() override {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue