MIPLIB_2010_SOLUTION_DATA: ({
    DualBoundProblem: string;
    InputFileName: string;
    PrimalBoundProblem: string;
} | {
    DualBoundProblem?: undefined;
    InputFileName: string;
    PrimalBoundProblem?: undefined;
})[] = ...

MIPLIB 2010 - https://miplib2010.zib.de/ Release date version used: Aug, 2018 Source: https://miplib2010.zib.de/download/miplib2010_all.solu

Generated using TypeDoc