mirror of
https://github.com/Z3Prover/z3
synced 2025-10-03 22:43:56 +00:00
add core validation option to directly validate cores using the context
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
76ca64b93b
commit
db24cb8087
6 changed files with 36 additions and 1 deletions
|
@ -1046,6 +1046,8 @@ namespace smt {
|
|||
|
||||
void mk_unsat_core();
|
||||
|
||||
void validate_unsat_core();
|
||||
|
||||
void init_search();
|
||||
|
||||
void end_search();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue