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.

52 lines
2.3 KiB

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