-
```
The runtests (latest version) have not been running easily for me on
Windows. I've made modifications to the runtests.py file that now allow me
to run "test" (which calls runtests.py) from the com…
-
Add a function to SatSolver to get back the original clauses.
Depends on #14198
Component: **misc**
Keywords: **sat, cryptominisat**
Author: **Martin Albrecht**
Reviewer: **Nathann Cohen**
Mer…
malb updated
11 years ago
-
Referring to issue #90
> It's not yet multi-threaded.
I was going add a +1 and suggest Boost or OpenMP for simplicity.
However, given that support for parallelization and distribution are declare…
-
I tried to compile the new 0.7 msvc download and got a compilation error in lad.c.
This is from the log:
```
[...]
lbitbits.c
1>.\src\f2c\lbitbits.c(47) : warning C4554: '>>' : check operator preced…
-
Sage's SAT solver interface deserves to be in the reference manual.
CC: @nathanncohen @nthiery @hivert
Component: **documentation**
Author: **Martin Albrecht**
Reviewer: **Nathann Cohen, John P…
malb updated
11 years ago
-
If `reHCstar` reads the output of a SAT solver compliant with DIMACS format but containing a comment line composed by a single 'c', it fails with the following error:
```
FATAL [ 189] (rs/…
-
Add a method `BDD.fromDIMACS(filename : String) : BDD` to parse a propositional formula in DIMACS format into a BDD.
This could be used for both tests and benchmarks, because DIMACS files with known …
-
Hi:
I could not find any code for bidirectional astar search on the web hence wrote http://sourceforge.net/projects/tway/,
I feel users with network of 100k+ nodes may benefit from it. I tested it on…