mirror of
https://github.com/Z3Prover/z3
synced 2025-08-23 03:27:52 +00:00
sls
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
cafb31ff94
commit
999db1e280
6 changed files with 92 additions and 168 deletions
|
@ -23,8 +23,6 @@ namespace sat {
|
|||
class mus {
|
||||
literal_vector m_core;
|
||||
literal_vector m_mus;
|
||||
literal_vector m_toswap;
|
||||
model m_model;
|
||||
|
||||
solver& s;
|
||||
public:
|
||||
|
@ -33,10 +31,7 @@ namespace sat {
|
|||
lbool operator()();
|
||||
private:
|
||||
lbool mus2();
|
||||
void rmr();
|
||||
void measure_mr();
|
||||
bool has_single_unsat(literal& assumption_lit);
|
||||
void find_swappable(literal lit);
|
||||
void mr();
|
||||
void reset();
|
||||
void set_core();
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue