We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84a6e4d commit 28d0b47Copy full SHA for 28d0b47
src/math/lp/nla_order_lemmas.cpp
@@ -10,7 +10,6 @@
10
#include "math/lp/nla_core.h"
11
#include "math/lp/nla_common.h"
12
#include "math/lp/factorization_factory_imp.h"
13
-#include "util/trail.h"
14
15
namespace nla {
16
src/math/lp/nla_types.h
@@ -66,8 +66,8 @@ namespace nla {
66
class core;
67
//
68
// lemmas are created in a scope.
69
- // when the destructor of new_lemma is invoked
70
- // all constraints are assumed added to the lemma
+ // when the destructor of lemma_builder is invoked
+ // all constraints are assumed already added to the current_lemma
71
// correctness of the lemma can be checked at this point.
72
73
class lemma_builder {
0 commit comments