mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +00:00
build warning
This commit is contained in:
parent
97574134e0
commit
16bc5b8432
|
@ -161,6 +161,7 @@ public:
|
||||||
virtual lbool check_sat_cc(expr_ref_vector const& cube, vector<expr_ref_vector> const& clauses) {
|
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());
|
if (clauses.empty()) return check_sat(cube.size(), cube.c_ptr());
|
||||||
NOT_IMPLEMENTED_YET();
|
NOT_IMPLEMENTED_YET();
|
||||||
|
return l_undef;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue