Oscar Dowson
Oscar Dowson
> Ah I didn't realize that the lbt_forward was currently disabled with the if false flag I disabled it to check if we get the same fault without forwarding. We...
CI was passing a few days ago on Julia v1.7 with these versions: I just kicked off #328 to see if it's a Julia v1.8 thing. I'll modify the test...
That's weird. The issue is in `CreateIpoptProblem`. This is the line that triggers: https://github.com/amontoison/Ipopt.jl/blob/fc9fd16cb8a00fb2e9457f6324989c2fc4160f7e/test/C_wrapper.jl#L137 which calls https://github.com/amontoison/Ipopt.jl/blob/fc9fd16cb8a00fb2e9457f6324989c2fc4160f7e/src/C_wrapper.jl#L164-L294 > For Julia 1.6 or 1.7, we have Ipopt 3.14.4 + MUMPS_seq 5.4.1...
There's no work-around, but I guess there's precedence with Gurobi so we could add `CPLEX_JL_SKIP_LIB_CHECK`. I'm usually pretty skeptical of packages which try to install CPLEX/Gurobi if the user doesn't...
Related: * https://github.com/jump-dev/HiGHS.jl/issues/122 * https://github.com/jump-dev/HiGHS.jl/issues/118 I don't think configuring solvers like this is a good idea: https://github.com/GenXProject/GenX/blob/main/src/configure_solver/configure_cplex.jl It means that your project installs a whole bunch of solvers that aren't...
[noblock] @adow031 I've pinged the slack channel. Per https://pkgdocs.julialang.org/dev/creating-packages/#Package-naming-guidelines-1 > Avoid using Julia in your package name or prefixing it with Ju. > > * It is usually clear from...
[noblock] > but do you want to release this from a fork-repo? Ah. I missed this. @reganbaucke is okay with the move to @EPOC-NZ, but for simplicity it's probably best...
[noblock] `@StefanKarpinski` approves, which I hope is good enough: So we just need @adow031 to decide the fork issue.
@adow031 I think you can also request that the fork be detached here: https://support.github.com/request/fork
No, this just needs a manual merge now.