-
dear @justine18,
thank you very much for the nice comparison. I was wondering whether we could include [linopy](https://github.com/PyPSA/linopy) in the benchmark?
I have prepared some code that…
-
We have a list of solvers here
https://www.cvxpy.org/tutorial/advanced/index.html#choosing-a-solver
But there's no guidance on how to choose among them.
Facts off the top of my head:
* ECOS …
-
I am a research fellow at the University of Bologna (Italy).
Currently, I am dealing with Stochastic Optimization and I am interested in using the DSP solver to solve a MIP problem whose mathematical…
-
Thanks for this important software!
When I try to build it via the Makefile, on Ubuntu 18.04, I get this:
```
$ make
....
g++ -Wall -pedantic -g -I. -I/opt/ibm/ILOG/CPLEX_Studio129/cplex/incl…
-
Hello,
I have an integer linear programming issue, which I managed to solve by formulating CVXPY problem with use of CBC solver. The task is to transport suitable boxes and units of products from s…
-
Hi Kostas,
I have small question about the maxscore estimator through MIP. In the 2008 paper it is said that
> It is also crucial to note that in our experiments we observed that the exact maximum…
-
Within a short amount of time, I have heard from three different developers that they require quadratic constraints. @KristianJensen you probably have the best idea why those were not implemented yet.…
-
I have been experimenting with the alpha-beta-crown tool and encountered the following error while running it for some input data.
alpha-beta-crown) h@pillar1:~/project3/project3_2$ python /home…
-
Some more hints in the README on how to pull in the dependencies and run this would be helpful.
So far this worked for me to avoid import errors:
pip install scipy networkx PyQt5
Then, si…
-
I want to use ab-crown to verify neural networks with localrobustness property with the l-1 and l-2 norms. When I do this I get "Only Linf-norm attack is supported, the pgd_order will be changed to sk…