Guilherme Bodin

Results 26 issues of Guilherme Bodin

close #545 This is an attempt to have an mpiexecjl on windows. Currently, you have to call `powershell.exe -File ...` This could be avoided if we did a .bat file...

Windows

I am using JuliaFormatter on version 1.0 and this breaks because of the first plus sign ```julia julia> format_text("@constraint(Lower(model), +x[1] + x[2]

bug

Hello, I am trying to compile a project using MadNLP and PackageCompiler but it seems to have some relocatability problems. One colleague compiled in his machine a small example and...

I had an error in JuliaFormatter and it might be a problem with the parser https://github.com/domluna/JuliaFormatter.jl/issues/642#issuecomment-1271789498 ```julia julia> format_text("@constraint(Lower(model), +x[1] + x[2]

bug

```julia ERROR: LoadError: ArgumentError: The optimizer ParametricOptInterface.Optimizer{Float64, Xpress.Optimizer} does not support `compute_conflict!` Stacktrace: [1] compute_conflict!(optimizer::ParametricOptInterface.Optimizer{Float64, Xpress.Optimizer}) @ MathOptInterface C:\Users\guilhermebodin\.julia\packages\MathOptInterface\mz9FK\src\MathOptInterface.jl:108 [2] compute_conflict!(model::Model) @ JuMP C:\Users\guilhermebodin\.julia\packages\JuMP\glJ0u\src\optimizer_interface.jl:502 ``` Probably a simple new dispatch...

close #155 @blegat This makes it work but I am not sure what is the formal dual of a feasibility problem. If we assume feasibility is Min 0 should the...

Hey guy, a thought I had after the `dualize(dualize(model)) == model` commentary by @blegat on gitter. Consider the problem ``` #= primal min -4x_1 - 3x_2 -1 s.t. 2x_1 +...

We have added a few benchmarks and can run them every time a new release is out. This is the first one. **edit in the PR https://github.com/jump-dev/ParametricOptInterface.jl/pull/82 we changed some...

It could be nice to return the loglik for each lambda, this would make it easier to choose the set of betas based on BIC or AIC.