diff org/lpsolve.org @ 3:a0384c20e075

fixed issues with farmer.lp
author Robert McIntyre <rlm@mit.edu>
date Sun, 16 Oct 2011 08:05:16 -0700
parents 55bba4805393
children a227fe337e83
line wrap: on
line diff
     1.1 --- a/org/lpsolve.org	Sun Oct 16 07:22:18 2011 -0700
     1.2 +++ b/org/lpsolve.org	Sun Oct 16 08:05:16 2011 -0700
     1.3 @@ -2,7 +2,7 @@
     1.4  #+author: Robert McIntyre & Dylan Holmes
     1.5  #+EMAIL:     rlm@mit.edu
     1.6  #+MATHJAX: align:"left" mathml:t path:"../MathJax/MathJax.js"
     1.7 -#+STYLE: <link rel="stylesheet" type="text/css" href="../css/aurellem.css" />
     1.8 +#  #+STYLE: <link rel="stylesheet" type="text/css" href="../css/aurellem.css" />
     1.9  #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
    1.10  #+SETUPFILE: ../../aurellem/org/level-0.org
    1.11  #+INCLUDE: ../../aurellem/org/level-0.org
    1.12 @@ -148,7 +148,7 @@
    1.13  In a new file,  =farmer.lp=, we list the variables and constraints 
    1.14  of our problem using LP Solve syntax.
    1.15  
    1.16 -#+begin_src lpsolve :tangle farmer.lp
    1.17 +#+begin_src lpsolve :tangle ../lp/farmer.lp
    1.18  /* Maximize Total Profit */
    1.19  max: +143 wheat +60 barley;
    1.20