The source code and dockerfile for the GSW2024 AI Lab.
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.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.

69 lines
3.1 KiB

4 weeks ago
  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. graceful.mod Graceful Tree Labeling Problem
  21. graph.mod Graph visualization
  22. hashi.mod A solver for the Japanese number-puzzle Hashiwokakero
  23. huge.mod Arithmetic mean of a large number of integers
  24. icecream.mps Ice cream blending
  25. jssp.mod Job-shop scheduling problem
  26. life_goe.mod Conway's Game of Life garden of eden checker
  27. magic.mod Magic square
  28. maxcut.mod Maximum cut problem
  29. maxflow.mod Maximum flow problem
  30. mfasp.mod Minimum feedback arc set problem
  31. mfvsp.mod Minimum feedback vertex set problem
  32. min01ks.mod Finding minimal equivalent 0-1 knapsack inequality
  33. misp.mod Maximum independent set problem
  34. money.mod A crypto-arithmetic puzzle
  35. murtagh.mps Oil refinery model
  36. mvcp.mod Minimum vertex cover problem
  37. numbrix.mod Number placement puzzle
  38. pbn/*.* Paint-by-numbers puzzle
  39. pentomino.mod A geometric placement puzzle
  40. plan.lp A simple LP problem (CPLEX LP format)
  41. plan.mod A simple LP problem (MathProg format)
  42. plan.mps A simple LP problem (MPS format)
  43. planarity.mod Graph planarity testing
  44. powpl25h.mod Power plant LP scheduler (25hrs for daylightsavings)
  45. powplant.mod Power plant LP scheduler
  46. prod.mod A multiperiod production model
  47. qfit.mod Quadratic curve fitting solution
  48. queens.mod A classic combinatorial optimization problem
  49. sat.mod Satisfiability problem
  50. shiftcov.mod Workforce shift coverage assignment problem
  51. shikaku.mod A solver for the logic puzzle Shikaku
  52. sorting.mod How to sort arrays in MathProg
  53. spp.mod Shortest path problem
  54. stigler.mod Original Stigler's 1939 diet problem
  55. sudoku.mod Number placement puzzle
  56. tas.mod Tail assignment problem
  57. tiling.mod Rectifiable polyomino tilings generator
  58. todd.mod A class of hard instances of 0-1 knapsack problems
  59. toto.mod Covering code generator, especially for football pool
  60. systems
  61. train.mod A model of railroad passenger car allocation
  62. transp.mod A transportation problem
  63. trick.mod A transportation design problem
  64. tsp.mod Traveling salesman problem
  65. wolfra6d.lp Neumann CA grid emulator generator
  66. wolfra6d.mod Neumann CA grid emulator generator
  67. xyacfs.mod Extended yet another curve fitting solution
  68. yacfs.mod Yet another curve fitting solution
  69. zebra.mod Who owns the zebra?