3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-12-30 15:59:52 +00:00

inprocessing flag

This commit is contained in:
Ilana Shapiro 2025-12-17 22:41:21 -08:00
parent 0782563e0c
commit e7a107bd21

View file

@ -147,6 +147,7 @@ namespace smt {
smt_parallel_params pp(p.ctx.m_params);
m_config.m_share_units = pp.share_units();
m_config.m_inprocessing = pp.inprocessing();
}
void parallel::worker::share_units() {