-
**Describe the bug**
When I solve the model, I get an `ApplicationError` with Gurobipy not installed.
**To Reproduce**
Follow the getting started section until you arrive at the `Model construct…
-
Hey,
the 'Appetizer' from https://entmoot.readthedocs.io/en/master/#appetizer is not working for gurobi and I get the following error message (I am using Gurobi Optimizer version 11.0.0):
```
S…
-
Here's one that's a bit more problematic:
```
x = gppd.add_vars(model, df, lb="lb", ub="ub", vtype="notmytype")
```
whether or not "notmytype" exists as a column, this creates semi-integer var…
-
The Gurobi API can be used to invoke Gurobi with license information passed through environment variables rather than license files. This would make it easier to deploy OptLang with Gurobi in containe…
-
This is a proposal to support the following pattern
```python
import pandas as pd
import gurobipy as gp
import gurobipy_pandas as gppd
# example data
df = pd.DataFrame({
"ub": [4,5,6],
…
-
This is an issue with desdeo's implementation of GurobipySolver specifically, not with the actual gurobipy package.
In a corner case situation, where some of the decision variables do not contribut…
-
```
gurobipy = "^11.0.1" # TODO: Make gurobipy optional
```
https://github.com/industrial-optimization-group/DESDEO/blob/e741b18deb14ce4224be6d2f5733fba7494d648e/pyproject.toml#L45
-
When I run the command
osa -o /home/piyumal/cosa -ap /home/piyumal/cosa/cosa-main/src/cosa/configs/arch/simba.yaml -mp /home/piyumal/cosa/cosa-main/src/cosa/configs/mapspace/mapspace.yaml -pp /hom…
-
Description:
I am working on a problem where I need to create constraints with a right-hand side that has two indices, as shown in the following formulation:
$$
\sum_j c_j y_{ij} \le b_{ij} \qu…
-
Hi team, exciting work!
I'd like to suggest including instructions for installing dependencies with conda/mamba instead of pip. This circumvents 2 issues I encountered during installation:
- For so…