###################################################################################################### # Mooshake name # Original name # best_with # worst_with # Description ######################################################################################################## bribingeve.in01 # sample01.in # 0,1 # 1,0 # Sample input. bribingeve.in02 # andresp01.in # any # any # Test case with only one product. bribingeve.in03 # t0_apt.in # 1,3 # 1,1 # Test case that made 3 solutions give different results. bribingeve.in04 # andresp03.in # 0,1 # 0,1 # Test case that catched a bug in apt solution. bribingeve.in05 # t7_apt.in # 0,1 # 1,0 # Test case that catched andresp bug. bribingeve.in06 # t19_apt.in # 1,0 # 2,7 # Test case where andresp_silly does not work and catch a bug on andresp_n2. bribingeve.in07 # t15_apt.in # 2,1 # 1,0 # Test case where andresp_silly does not work and catch a bug on andresp_n2. bribingeve.in08 # edrdo03.in # 1,0 # 0,1 # Giant test where andresp_silly gives the right answer. bribingeve.in09 # edrdo02.in # 1,0 # 11,14 # Giant test where andresp_silly fails. bribingeve.in10 # edrdo05.in # 0,1 # 68,31 # Giant test where test all integer vectors [0,60]^2 does not gives the answer, but [0,70]^2 does. bribingeve.in11 # edrdo06.in # 0,1 # 404,1 # Giant test forcing a large integer vector. bribingeve.in12 # rnd02.in # 1,0 # 1,478 # Giant test forcing testing many integer worst vectors. (java InputGen2 100000 1 501 407 > ../rnd02.in) bribingeve.in13 # rnd03.in # 91,249 # 74,1 # Medium test randomly generated by andresp. bribingeve.in14 # rnd04.in # 9,7 # 1,234 # Giant test randomly generated by andresp. bribingeve.in15 # rnd05.in # 1,2 # 1,405 # Giant test randomly generated by andresp. bribingeve.in16 # rnd06.in # 29,9 # 61,254 # Medium test randomly generated by andresp. ###################################################################################################### # Inverted tests # ###################################################################################################### bribingeve.in17 # rnd02.in # 1,478 # 1,0 # invert(rnd02.in) bribingeve.in18 # edrdo05.in # 68,31 # 0,1 # invert(edrdo05.in) bribingeve.in19 # rnd06.in # 61,254 # 29,9 # invert(rnd06.in)