|
CBMC
|
#include <smt_core_theory.h>
Collaboration diagram for smt_core_theoryt:Classes | |
| struct | andt |
| struct | distinctt |
| struct | equalt |
| struct | if_then_elset |
| struct | impliest |
| struct | nott |
| struct | ort |
| struct | xort |
Static Public Attributes | |
| static const smt_function_application_termt::factoryt< nott > | make_not {} |
| static const smt_function_application_termt::factoryt< impliest > | implies {} |
| static const smt_function_application_termt::factoryt< andt > | make_and {} |
| static const smt_function_application_termt::factoryt< ort > | make_or {} |
| static const smt_function_application_termt::factoryt< xort > | make_xor {} |
| static const smt_function_application_termt::factoryt< equalt > | equal {} |
| static const smt_function_application_termt::factoryt< distinctt > | distinct {} |
| Makes applications of the function which returns true iff its two arguments are not identical. More... | |
| static const smt_function_application_termt::factoryt< if_then_elset > | if_then_else |
Definition at line 8 of file smt_core_theory.h.
|
static |
Makes applications of the function which returns true iff its two arguments are not identical.
Definition at line 67 of file smt_core_theory.h.
|
static |
Definition at line 57 of file smt_core_theory.h.
|
static |
Definition at line 82 of file smt_core_theory.h.
|
static |
Definition at line 25 of file smt_core_theory.h.
|
static |
Definition at line 33 of file smt_core_theory.h.
|
static |
Definition at line 17 of file smt_core_theory.h.
|
static |
Definition at line 41 of file smt_core_theory.h.
|
static |
Definition at line 49 of file smt_core_theory.h.