Skip to content

Commit 28d0b47

Browse files
committed
following the review comments
1 parent 84a6e4d commit 28d0b47

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/math/lp/nla_order_lemmas.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#include "math/lp/nla_core.h"
1111
#include "math/lp/nla_common.h"
1212
#include "math/lp/factorization_factory_imp.h"
13-
#include "util/trail.h"
1413

1514
namespace nla {
1615

src/math/lp/nla_types.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ namespace nla {
6666
class core;
6767
//
6868
// lemmas are created in a scope.
69-
// when the destructor of new_lemma is invoked
70-
// all constraints are assumed added to the lemma
69+
// when the destructor of lemma_builder is invoked
70+
// all constraints are assumed already added to the current_lemma
7171
// correctness of the lemma can be checked at this point.
7272
//
7373
class lemma_builder {

0 commit comments

Comments
 (0)