summaryrefslogtreecommitdiff
path: root/src/theory/arith/nl/transcendental_solver.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/theory/arith/nl/transcendental_solver.cpp')
-rw-r--r--src/theory/arith/nl/transcendental_solver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/theory/arith/nl/transcendental_solver.cpp b/src/theory/arith/nl/transcendental_solver.cpp
index b3248119b..2e25f1642 100644
--- a/src/theory/arith/nl/transcendental_solver.cpp
+++ b/src/theory/arith/nl/transcendental_solver.cpp
@@ -875,7 +875,7 @@ bool TranscendentalSolver::checkTfTangentPlanesFun(Node tf,
<< "*** Tangent plane lemma : " << lem << std::endl;
Assert(d_model.computeAbstractModelValue(lem) == d_false);
// Figure 3 : line 9
- d_im.addPendingArithLemma(lem, InferenceId::NL_T_TANGENT, true);
+ d_im.addPendingArithLemma(lem, InferenceId::NL_T_TANGENT, nullptr, true);
}
else if (is_secant)
{
generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback