CBMC
|
Constraints to encode non containement of strings. More...
#include <string_constraint.h>
Public Attributes | |
exprt | univ_lower_bound |
exprt | univ_upper_bound |
exprt | premise |
exprt | exists_lower_bound |
exprt | exists_upper_bound |
array_string_exprt | s0 |
array_string_exprt | s1 |
Constraints to encode non containement of strings.
string_not contains_constraintt are formulas of the form:
Definition at line 126 of file string_constraint.h.
exprt string_not_contains_constraintt::exists_lower_bound |
Definition at line 131 of file string_constraint.h.
exprt string_not_contains_constraintt::exists_upper_bound |
Definition at line 132 of file string_constraint.h.
exprt string_not_contains_constraintt::premise |
Definition at line 130 of file string_constraint.h.
array_string_exprt string_not_contains_constraintt::s0 |
Definition at line 133 of file string_constraint.h.
array_string_exprt string_not_contains_constraintt::s1 |
Definition at line 134 of file string_constraint.h.
exprt string_not_contains_constraintt::univ_lower_bound |
Definition at line 128 of file string_constraint.h.
exprt string_not_contains_constraintt::univ_upper_bound |
Definition at line 129 of file string_constraint.h.