3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-28 19:35:50 +00:00

reduce number of redundant arguments and pointers

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-03-15 01:30:06 -07:00 committed by Lev Nachmanson
parent 44d2f6da6c
commit e8c3324c3f
9 changed files with 19 additions and 20 deletions

View file

@ -21,7 +21,7 @@
#include "math/lp/nla_core.h"
namespace nla {
monotone::monotone(core * c) : common(c, nullptr) {}
monotone::monotone(core * c) : common(c) {}
void monotone::monotonicity_lemma() {