mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
add sls
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
1652c16163
commit
180b0d4ec9
8 changed files with 252 additions and 53 deletions
|
@ -24,6 +24,8 @@ namespace sat {
|
|||
literal_vector m_core;
|
||||
literal_vector m_mus;
|
||||
literal_vector m_toswap;
|
||||
model m_model;
|
||||
|
||||
solver& s;
|
||||
public:
|
||||
mus(solver& s);
|
||||
|
@ -32,6 +34,7 @@ namespace sat {
|
|||
private:
|
||||
lbool mus2();
|
||||
void rmr();
|
||||
void measure_mr();
|
||||
bool has_single_unsat(literal& assumption_lit);
|
||||
void find_swappable(literal lit);
|
||||
void reset();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue