Guillaume Marques

Results 33 comments of Guillaume Marques

Hi, did you try to use `sizehint!(vec, len)`? It frees memory on my computer. If you look at the C code called by `sizehint!`, you'll see that this method may...

This happens when the strong branching algorithm branches on a node that has been proved infeasible.

Column generation uses the dual bound of phase 1 as the final dual bound at the node. It's totally wrong. It should only record the dual bound of phase 3...

Fixed in the code but needs test

Thanks Artur! I think it should be moved to documentation. I'll do it later.

This method does not exist anymore.

Hi, I had trouble using JSON3 with `Base.@kwdef` structures (very similar to Parameters.jl), so I would like to share my experience. ```julia using JSON3, StructTypes, Dates kw_convert(::Val, v) = v...

Hi David, I'm sorry, I didn't see your PR ! Would you like to have a call to talk about what you did in this PR and in #31 ?

I agree, I'll move the code so we can qualify it as a tree search algorithm. It won't the implemantation of the lds though. We'll have to figure out how...

Doc review from Ruslan: - [ ] nice piece of doc for the axis ```julia ## A user should resort to axes to communicate to Coluna how to decompose a...