-
The current test suite for Cryptol includes a few expected output files that include the satisfying assignments discovered by the solver (generally Z3). For a given version of a solver, these seem to …
atomb updated
3 years ago
-
I just upgraded my debian bullseye system to current, which pulled in python 3.9.1 and subsequently triggered a bunch of warnings like:
```
In file included from pycvodes/_cvodes.cpp:668:
e…
-
I've been looking through examples and documentation, and I cannot figure out how to create a cumulative constraint for an LP solver. If my solver is, for instance:
```python
from ortools.linear_s…
-
@trilinos/teuchos @bartlettroscoe @nmhamster
Lines 80-105 of Teuchos_ConfigDefs.hpp include a lot of standard library header files. Just about every Teuchos header file includes Teuchos_ConfigDefs.…
-
I am getting invalid result for this input. (I know it's not reasonable data, but xirr should deal with those anyway). Here it is:
```
>>> short = [(datetime.date(2000, 6, 9), 2500.0), (datetime.date…
-
**What version of OR-tools and what language are you using?**
Version: stable/v7.6
Language: C++ (Visual Studio 2019, version 16.5.4)
**Which solver are you using (e.g. CP-SAT, Routing Solver, GL…
-
Hi there.. Most tools built on top of solvers use a text-pipe to communicate with the solver. It appears that `dReal` is waiting for the input file to close before it responds back. And this makes it …
-
I was not able to find a forum for general questions for the bluespec language. If there is one please point me to it.
I have a function and I want to assert that the input parameters are valid.
…
-
This is a feature proposal to support [CUDF][] based SAT solvers for resolving package versions. That's what Debian and the likes use to resolve complex version constraints. This is much more precise …
-
Hi Devs, I have been using this awesome library for a while now. However, my experience so far indicates Z3 as the only respectable option in terms of performance in my settings. Yet trying to put Z3 …