-
It looks like while `gurobipy` allows for an `Iterable` of `Hashable` objects to be passed as index to addVars, the stubs only allow for an `Iterable` of `_Scalar` which is either `int`, `str` or `flo…
-
Hello,
I am working on my thesis project where the problem is to implement a proof-of-concept level solution for packing n number of circular items into m number of rectangular pallets. We don't kn…
-
Front page:
Par1: gpandas is a convenient (optional) wrapper ... interact pandas + gurobipy
Target audience statement: this is aimed at.... experienced pandas users, some familiarity with gurob…
-
After the conversation with Robert and Simon, I tested out the 9.9.9 gurobipy library
![image](https://user-images.githubusercontent.com/10234561/189732098-4556d721-949c-49d2-95cf-373b1f2cf26c.png)…
-
IMO it would be very good to have this string expression based API for adding constraints using a column relation (see [regression.py](https://github.compute.gurobi.com/Gurobi/pdcomfi/blob/main/exampl…
rluce updated
2 years ago
-
We have accessors for adding variables and constraints, but what about adding
- SOS
- general constraints
- general function constraints
- etc.
For each we would need to add further Series/Da…
-
hi,I'm sorry to bother you, but I really have a problem that I can't solve by myself.
When I use 'python setup.py install' to install,it always shows the same error:(I posted a screenshot below)
![i…
-
line 125, in
m.addConstr(E[0] == 0.5 * E_nom)
File "src\gurobipy\model.pxi", line 3451, in gurobipy.Model.addConstr
File "src\gurobipy\model.pxi", line 3355, in gurobipy.Model.__addC…
-
**Describe the bug**
Calling `waveshow` should render a plot in jupyter lab that, when zoomed, resamples to show sample details as shown [here](https://github.com/librosa/librosa/issues/1207#issuecom…
-
We use lowerCamelCase (because gurobipy does?), but PEP8 suggests words\_with\_underscores. What does Pandas do? What _should_ we do here?
rluce updated
2 years ago