-
Whenever one forgets ==, = in a constraint, the objective function is overwritten without warning. I suggest to issue a warning if an objective function is added to a problem that already has an objec…
-
I've managed to get the benchmark analysis running on a server, so I think it's all working now. @ricschuster, when you get a chance, could you please try running it on your system and see if it works…
-
Details for the issue
--------------------
An undesired play-by-play of the CBC algorithm prints to the console during the second balance_stoichiometry call in the next section's sample code. …
-
I am trying to solver the Unit Commitment problem (MIQP problem) by modelling the problem in CVXPY and using the CPLEX solver. I have been successful in getting everything to work with CVXPY using CPL…
-
Dear Daniel,
I am running Smetana - "smetana Lactococcus_raffinolactis_strain_WiKim0068.xml V_harveyi_QT520.xml --mediadb constrained_media_Treh.tsv --flavor cobra -o TREHALOSE"
I am getting dif…
-
As discussed with @hongkai-dai. cc @EricCousineau-TRI.
Currently it is not possible to solve mixed integer programs (linear or quadratic) in pydrake using Binder or Colab, since Drake is not compil…
-
**Snakemake version**
> 5.23.0
**Describe the bug**
Trying to get `snakemake` running on another server we have access to (this one has a `LSF` scheduler). Used the [`VEP CACHE` wrapper examp…
-
Define `SemiBridge` for transforming a `Semicontinuous` (resp. `Semiinteger`) variable `z` to a free (resp. `Integer`) variable `y` with the constraints `set.lower * z
-
## Problem description
There is an implicit sector coupling feature in Calliope which makes Calliope heat up transmission links whenever too much energy is available. See the minimal model below.
…
-
Sorry if this is a documented/obvious/inevitable restriction.
```julia
julia> mm = JuMP.Model(JuMP.optimizer_with_attributes(Cbc.Optimizer));
julia> vv = @variable(mm, x[1:10], binary=true);…