-
The ASL version of Gurobi 11 produces the same output in many different environments. For example,
```
ampl: model multmip3.mod;
ampl: data multmip3.dat;
ampl: option solver gurobiasl;
ampl: op…
-
I tried out cvxopt with glpk and it should do the trick:
http://cvxpy.readthedocs.org/en/latest/install/#install-with-glpk-support
Look here for some possible alternatives:
http://stackoverflow.com/q…
-
Proposed by @jacksimpsoncartesian. Say we have a dataframe including multiple series of variables:
```
>>> env = gp.Env()
>>> model = gp.Model()
>>> df = (
... pd.DataFrame({
... "…
-
Hello,
I am using the cell density counter to count labelled nuclei. Currently, I get two error messages, either the "RuntimeError: No gurobi wrapper found", or "pop from empty list". I am trying t…
-
https://github.com/SysBioChalmers/RAVEN/blob/20afda4fada5ccfa02782fc59acece6805b648b4/INIT/ftINIT.m#L270
Here ftINIT mentions the term "mipgap", which is only related to the Gurobi solver (see [her…
-
I have a constraint where the index is something akin to the following:
```
('TEST', 'Apple-Banana Redo', 1, 1)
```
when adding this constraint directly through Gurobi, this would return an erro…
-
I'm working with a ubuntu 16.04 LTS 64 bit.
I installed MoMA according to the fjug/MoMA page instructions. Everything went well until I reach the step of data processing (following the Quick user gui…
-
Hi, from an industry perspective with multiple academic partners is gurobi raising some concerns for collaboration projects. It seems their licensing model is rather inflexible for us coordinating aca…
-
I'm getting this error with Gurobi: **`AttributeError: Unable to retrieve attribute 'X'`**
The full stack:
```
Traceback (most recent call last):
File "C:\Users\Public\Miniconda3\envs\...\li…
-
Hello,
I am trying to install `sad` on Ubuntu.
Steps:
1. `git clone sad`
2. `./install-dependencies.sh`
**Message**
```bash
To configure with CLP, run: configure PKG_CONFIG_PATH=/down…