|
cprover
|
Include dependency graph for string_constraint.cpp:Go to the source code of this file.
Functions | |
| static bool | cannot_be_neg (const exprt &expr) |
| Runs a solver instance to verify whether an expression can only be. More... | |
| std::string | to_string (const string_not_contains_constraintt &expr) |
| Used for debug printing. More... | |
| void | replace (const union_find_replacet &replace_map, string_not_contains_constraintt &constraint) |
| bool | operator== (const string_not_contains_constraintt &left, const string_not_contains_constraintt &right) |
|
static |
Runs a solver instance to verify whether an expression can only be.
| expr | the expression to check for negativity |
expr < 0 is unsatisfiable, false otherwise Definition at line 18 of file string_constraint.cpp.
| bool operator== | ( | const string_not_contains_constraintt & | left, |
| const string_not_contains_constraintt & | right | ||
| ) |
Definition at line 78 of file string_constraint.cpp.
| void replace | ( | const union_find_replacet & | replace_map, |
| string_not_contains_constraintt & | constraint | ||
| ) |
Definition at line 65 of file string_constraint.cpp.
| std::string to_string | ( | const string_not_contains_constraintt & | expr | ) |
Used for debug printing.
| [in] | expr | constraint to render |
Definition at line 53 of file string_constraint.cpp.