changeset 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
files .hgignore org/lpsolve.org
diffstat 2 files changed, 3 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
     1.1 --- a/.hgignore	Sun Oct 16 07:22:18 2011 -0700
     1.2 +++ b/.hgignore	Sun Oct 16 08:05:16 2011 -0700
     1.3 @@ -1,2 +1,3 @@
     1.4  syntax: glob
     1.5  src*
     1.6 +lp/farmer.lp
     2.1 --- a/org/lpsolve.org	Sun Oct 16 07:22:18 2011 -0700
     2.2 +++ b/org/lpsolve.org	Sun Oct 16 08:05:16 2011 -0700
     2.3 @@ -2,7 +2,7 @@
     2.4  #+author: Robert McIntyre & Dylan Holmes
     2.5  #+EMAIL:     rlm@mit.edu
     2.6  #+MATHJAX: align:"left" mathml:t path:"../MathJax/MathJax.js"
     2.7 -#+STYLE: <link rel="stylesheet" type="text/css" href="../css/aurellem.css" />
     2.8 +#  #+STYLE: <link rel="stylesheet" type="text/css" href="../css/aurellem.css" />
     2.9  #+OPTIONS:   H:3 num:t toc:t \n:nil @:t ::t |:t ^:t -:t f:t *:t <:t
    2.10  #+SETUPFILE: ../../aurellem/org/level-0.org
    2.11  #+INCLUDE: ../../aurellem/org/level-0.org
    2.12 @@ -148,7 +148,7 @@
    2.13  In a new file,  =farmer.lp=, we list the variables and constraints 
    2.14  of our problem using LP Solve syntax.
    2.15  
    2.16 -#+begin_src lpsolve :tangle farmer.lp
    2.17 +#+begin_src lpsolve :tangle ../lp/farmer.lp
    2.18  /* Maximize Total Profit */
    2.19  max: +143 wheat +60 barley;
    2.20