-
https://github.com/mvcisback/py-aiger/blob/48aafe3e1ffe01caac42a12bfc6cf90a5c4229ff/aiger/hypothesis.py#L3
-
https://github.com/mvcisback/py-aiger-sat/blob/537819875f8031c8230903b556abd08c6ee115c5/aiger_sat/sat.py#L82
If the UNSAT core is empty (i.e. none of the assumptions were necessary to prove UNSAT) …
-
I will see to it that there is a script which can run offline from a single tarball to build and run the server and client.
- Find debian packages or other means to install maven, node, npm
- Conv…
-
1. Move from lonestar/experimental/aigRewriting to lonestar/eda/aigRewriting
2. Sync with changes for `galois::graphs::First_SepInOut_Graph` as in #115.
3. Testcases
4. Webpage
-
Hello,
I see that `pysat` now supports using `py-aiger` inputs (very cool!)
It looks like it's only being used as input and then being converted to CNF. If so, it might be better to depend on [p…
-
I'm having some difficulty parsing an ASCII AIG file that is not in a canonical form. Its inputs do not start from 1 and are not in numerical ascending order:
```
...
12
10
76
72
...
```
…
-
We currently have to write "x + atom(wordlen, 1)" to create a circuit that increments x by 1. It should be as simple as "x + 1".
-
The README gives the following example:
```cpp
#include
#include
aig_network aig;
lorina::read_aiger( "file.aig", mockturtle::aiger_reader( aig ) );
const auto cuts = cut_enumeration( ai…
-
**Description**
The PSL `eventually!` operator isn't supported in synthesis yet. If you use that operator, it leads to an GHDL crash. For simulation it is supported (I only tried analysis & elaborati…
-
Hi,
For this Aiger model (both aig and aag included in the zip file):
[assertion.zip](https://github.com/berkeley-abc/abc/files/4373272/assertion.zip)
ABC throws out an assertion failed with pdr:
…