mirror of
https://github.com/Z3Prover/z3
synced 2025-05-08 16:25:48 +00:00
merge
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
commit
f525f43e43
155 changed files with 3188 additions and 1043 deletions
|
@ -105,7 +105,7 @@ namespace sat {
|
|||
|
||||
|
||||
void asymm_branch::process(big* big, clause_vector& clauses) {
|
||||
int64 limit = -m_asymm_branch_limit;
|
||||
int64_t limit = -m_asymm_branch_limit;
|
||||
std::stable_sort(clauses.begin(), clauses.end(), clause_size_lt());
|
||||
m_counter -= clauses.size();
|
||||
clause_vector::iterator it = clauses.begin();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue