mirror of
https://github.com/Z3Prover/z3
synced 2026-05-31 06:07:46 +00:00
inprocessing flag
This commit is contained in:
parent
0782563e0c
commit
e7a107bd21
1 changed files with 1 additions and 0 deletions
|
|
@ -147,6 +147,7 @@ namespace smt {
|
||||||
|
|
||||||
smt_parallel_params pp(p.ctx.m_params);
|
smt_parallel_params pp(p.ctx.m_params);
|
||||||
m_config.m_share_units = pp.share_units();
|
m_config.m_share_units = pp.share_units();
|
||||||
|
m_config.m_inprocessing = pp.inprocessing();
|
||||||
}
|
}
|
||||||
|
|
||||||
void parallel::worker::share_units() {
|
void parallel::worker::share_units() {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue