mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
rework sat.mus to use restart count for bounded minimization
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
c3eb279637
commit
962979b09c
3 changed files with 24 additions and 39 deletions
|
@ -26,8 +26,7 @@ namespace sat {
|
|||
literal_vector m_mus;
|
||||
bool m_is_active;
|
||||
model m_model; // model obtained during minimal unsat core
|
||||
unsigned m_restart;
|
||||
unsigned m_max_restarts;
|
||||
unsigned m_max_num_restarts;
|
||||
|
||||
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue