Skip to content

Commit

Permalink
na
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed Apr 15, 2020
1 parent 3845e08 commit 2e1e9c9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/smt/theory_seq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1640,7 +1640,6 @@ bool theory_seq::enforce_length(expr_ref_vector const& es, vector<rational> & le
len.push_back(rational(s.length()));
}
else if (get_length(e, val)) {
SASSERT(!val.is_neg());
len.push_back(val);
}
else {
Expand Down
1 change: 1 addition & 0 deletions src/util/buffer.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Module Name:
Author:
Leonardo de Moura (leonardo) 2006-10-16.
Daniel Schemmel 2019-2-23
Revision History:
Expand Down
2 changes: 1 addition & 1 deletion src/util/vector.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Module Name:
Author:
Leonardo de Moura (leonardo) 2006-09-11.
Daniel Schemmel 2019-2-23
Revision History:
2019-2-23 Renamed from vector to vector to provide new implementation
--*/
#ifndef VECTOR_H_
Expand Down

0 comments on commit 2e1e9c9

Please sign in to comment.