svf-lib 1.0.1614 → 1.0.1615

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.
@@ -69,6 +69,12 @@ public:
69
69
  /// Andersen analysis
70
70
  virtual void analyze() override;
71
71
 
72
+ virtual void solveAndwritePtsToFile(const std::string& filename);
73
+
74
+ virtual void readPtsFromFile(const std::string& filename);
75
+
76
+ virtual void solveConstraints();
77
+
72
78
  /// Initialize analysis
73
79
  virtual void initialize() override;
74
80
 
@@ -101,6 +101,12 @@ public:
101
101
  /// Flow sensitive analysis
102
102
  void analyze() override;
103
103
 
104
+ virtual void solveAndwritePtsToFile(const std::string& filename);
105
+
106
+ virtual void readPtsFromFile(const std::string& filename);
107
+
108
+ virtual void solveConstraints();
109
+
104
110
  /// Initialize analysis
105
111
  void initialize() override;
106
112
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.1614",
3
+ "version": "1.0.1615",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {