-
Dear CPLEX developers,
I am using docplex to solve a MIP model from which I would like to get the dual values.
It seems that the traditional way to do this in CPLEX is by solving a [fixed MIP](htt…
-
https://github.com/eth-sri/eran/blob/d5ea0b9dae4621e259ebcade5428e6860655941e/tf_verify/__main__.py#L278-L292
The example here uses upper bound and lower bound. My understanding is, internally Eran…
-
These genius are doing great works on libraries for ensuring more proofs for dBFT, @igormcoelho and @vang1ong7ang, respectivelly: https://github.com/NeoResearch/libbft & https://github.com/NeoResearch…
-
**Snakemake version**
This issue started when I updated to 5.23.0 from an older version; I don't remember what the older version is
**Describe the bug**
There seems to be a block of text that pri…
-
Hi all, I am trying to use ojalgo to solve a MILP problem. I modeled it in gams with Cplex and then turn on the mps file generator. The mps file is as follows:
`* ENCODING=ISO-8859-1
NAME …
-
I'm on Julia 1.4 but using an older version of the JuMP and Gurobi packages (I'm planning to upgrade soon, but one of my other packages constrains me to using JuMP v0.18.6.):
```
[2e9cd046] Guro…
-
It would be good to create expressions to which each constraint/cost must fit (e.g. text, float, integer, bool). That way, on loading a model, they can all be checked against the relevant expressions,…
-
Hi,
seems to getting the wrong objective value (always 0 instead of about 0.19211) for the mps-file [small.txt](https://github.com/coin-or/Cbc/files/5188961/small.txt)
when calling with
```
cbc …
-
Hi!
I'm trying to build the tool from git on arch linux by following the instructions in the INSTALL file.
I skipped step 1 as I don't intend to install into `/opt`, and don't want to change the…
-
_Please use the following template to help us solving your issue._
## Issue Details
Hello,
I'm trying to solve a MILP problem with CGAL using the GLPK_mixed_integer_program_traits class.
After…