mirror of
https://github.com/Z3Prover/z3
synced 2025-10-16 04:20:25 +00:00
SLS: log clause , allow more frequent export of SLS state to SMT
This commit is contained in:
parent
84447b7031
commit
4b72e517b7
4 changed files with 32 additions and 21 deletions
|
@ -56,6 +56,7 @@ namespace sls {
|
|||
sat::literal to_literal(size_t* p) { return sat::to_literal(static_cast<unsigned>(reinterpret_cast<size_t>(p) >> 4)); };
|
||||
|
||||
void validate_model();
|
||||
void log_clause(sat::literal_vector const& lits);
|
||||
|
||||
public:
|
||||
euf_plugin(context& c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue