-
Hey, I tried following the [quickstart for gpu solvers](https://github.com/MadNLP/MadNLP.jl?tab=readme-ov-file#cuda-requires-extension-madnlpgpu), but was unable to get the solver to run.
My code …
-
We should add in the tutorial, a very simple comparison of JuMP.jl and OptimalControl.jl. In terms of modelisation and resolution with the time and using `@benchmark`.
Which problem(s) do we choos…
ocots updated
3 months ago
-
When used according to the documentation:
```julia
ipopt = JuMP.optimizer_with_attributes(Ipopt.Optimizer, "print_level"=>0)
lin_solve = ma27
base = solve(BasePrice, v2016R(), optimizer = ipop…
-
In
https://github.com/jump-dev/Gurobi.jl/blob/9720c804e8f52ff316652ca5d1818e7f198a59a6/src/MOI_wrapper/MOI_wrapper.jl#L3435
we use `Start`, which is for **feasible** MIP solutions:
https://docs.gur…
-
Hello, I am getting an error at the line
https://github.com/inria-UFF/BaPCodVRPSolver.jl/blob/dd50e9bd0507848d3d25387fecf07ce3ea576ba4/src/bapcod/bc_gencallback.jl#L41
My setting is the followin…
-
### Bug description
Using a GenX case with Operational_reserves.csv input containing a Static_Contingency_MW >0 the run crashes while loading the Operational Reserves Core Module. This can be replica…
-
I am using SCIP as an IP solver in JuMP.jl. I found that after updating to SCIP v0.12, the mem usage increase monotonicly when I iteratively use the solver. A rollback to v0.11 make my program work pr…
-
It would we nice to have a right pane in doc pages
https://fluxml.ai/Flux.jl/dev/reference/models/layers/
so that one can see all layers at a glance and quickly jump to any one of them
With Docum…
-
We would like to use InfiniteOpt as interface for https://github.com/dionysos-dev/Dionysos.jl. For this, we would need to use `||` constraints but we get into an error with InfiniteOpt:
```julia
usi…
-
Hello,
I am trying to use ClusteredLowRankSolver to solve a SDP written in JuMP.
For doing this, I am using the function from JuMp to create a file in .dat-s
> write_to_file(model, "pb.dat-s…