3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-06 09:34:08 +00:00

build warning

This commit is contained in:
Nikolaj Bjorner 2020-04-30 19:30:54 -07:00
parent 97574134e0
commit 16bc5b8432

View file

@ -161,6 +161,7 @@ public:
virtual lbool check_sat_cc(expr_ref_vector const& cube, vector<expr_ref_vector> const& clauses) {
if (clauses.empty()) return check_sat(cube.size(), cube.c_ptr());
NOT_IMPLEMENTED_YET();
return l_undef;
}
/**