-
Hi,
Our toolkit depends on Gurobi and it seems like Gurobi has blocked Docker with the standard academic license. The output is:
"gurobipy.GurobiError: License is not valid in a Docker containe…
-
**Is your feature request related to a problem? Please describe.**
Solvers like Gurobi allow the use of indicator constraints (https://www.gurobi.com/documentation/8.1/refman/constraints.html) but I …
-
I have tried running scVILP on a dataset of 32 single cells. The data is on from [SRA Bioproject PRJNA168068](https://www.ncbi.nlm.nih.gov/Traces/study/? …
-
Hi,
I've been trying to create a virtual environment with python 3.6 and install the requirements via pip. Unfortunately, for some packages the required version cannot be found (e.g. onnxruntime==1.2…
-
Here is some python code that illustrates the problem:
`from pyscipopt import Model`
`master = Model("master LP")`
`relax = master.relax()`
This generates the error:
**builtins.AttributeE…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Problem description
File "/scratch/cjrodriguezf/enviroments/cycles/lib/python3.9/site-packages/cobra/core/mo…
-
I need to add constraints that include two indices on a same variable. Here is an example:
![image](https://github.com/Gurobi/gurobipy-pandas/assets/19672340/63e7d07d-fa5c-4ddc-a9b8-238d997adc03)
-
Dear all,
I can run my script without problems using Visual Studio Code, however when I create the .exe using autopytoexe the following error appears on the console:
![image](https://github.com/…
-
**Why this Mod?**
I have heard Network Design problems being discussed with a few users now so they seem to be receiving a bit of attention. Essentially you have nodes and possible arcs between the…
-
I’d like to discuss something a bit heretical (repost from a Discord discussion with @SteveDiamond).
I recently had to solve a problem related to calculating accumulated rectangular areas and taki…