-
When running a MIP with "_minizinc --solver cplex -v -p 8 --solver-statistics model.mzn data.dzn_", another solution to the specific instance is found than with Gurobi "_minizinc --solver gurobi-v -p …
-
CBMC version: 5.12 (pilot_release_3_1_6-352-g0e8fb44063-dirty) and current head (cbmc-5.12-161-g48b8c90dd), though 5.11 works
Operating system: OSX and Ubuntu Linux
Exact command line resulting in t…
amosr updated
3 years ago
-
Dear author:
Is there a full python API available? I only found C++ API from https://developers.google.com/optimization/reference/.
-
Hi ! It's me again with arrays, sorry.
When I declare an array, use it, and then do a "forall" it generates a "wrong" formula for Z3. But if I don't use the array (or if I use sFunArray instead of …
-
The newly updated version of Princess in JavaSMT 3.9.0 still has some issues. For example, there is a `NoSuchElementException` in CPAchecker r37570.
#### Command line:
```
scripts/cpa.sh -setprop…
-
So I have been trying to run your system on both my laptop and the cluster. Let me create this issue about the laptop first. I have an NVIDIA 940MX:
```
soos@vvv-dejavu:gpu$ lspci | grep -i nvidia
…
msoos updated
3 years ago
-
I was trying to compile v6.2 of or-tools on macOS Sierra with `make python`, to use some external solvers like GLPK, SCIP and Gurobi, but at some point it showed me this error:
```
ld: unknown optio…
-
Hi, to support differential testing,
it would be useful to enable the comparison of two solvers.
In ddSMT, the command is as follows
~~~~
python ddsmt.py -c solver1 input.smt2 output.smt2 solver2…
-
I'm new with SAT,the README has only told how to install on VS2015,which parameters needs to modify?
-
E.g., from your co-authored paper "Principled Network Reliability Approximation: A Counting-Based Approach" I encoded Fig 1. like so:
```
c ind 1 2 3 4 5 0
p cnf 11 14
2 -3 -9 0
-7 4 -1 0
4 -3…