mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
fixes to maxres/mss
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
b5bbf83847
commit
18b491eee0
10 changed files with 76 additions and 114 deletions
|
@ -25,6 +25,7 @@ namespace sat {
|
|||
literal_vector m_mus;
|
||||
bool m_is_active;
|
||||
model m_model; // model obtained during minimal unsat core
|
||||
double m_best_value;
|
||||
|
||||
|
||||
solver& s;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue