Guillaume Marques
Guillaume Marques
Essential cut generation callbacks should be "attached" to the formulation because they generate constraints that are part of the definition of the problem.
We need to build a simple formulation or a reformulation for several algorithms tests. However, even if the formulation and the reformulation are simple, they are difficult to write and...
ping @artalvpes - Needs options to disable basis record/restore depending on whether the subsolver supports setting/getting the basis.
Artur's suggestion to address the "No variable" warning in the LpSolver. > [12:17]guimarqu: hey, how do you start column generation when there is no variable in the master ? This...
When I tried to use the regular storage in #748, I experienced how painful the implementation of a new algorithm is. The first reason is obviously a lack of documentation,...
Performance tests do not work anymore. Need to find a way to fix this. See #46
PMA is a vector, iterating over its element is the same as doing : ```julia function getsum2(vector::PackedMemoryArray) vector_sum = 0.0 id_sum = 0 for elem in vector.array if elem !==...