sally icon indicating copy to clipboard operation
sally copied to clipboard

A model checker for infinite-state systems.

Results 19 sally issues
Sort by recently updated
recently updated
newest added
trafficstars

It seems sally can only parse examples from `/test/regess/*`. Whenever running the mcmt cases from the `examples` folder, I got the following information: `Parse error: ../../examples/honeywell/Ex3.mcmt:28:20: ` And the sal...

parser

Hi, is there any plan for providing C++ api for creating and verifying a transition system?

enhancement

I've added some boilerplate to the "ai" branch. Notes: - The code for crab integration should be added to `src/ai/crab/crab.{h.cpp}`. - Any options for the module should be added to...

enhancement

Invariants learned from abstract interpretation should be used in the IC3 engine.

enhancement

Sally seems to process process queries sequentially. For k-induction, it's often beneficial to attack problems simultaneously so that they can be used to strengthen each other. We can simulate this...

enhancement

- memory consumption is starting to show on deep examples. - model usege creates too many value terms, these need to be collected

The need for CUDD (presumably [this](https://web.mit.edu/sage/export/tmp/y/usr/share/doc/polybori/cudd/cuddIntro.html)) is not documented. More, CUDD has all-but-disappeared from the internet. Following the build steps yeids: ``` $ cmake .. -- GMP library: /usr/lib/x86_64-linux-gnu/libgmp.so --...