|
CBMC
|
#include "guard_bdd.h"#include <algorithm>#include <solvers/prop/bdd_expr.h>#include <util/expr_util.h>#include <util/std_expr.h>
Include dependency graph for guard_bdd.cpp:Go to the source code of this file.
Functions | |
| guard_bddt & | operator-= (guard_bddt &g1, const guard_bddt &g2) |
| guard_bddt & | operator|= (guard_bddt &g1, const guard_bddt &g2) |
Implementation of guards using BDDs
Definition in file guard_bdd.cpp.
| guard_bddt& operator-= | ( | guard_bddt & | g1, |
| const guard_bddt & | g2 | ||
| ) |
Definition at line 72 of file guard_bdd.cpp.
| guard_bddt& operator|= | ( | guard_bddt & | g1, |
| const guard_bddt & | g2 | ||
| ) |
Definition at line 78 of file guard_bdd.cpp.