-
I cannot use makePTDF in pypower
-
I have tried the solution suggested on #48 , but it is not working. I am using Julia 0.6.2 on Windows with Python 2.7 and the program is
```
using PyCall
unshift!(PyVector(pyimport("sys")["path"…
-
Proposed by @jacksimpsoncartesian. Say we have a dataframe including multiple series of variables:
```
>>> env = gp.Env()
>>> model = gp.Model()
>>> df = (
... pd.DataFrame({
... "…
-
## Description
### What steps will reproduce the problem?
I have tried to save variables on the Variables pane by selecting and saving them via the save feature. This has already happened tw…
-
It would be interesting to have a way of providing bounds value for neurons similarly as done in
[this function](https://github.com/vas-group-imperial/venus2/blob/main/venus/solver/milp_encoder.py) …
-
_Edit: The original issue title was "Can users with a gurobi license (and no snopt license) use gurobi AND snopt?". We've retitled to reflect a new consensus now._
I wasn't able to find any docume…
-
@parantapa installed the vlopt and was trying to run the test script, got an error. Does it look familiar? Seems odd, might be mismatch NetworkX versions or something? I'm running this from a termi…
-
I am using VRPy to solve the vehicle routing problem. I have done some tests with it using costs i obtained through PgRouting using an OSM road network. These tests had a depot (source/sink) location …
-
## Summary
The Gurobi interactive shell (`gurobi.sh` / `gurobi.bat`) is being deprecated. In the next major release these scripts will emit a deprecation warning, and in a future release they will …
-
### Description
There are several proposals to solve optimization problems using Quantum Algorithms, some examples can be found in the Qiskit textbook, were an application of the Quantum Approximate …