-
Hi,
As you know, I love sharpSAT, however, I recently bumped into this issue, and it's uinfriendly to users, so I suggest changing. Basically, the line here:
https://github.com/marcthurley/sharp…
msoos updated
2 years ago
-
In our application, we construct huge formulas where already the construction process takes thousands of seconds. The function [FunctionSymbol.checkSort](https://github.com/ultimate-pa/smtinterpol/blo…
-
Paper: http://dimacs.rutgers.edu/~graham/pubs/papers/encalgs-ams.pdf
From the abstract:
> The AMS Sketch is focused on approximating the sum of squared entries of a vector defined by a stream of upd…
-
Hi,
I am a beginner. It's a fantastic program. Your articles, for example "SAT-Based Generation of Planar Graphs", are also very nice.
In your paper, you found $C_5$-free planar Turan numbers f…
-
Unknown case badly managed:
https://github.com/FAMILIAR-project/usampling-exp/blob/master/usampling-experiments.py#L480-L482
(basically the CSV row is not added)
so beware that some results with …
-
It would be great to have a way of pretty-printing formulas, by providing a dictionary between the variables (numerals) and application-specific name. This is easy to do for ordinary CNF using diction…
-
Hello - thank you for creating this gtfs converter - I'm surprised this does not get more use. I've used gtfs2graphs to convert the gtfs feed for a specific agency into network graphs for the most par…
-
Hi,
There is a problem with me install heinz to my computer:
LEMON and OGDF already installed by step, but when I make heinz was failed. I don't know what's wrong with me? my OS is Linux (Fedora 2…
-
Right now, SULFA seems like kind of a standalone thing. It requires one of two particular SAT solvers, `minisat` or `zchaff`, neither of which has been actively developed in the last decade. Plus, the…
-
A fictional story to illuminate an aspect of quality in software engineering, told as a sequence of three sudoku solvers. The two main points I'm trying to get across are: first, deep understanding of…