Class FLPSolutionExporter


public class FLPSolutionExporter extends SolutionSerializer<FLPSolution, FLPInstance>
Serialize solutions using a custom format Each row represents a facility row, with positive numbers being the facility id, and negative numbers a fake facility and its width. Example: 1 3 5 -2 --> Facility 1, 3 and 5, and a fake facility with width 2.