airbus/discrete-optimization

Mutualize more Linear Programming functions

g-poveda opened this issue · 1 comments

from the #110 comments :
We have some common functions shared by LP Solvers from the different library we are using (mip, gurobi, cplex)
but at the moment the modelling of the LP are to be done specifically everytime.
We can in the future have some "add_var", "add_constr".. coded in one place for all the LP solver we use (in generic_tools/lp_tools). It would allow to write Lp model one time for each problem.

temporarly closing this, as it's unsure if we will use mip or cplex api in the future