Data instances of the ROADEF/EURO Challenge 2018

Set of instances X

Set of instances B

Set of instances A (last version)

     Changes from previous version :
  • A2 : resize a batch
  • A9 : remove #7 empty stack

Set of instances A (version of 02/03/2018)

Checker and visualisation

Checker (last version : 25/06/2018)

     Changes from previous version :
  • Print compilation date in output
  • Correct a minor bug which occurs when an empty plate is used in the middle of a solution
  • Correct a minor bug which display a wrong plate usage for empty plates
  • The checker can now be not verbose. See readme.txt
  • The visualization tool display red circle for defects. Rectangles were difficult to see (code to display rectangle is still available in the js file)
  • Correct a bug in the visualization tool which occurs when an empty plate is used in the middle of a solution
  • Rewrite the display plate usage function
  • Print the OF value in display plate usage function

Checker (version of 18/05/2018)

     Changes from previous version :
  • Correct a small bug for defect insertion checker
  • Add a recursive check to find cuts made through defects
  • Display rectangles instead of circles for defects in visualization tool

Checker (version of 11/05/2018)

     Changes from previous version :
  • Correct a bug with index between node and stack

Checker (version of 26/04/2018)

     Changes from previous version :
  • Correct a misspelling with parameter name in global_param.csv
  • Correct file parser (bug related to end of line character for Unix OS)
  • Add a check for negative values (it was possible to create solution with negative widths or heights)
  • Add a check when parsing solution (bug with plate indexes)
  • Refactor some parts of the code to improve readability
  • Add the possibility to check an instance in command line (ex: ./checker A0)
  • Correct readme to give information on how to compile the checker

Checker (version of 02/03/2018)