-
#### Prerequisitives
* **Eclipse Version:** `4.28.0in`
* **FeatureIDE-Version:** `v3.11.1`
* **Java runtime used to run eclipse:** `openjdk 18.0.2`
### Issue description
Exporting a UVL featu…
-
* [ ] Viewable, instead of SVG, side-by-side?
* [ ] Show all supported formats
* [ ] Open as (Dimacs / FeatureIDE XML / UVL)
* [ ] Changes to XML update the SVG (automatically? on click? on…
-
**What is the feature or improvement you would like to see?**
The "DIMACS formats" are a family of easy-to-parse formats for input data to various combinatorial problems put forward in the DIMACS c…
-
Reported by **luecke** and assigned to **luecke**
Migrated from http://trac.informatik.uni-bremen.de:8080/hets/ticket/333
---
The DIMACS format is widely used in the SAT-Solving community. Write a …
-
I tried to run your solver on dimacs files of ISCAS85 benchmarks, it segfaulted. Then, I tried on benchmarks in the benchmarks directory. The solver still segfaulted. I believe some change in your cod…
-
Implement printers for terms in each language.
- [ ] dimacs
- [ ] iCNF
- [ ] TPTP
- [ ] Smtlib
- [ ] zf
This brings some questions that need answers:
- what to do when the term uses features …
Gbury updated
6 months ago
-
Currently it is impossible to save a pyeda expression in a file using pickle:
```
test_input = expr('A & B & C')
with open('tmp_test.pickle', 'wb') as pickle_file:
pickle.dump(test_input, pick…
-
The trojan benchmark CNFs list too many clauses in their DIMACS headers which would cause some solvers to reject them immediately.
This bug is visible in the CCS paper benchmarks which I downloaded…
-
### Is your feature request related to a problem? Please describe.
Currently the `read_dimacs_file` method exposed through the python api requires a file path and works by opening the file. This puts…
-
The `external_aig_solver` command currently assumes an interface that no existing solver supports: AIGER input and DIMACS-style output. The following shell script allows ABC to be used as such a tool,…