mirror of
https://github.com/Z3Prover/z3
synced 2025-04-28 11:25:51 +00:00
reduce number of redundant arguments and pointers
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
44d2f6da6c
commit
e8c3324c3f
9 changed files with 19 additions and 20 deletions
|
@ -22,7 +22,7 @@
|
|||
#include "math/lp/factorization_factory_imp.h"
|
||||
namespace nla {
|
||||
|
||||
basics::basics(core * c) : common(c, nullptr) {}
|
||||
basics::basics(core * c) : common(c) {}
|
||||
|
||||
// Monomials m and n vars have the same values, up to "sign"
|
||||
// Generate a lemma if values of m.var() and n.var() are not the same up to sign
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue