Mercurial > pokemon-types
comparison org/lpsolve.org @ 22:8992278bf399 tip
typo corrected, thanks to a reader.
author | Robert McIntyre <rlm@mit.edu> |
---|---|
date | Sun, 20 Sep 2015 11:25:30 -0700 |
parents | f88b7d2c25d9 |
children |
comparison
equal
deleted
inserted
replaced
21:f88b7d2c25d9 | 22:8992278bf399 |
---|---|
122 /* he can't use more acres than he owns */ | 122 /* he can't use more acres than he owns */ |
123 +wheat +barley <= 75; | 123 +wheat +barley <= 75; |
124 #+end_src | 124 #+end_src |
125 | 125 |
126 Running the =lp_solve= program on =farmer.lp= yields the following output. | 126 Running the =lp_solve= program on =farmer.lp= yields the following output. |
127 | |
128 lol | |
129 | 127 |
130 #+begin_src sh :exports both :results scalar | 128 #+begin_src sh :exports both :results scalar |
131 lp_solve ~/proj/pokemon-types/lp/farmer.lp | 129 lp_solve ~/proj/pokemon-types/lp/farmer.lp |
132 #+end_src | 130 #+end_src |
133 | 131 |