svf-lib 1.0.2002 → 1.0.2003

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
@@ -383,7 +383,16 @@ public:
383
383
  }
384
384
  //@}
385
385
 
386
+ virtual const std::string toString() const;
386
387
 
388
+ /// Overloading operator << for dumping node
389
+ //@{
390
+ friend OutStream &operator<<(OutStream &o, const ConstraintNode &node)
391
+ {
392
+ o << node.toString();
393
+ return o;
394
+ }
395
+ //@}
387
396
  };
388
397
 
389
398
  } // End namespace SVF
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "svf-lib",
3
- "version": "1.0.2002",
3
+ "version": "1.0.2003",
4
4
  "description": "SVF's npm support",
5
5
  "main": "index.js",
6
6
  "scripts": {