C++ Reference: class SharedIncompleteSolutionManager

Note: This documentation is automatically generated.

Set of partly filled solutions. They are meant to be finished by some lns worker.

The solutions are stored as a vector of doubles. The value at index i represents the solution value of model variable indexed i. Note that some values can be infinity which should be interpreted as 'unknown' solution value for that variable. These solutions can not necessarily be completed to complete feasible solutions.
Method
AddNewSolution

Return type: void

Arguments: const std::vector<double>& lp_solution

GetNewSolution

Return type: std::vector<double>

HasNewSolution

Return type: bool