Skip to content

Commit

Permalink
fix #4480
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
  • Loading branch information
NikolajBjorner committed May 31, 2020
1 parent 084cd33 commit 7d4c9e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/smt/theory_seq.cpp
Expand Up @@ -3125,6 +3125,9 @@ void theory_seq::assign_eh(bool_var v, bool is_true) {
else if (m_util.is_skolem(e)) {

// no-op
}
else if (m_util.str.is_is_digit(e)) {

}
else {
TRACE("seq", tout << mk_pp(e, m) << "\n";);
Expand Down

0 comments on commit 7d4c9e6

Please sign in to comment.