mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
update empty cube case for sat/undef cases
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
be8a9c611e
commit
9d0aa4d02d
4 changed files with 30 additions and 18 deletions
|
@ -558,6 +558,8 @@ namespace sat {
|
|||
|
||||
double psat_heur();
|
||||
|
||||
bool should_cutoff(unsigned depth);
|
||||
|
||||
public:
|
||||
lookahead(solver& s) :
|
||||
m_s(s),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue