Skip to content

Commit 16bc5b8

Browse files
build warning
1 parent 9757413 commit 16bc5b8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/solver/solver.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ class solver : public check_sat_result {
161161
virtual lbool check_sat_cc(expr_ref_vector const& cube, vector<expr_ref_vector> const& clauses) {
162162
if (clauses.empty()) return check_sat(cube.size(), cube.c_ptr());
163163
NOT_IMPLEMENTED_YET();
164+
return l_undef;
164165
}
165166

166167
/**

0 commit comments

Comments
 (0)