mirror of
https://github.com/Z3Prover/z3
synced 2025-08-17 16:52:15 +00:00
bug fixes
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
bb4888ce31
commit
4c1379e8c9
22 changed files with 238 additions and 580 deletions
|
@ -21,17 +21,13 @@
|
|||
|
||||
#include "util/vector.h"
|
||||
#include "sat/sat_types.h"
|
||||
#include "sat/sat_config.h"
|
||||
#include "util/rlimit.h"
|
||||
|
||||
namespace sat {
|
||||
|
||||
class parallel;
|
||||
|
||||
enum local_search_mode {
|
||||
gsat,
|
||||
wsat
|
||||
};
|
||||
|
||||
class local_search_config {
|
||||
unsigned m_seed;
|
||||
unsigned m_strategy_id;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue