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