mirror of
https://github.com/Z3Prover/z3
synced 2025-08-26 21:16:02 +00:00
enable unsat core extraction in nlsat_tactic
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
84172302a2
commit
305e080239
9 changed files with 46 additions and 20 deletions
|
@ -195,6 +195,14 @@ namespace nlsat {
|
|||
|
||||
lbool value(literal l) const;
|
||||
|
||||
// -----------------------
|
||||
//
|
||||
// Core
|
||||
//
|
||||
// -----------------------
|
||||
|
||||
void get_core(vector<assumption, false>& deps);
|
||||
|
||||
// -----------------------
|
||||
//
|
||||
// Misc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue