mirror of
https://github.com/Z3Prover/z3
synced 2025-10-11 02:08:07 +00:00
remove unused file & hide a few symbols
This commit is contained in:
parent
35aa98436f
commit
d79692b185
14 changed files with 58 additions and 297 deletions
|
@ -1676,12 +1676,6 @@ namespace sat {
|
|||
}
|
||||
|
||||
|
||||
struct clause_size_lt {
|
||||
bool operator()(clause const * c1, clause const * c2) const {
|
||||
return c1->size() < c2->size();
|
||||
}
|
||||
};
|
||||
|
||||
void solver::init_assumptions(unsigned num_lits, literal const* lits) {
|
||||
if (num_lits == 0 && m_user_scope_literals.empty()) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue