You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

58 lines
2.6 KiB

  1. alloy.mps Aluminium alloy blending
  2. assign.mod Assignment problem
  3. bpp.mod Bin packing problem
  4. cal.mod Print an ASCII calendar of the given year
  5. cf12a.mod Curve fitting problem
  6. cf12b.mod Curve fitting problem
  7. cflsq.mod Curve fitting problem by least squares
  8. color.mod Graph coloring problem
  9. cpp.mod Critical path problem
  10. crypto.mod A crypto-arithmetic puzzle
  11. dea.mod Data envelopment analysis (DEA)
  12. diet.mod Stigler's nutrition model
  13. dist.mod A product distribution model
  14. egypt.mod A static model for fertilizer production
  15. fctp.mod Fixed-charge transportation problem
  16. food.mod Food manufacture model
  17. food2.mod Food manufacture model
  18. furnace.mps Electric-arc furnace steelmaking
  19. gap.mod Generalized assignment problem
  20. graph.mod Graph visualization
  21. hashi.mod A solver for the Japanese number-puzzle Hashiwokakero
  22. huge.mod Arithmetic mean of a large number of integers
  23. icecream.mps Ice cream blending
  24. jssp.mod Job-shop scheduling problem
  25. magic.mod Magic square
  26. maxcut.mod Maximum cut problem
  27. maxflow.mod Maximum flow problem
  28. mfasp.mod Minimum feedback arc set problem
  29. mfvsp.mod Minimum feedback vertex set problem
  30. min01ks.mod Finding minimal equivalent 0-1 knapsack inequality
  31. misp.mod Maximum independent set problem
  32. money.mod A crypto-arithmetic puzzle
  33. murtagh.mps Oil refinery model
  34. mvcp.mod Minimum vertex cover problem
  35. numbrix.mod Number placement puzzle
  36. pbn/*.* Paint-by-numbers puzzle
  37. plan.lp A simple LP problem (CPLEX LP format)
  38. plan.mod A simple LP problem (MathProg format)
  39. plan.mps A simple LP problem (MPS format)
  40. prod.mod A multiperiod production model
  41. qfit.mod Quadratic curve fitting solution
  42. queens.mod A classic combinatorial optimization problem
  43. sat.mod Satisfiability problem
  44. shiftcov.mod Workforce shift coverage assignment problem
  45. shikaku.mod A solver for the logic puzzle Shikaku
  46. sorting.mod How to sort arrays in MathProg
  47. spp.mod Shortest path problem
  48. stigler.mod Original Stigler's 1939 diet problem
  49. sudoku.mod Number placement puzzle
  50. tas.mod Tail assignment problem
  51. todd.mod A class of hard instances of 0-1 knapsack problems
  52. train.mod A model of railroad passenger car allocation
  53. transp.mod A transportation problem
  54. trick.mod A transportation design problem
  55. tsp.mod Traveling salesman problem
  56. xyacfs.mod Extended yet another curve fitting solution
  57. yacfs.mod Yet another curve fitting solution
  58. zebra.mod Who owns the zebra?