examples/INDEX
changeset 1 c445c931472f
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/examples/INDEX	Mon Dec 06 13:09:21 2010 +0100
     1.3 @@ -0,0 +1,52 @@
     1.4 +assign.mod     Assignment problem
     1.5 +bpp.mod        Bin packing problem
     1.6 +cal.mod        Print an ASCII calendar of the given year
     1.7 +cf12a.mod      Curve fitting problem
     1.8 +cf12b.mod      Curve fitting problem
     1.9 +cflsq.mod      Curve fitting problem by least squares
    1.10 +color.mod      Graph coloring problem
    1.11 +cpp.mod        Critical path problem
    1.12 +crypto.mod     A crypto-arithmetic puzzle
    1.13 +dea.mod        Data envelopment analysis (DEA)
    1.14 +diet.mod       Stigler's nutrition model
    1.15 +dist.mod       A product distribution model
    1.16 +egypt.mod      A static model for fertilizer production
    1.17 +fctp.mod       Fixed-charge transportation problem
    1.18 +food.mod       Food manufacture model
    1.19 +food2.mod      Food manufacture model
    1.20 +gap.mod        Generalized assignment problem
    1.21 +graph.mod      Graph visualization
    1.22 +hashi.mod      A solver for the Japanese number-puzzle Hashiwokakero
    1.23 +huge.mod       Arithmetic mean of a large number of integers
    1.24 +jssp.mod       Job-shop scheduling problem
    1.25 +magic.mod      Magic square
    1.26 +maxcut.mod     Maximum cut problem
    1.27 +maxflow.mod    Maximum flow problem
    1.28 +mfasp.mod      Minimum feedback arc set problem
    1.29 +mfvsp.mod      Minimum feedback vertex set problem
    1.30 +min01ks.mod    Finding minimal equivalent 0-1 knapsack inequality
    1.31 +misp.mod       Maximum independent set problem
    1.32 +money.mod      A crypto-arithmetic puzzle
    1.33 +mvcp.mod       Minimum vertex cover problem
    1.34 +numbrix.mod    Number placement puzzle
    1.35 +pbn.mod        Paint-by-numbers puzzle
    1.36 +plan.mod       A simple LP problem
    1.37 +prod.mod       A multiperiod production model
    1.38 +qfit.mod       Quadratic curve fitting solution
    1.39 +queens.mod     A classic combinatorial optimization problem
    1.40 +sat.mod        Satisfiability problem
    1.41 +shiftcover.mod Workforce shift coverage assignment problem
    1.42 +shikaku.mod    A solver for the logic puzzle Shikaku
    1.43 +sorting.mod    How to sort arrays in MathProg
    1.44 +spp.mod        Shortest path problem
    1.45 +stigler.mod    Original Stigler's 1939 diet problem
    1.46 +sudoku.mod     Number placement puzzle
    1.47 +tas.mod        Tail assignment problem
    1.48 +todd.mod       A class of hard instances of 0-1 knapsack problems
    1.49 +train.mod      A model of railroad passenger car allocation
    1.50 +transp.mod     A transportation problem
    1.51 +trick.mod      A transportation design problem
    1.52 +tsp.mod        Traveling salesman problem
    1.53 +xyacfs.mod     Extended yet another curve fitting solution
    1.54 +yacfs.mod      Yet another curve fitting solution
    1.55 +zebra.mod      Who owns the zebra?