-
This is probably user error, but I'd like to know what I'm doing wrong/how the problem is being set up differently.
In Julia, I get
```julia
julia> using JuMP, HiGHS
julia> function run_model(…
-
Some test cases which currently don't work (ranked from easy to hard):
```
network f : Rat -> Rat
network g : Rat -> Rat -> Rat
forall x . f (x + 2) == 0
forall x y . g (x + y, x + 2 * y) == …
-
If I want to prove the [attached benchmark](https://github.com/Z3Prover/z3/files/6898922/smt_comp_baby_53_reset_guest_std_unique_aug_gt_unsat_full_incomplete_quant.zip) according to the code snippet b…
-
Hey,
check out the following example. It defines a polytope `P` that is restricted to 0 in its last two coordinates. It is bounded and non-empty. Therefore, applying a linear map should clearly not c…
-
*Issue migrated from trac ticket # 1418*
**component:** mcrl22lps | **priority:** critical | **resolution:** fixed
#### 2017-06-16 16:35:45: @tneele created the issue
___
The lineariser for timed …
-
The passage to pyramids disables the special treatment of simplicial facets in the Fourier-Motzkin elimination (and the extension of triangulations). This is a disadvantage, especially with GMP intege…
-
Subsumption checks involve quantified formulas. In case the formulas involve linear arithmetic constraints, we make an assumption that the variables are in real number domain and use Fourier-Motzkin e…
-
Consider the following clafer model
```
abstract Platform
price -> int = sum hwComponents.price
hwComponents -> HWComponent 1..2
abstract HWComponent
price -> int
abstract Deployment
…
-
Note: Resubmission of gsdlab/ClaferChocoIG#7. I just checked with 0.4.2.1 (binary distribution), and the problem is exactly the same. As it's friday evening, it's a perfect moment to do these kinds …
-
The following Wyal file:
assert:
forall ({int} xs):
if:
{0,1,2} ⊆ xs
then:
0 in xs
Generates the following Automaton, but it does not reduce:
And{
SubsetEq[Set…