svf-lib 1.0.1992 → 1.0.1993

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
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -111,6 +111,18 @@ public:
111
111
  return consCG;
112
112
  }
113
113
 
114
+ /// SCC methods
115
+ //@{
116
+ inline NodeID sccRepNode(NodeID id) const override
117
+ {
118
+ return consCG->sccRepNode(id);
119
+ }
120
+ inline NodeBS& sccSubNodes(NodeID repId)
121
+ {
122
+ return consCG->sccSubNodes(repId);
123
+ }
124
+ //@}
125
+
114
126
  /// dump statistics
115
127
  inline void printStat()
116
128
  {
@@ -203,18 +215,6 @@ public:
203
215
  }
204
216
  //@}
205
217
 
206
- /// SCC methods
207
- //@{
208
- inline NodeID sccRepNode(NodeID id) const
209
- {
210
- return consCG->sccRepNode(id);
211
- }
212
- inline NodeBS& sccSubNodes(NodeID repId)
213
- {
214
- return consCG->sccSubNodes(repId);
215
- }
216
- //@}
217
-
218
218
  /// Operation of points-to set
219
219
  virtual inline const PointsTo& getPts(NodeID id)
220
220
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1992",
3
+ "version": "1.0.1993",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {