cprover
string_constraint_generator.h File Reference

Generates string constraints to link results from string functions with their arguments. More...

Include dependency graph for string_constraint_generator.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  string_constraint_generatort
 

Detailed Description

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.h.