mirror of
https://github.com/Z3Prover/z3
synced 2025-04-24 01:25:31 +00:00
Merge branch 'master' of https://github.com/z3prover/z3
This commit is contained in:
commit
bceff4b3fa
11 changed files with 92 additions and 246 deletions
|
@ -515,7 +515,6 @@ namespace sat {
|
|||
reinit();
|
||||
DEBUG_CODE(verify_slack(););
|
||||
timer timer;
|
||||
timer.start();
|
||||
unsigned step = 0, total_flips = 0, tries = 0;
|
||||
|
||||
for (tries = 1; !m_unsat_stack.empty() && m_limit.inc(); ++tries) {
|
||||
|
|
|
@ -27,6 +27,9 @@ Revision History:
|
|||
#include "util/trace.h"
|
||||
#include "util/max_cliques.h"
|
||||
#include "util/gparams.h"
|
||||
#ifdef _MSC_VER
|
||||
# include <xmmintrin.h>
|
||||
#endif
|
||||
|
||||
// define to update glue during propagation
|
||||
#define UPDATE_GLUE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue