cprover
string_refinement.h File Reference

String support via creating string constraints and progressively instantiating the universal constraints as needed. More...

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

Go to the source code of this file.

Classes

class  string_refinementt
 

Macros

#define MAX_CONCRETE_STRING_SIZE   500
 
#define MAX_NB_REFINEMENT   100
 

Detailed Description

String support via creating string constraints and progressively instantiating the universal constraints as needed.

The procedure is described in the PASS paper at HVC'13: "PASS: String Solving with Parameterized Array and Interval Automaton" by Guodong Li and Indradeep Ghosh

Definition in file string_refinement.h.

Macro Definition Documentation

◆ MAX_CONCRETE_STRING_SIZE

#define MAX_CONCRETE_STRING_SIZE   500

Definition at line 30 of file string_refinement.h.

Referenced by string_refinementt::string_of_array().

◆ MAX_NB_REFINEMENT

#define MAX_NB_REFINEMENT   100

Definition at line 32 of file string_refinement.h.