Skip to content

Commit e3c715c

Browse files
re-add smt_parallel_params to allow customization
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent ed79c76 commit e3c715c

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

src/params/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ z3_add_component(params
2828
seq_rewriter_params.pyg
2929
sls_params.pyg
3030
smt_params_helper.pyg
31+
smt_parallel_params.pyg
3132
solver_params.pyg
3233
tactic_params.pyg
3334
EXTRA_REGISTER_MODULE_HEADERS
File renamed without changes.

src/smt/smt_parallel.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ Module Name:
2525
#include "smt/smt_parallel.h"
2626
#include "smt/smt_lookahead.h"
2727
#include "solver/solver_preprocess.h"
28-
// #include "params/smt_parallel_params.hpp"
28+
#include "params/smt_parallel_params.hpp"
29+
2930

3031
#include <cmath>
3132
#include <mutex>

0 commit comments

Comments
 (0)