mirror of
https://github.com/Z3Prover/z3
synced 2025-09-15 06:01:27 +00:00
comment out
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
a57f87fbe9
commit
ef8d2020ca
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ namespace smt {
|
||||||
|
|
||||||
// currenly, the code just implements the greedy strategy
|
// currenly, the code just implements the greedy strategy
|
||||||
void parallel::batch_manager::return_cubes(ast_translation& l2g, vector<expr_ref_vector>const& C_worker, expr_ref_vector const& A_worker) {
|
void parallel::batch_manager::return_cubes(ast_translation& l2g, vector<expr_ref_vector>const& C_worker, expr_ref_vector const& A_worker) {
|
||||||
SASSERT(!m_config.never_cube());
|
// SASSERT(!m_config.never_cube());
|
||||||
|
|
||||||
auto atom_in_cube = [&](expr_ref_vector const& cube, expr* atom) {
|
auto atom_in_cube = [&](expr_ref_vector const& cube, expr* atom) {
|
||||||
return any_of(cube, [&](expr* e) { return e == atom || (m.is_not(e, e) && e == atom); });
|
return any_of(cube, [&](expr* e) { return e == atom || (m.is_not(e, e) && e == atom); });
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue