|
cprover
|
Generates string constraints to link results from string functions with their arguments. More...
#include <solvers/refinement/string_constraint_generator.h>#include <ansi-c/string_constant.h>#include <java_bytecode/java_types.h>#include <util/arith_tools.h>#include <util/pointer_predicates.h>#include <util/ssa_expr.h>Go to the source code of this file.
Generates string constraints to link results from string functions with their arguments.
This is inspired by the PASS paper at HVC'13: "PASS: String Solving with Parameterized Array and Interval Automaton" by Guodong Li and Indradeep Ghosh, which gives examples of constraints for several functions.
Definition in file string_constraint_generator_main.cpp.