alpar@1: assign.mod     Assignment problem
alpar@1: bpp.mod        Bin packing problem
alpar@1: cal.mod        Print an ASCII calendar of the given year
alpar@1: cf12a.mod      Curve fitting problem
alpar@1: cf12b.mod      Curve fitting problem
alpar@1: cflsq.mod      Curve fitting problem by least squares
alpar@1: color.mod      Graph coloring problem
alpar@1: cpp.mod        Critical path problem
alpar@1: crypto.mod     A crypto-arithmetic puzzle
alpar@1: dea.mod        Data envelopment analysis (DEA)
alpar@1: diet.mod       Stigler's nutrition model
alpar@1: dist.mod       A product distribution model
alpar@1: egypt.mod      A static model for fertilizer production
alpar@1: fctp.mod       Fixed-charge transportation problem
alpar@1: food.mod       Food manufacture model
alpar@1: food2.mod      Food manufacture model
alpar@1: gap.mod        Generalized assignment problem
alpar@1: graph.mod      Graph visualization
alpar@1: hashi.mod      A solver for the Japanese number-puzzle Hashiwokakero
alpar@1: huge.mod       Arithmetic mean of a large number of integers
alpar@1: jssp.mod       Job-shop scheduling problem
alpar@1: magic.mod      Magic square
alpar@1: maxcut.mod     Maximum cut problem
alpar@1: maxflow.mod    Maximum flow problem
alpar@1: mfasp.mod      Minimum feedback arc set problem
alpar@1: mfvsp.mod      Minimum feedback vertex set problem
alpar@1: min01ks.mod    Finding minimal equivalent 0-1 knapsack inequality
alpar@1: misp.mod       Maximum independent set problem
alpar@1: money.mod      A crypto-arithmetic puzzle
alpar@1: mvcp.mod       Minimum vertex cover problem
alpar@1: numbrix.mod    Number placement puzzle
alpar@1: pbn.mod        Paint-by-numbers puzzle
alpar@1: plan.mod       A simple LP problem
alpar@1: prod.mod       A multiperiod production model
alpar@1: qfit.mod       Quadratic curve fitting solution
alpar@1: queens.mod     A classic combinatorial optimization problem
alpar@1: sat.mod        Satisfiability problem
alpar@1: shiftcover.mod Workforce shift coverage assignment problem
alpar@1: shikaku.mod    A solver for the logic puzzle Shikaku
alpar@1: sorting.mod    How to sort arrays in MathProg
alpar@1: spp.mod        Shortest path problem
alpar@1: stigler.mod    Original Stigler's 1939 diet problem
alpar@1: sudoku.mod     Number placement puzzle
alpar@1: tas.mod        Tail assignment problem
alpar@1: todd.mod       A class of hard instances of 0-1 knapsack problems
alpar@1: train.mod      A model of railroad passenger car allocation
alpar@1: transp.mod     A transportation problem
alpar@1: trick.mod      A transportation design problem
alpar@1: tsp.mod        Traveling salesman problem
alpar@1: xyacfs.mod     Extended yet another curve fitting solution
alpar@1: yacfs.mod      Yet another curve fitting solution
alpar@1: zebra.mod      Who owns the zebra?