Benoît Legat

Results 486 comments of Benoît Legat

> With the advent of presolve routines, linear constraints of the form, e.g., `x >= lb`, get converted internally to variable bounds anyway. You don't want to have to use...

> I would be more concerned about bridges leaving a messy model for continuous solvers that tend to not have presolve I think we do care about this issue. On...

It's a bit confusing at the moment because in the install script at https://install.julialang.org, it says `Unable to run interactively. Run with -y to accept defaults, --help for additional options`...

Here is another case where it would be useful to know the type of the variable. Cbc also has issues when the variables are not binary in a SOS constraint:...

Yes, I would say you would need at least the length of a standard talk

I think doing this would in fact decrease complexity quite a lot. Maintaining this MOI layer and simpler NL solver is much easier than maintaining MOI wrappers that are so...

> In order to infer how to set the objective sense, we also need to infer how to delete an objective bridge, which involves a whooooole lot of stuff. That's...

Do you know a solver which could take advantage of knowing the matrix structure ?

Is Gurobi actually using this matrix or is it just transforming it and for the algorithm it won't change anything whether you give this matrix or a VectorAffineFunction ? Is...

> I think I have fixed problem Glad to read that ! > what version of Cbc are you using? I'm using the [Julia wrapper](https://github.com/jump-dev/Cbc.jl) which is using Cbc v2.10.3....