svf-lib 1.0.1601 → 1.0.1602
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
Binary file
|
|
Binary file
|
|
@@ -46,14 +46,14 @@ class SrcSnkSolver
|
|
|
46
46
|
|
|
47
47
|
public:
|
|
48
48
|
///Define the GTraits and node iterator
|
|
49
|
-
typedef SVF::
|
|
49
|
+
typedef SVF::GenericGraphTraits<GraphType> GTraits;
|
|
50
50
|
typedef typename GTraits::NodeType GNODE;
|
|
51
51
|
typedef typename GTraits::EdgeType GEDGE;
|
|
52
52
|
typedef typename GTraits::nodes_iterator node_iterator;
|
|
53
53
|
typedef typename GTraits::ChildIteratorType child_iterator;
|
|
54
54
|
|
|
55
55
|
/// Define inverse GTraits and note iterator
|
|
56
|
-
typedef SVF::
|
|
56
|
+
typedef SVF::GenericGraphTraits<SVF::Inverse<GNODE *> > InvGTraits;
|
|
57
57
|
typedef typename InvGTraits::ChildIteratorType inv_child_iterator;
|
|
58
58
|
|
|
59
59
|
/// Define worklist
|