-
I'm considering adding python-mip as an option to a package that currently depends on cplex. The requirement is to run some custom code whenever the MIP solver finds an integer feasible solution that …
-
Hello,
I am trying to execute the following:
```python
solver = pulp.COIN_CMD(msg=True, warmStart=True)
pcenter_from_cm = PCenter.from_cost_matrix(
distances, p_facilities=facilities, …
-
Hi all,
I've been trying to change the solver on an optimization problem in SpineOpt by following different issues and documents, but none of the different approaches I've taken seems to work. Coul…
-
## Summary
I used Mindtpy to solve syn40m04m from the minlplib with gurobi as the mip solver and baron as the nlp solver and received a "this should never happen" error.
### Steps to reprodu…
-
Since we are hitting a memory limit for the cplex solver
CPLEX> Saving results...
Error in solversFunctions$solve(carnivalOptions) :
CPLEX solution file is not found. CPLEX was likely interrupte…
-
At the beginning of tutorial part 05 it should be mentioned that the cplex solver must be installed for running CARNIVAL.
For running cplex in Windows I had to add ".exe" to solverPath:
solverPath …
-
(split out from #31962)
We add `cvxpy` for disciplined convex programming and extensions as an optional package.
- cvxpy ([home](https://www.cvxpy.org/) · [repo](https://github.com/cvxpy/cvx…
-
target: ~~august~~ mid-september 2023
wanted:
- [x] Jupyterlab-4
- [x] PEP-514 compatibility
- [x] Python-3.11.5,
- [x] bokeh-3.2
- [x] numba-0.58 final, numpy-1.25 (in pursuite of [ data-apis…
-
The presence of the solver `CPLEX` breaks plotting of knots and links: see [sage-devel](https://groups.google.com/d/msg/sage-devel/ryq2Pmn_lRY/a3twFJNUDwAJ).
Minimal example
```
sage: L = Link([[2…
-
Turns out that CPLEX does not check it getter/setters in solver_parameter. But that was before.
I also change the entry of the "numerical/" folder from "Optimization" to "Numerical Optimization" in…