I would like to solve an ILP based on a good initial solution that I can construct manually. I am aware of https://docs.rs/coin_cbc/latest/coin_cbc/struct.Model.html#method.set_initial_solution and https://docs.rs/coin_cbc/latest/coin_cbc/struct.Solution.html but I do not see a way to construct a Solution from scratch without running the solver.
Is this possible and I'm just missing something? If it is not possible: would you be willing to add this?
Context: I am working on rust-or/good_lp#71
I would like to solve an ILP based on a good initial solution that I can construct manually. I am aware of https://docs.rs/coin_cbc/latest/coin_cbc/struct.Model.html#method.set_initial_solution and https://docs.rs/coin_cbc/latest/coin_cbc/struct.Solution.html but I do not see a way to construct a
Solutionfrom scratch without running the solver.Is this possible and I'm just missing something? If it is not possible: would you be willing to add this?
Context: I am working on rust-or/good_lp#71