# HG changeset patch # User Robert McIntyre # Date 1379454171 14400 # Node ID f88b7d2c25d985f947e2d428af75ada78723e734 # Parent 47fa6dc56e30182c5bbe0a33ae31544ee31cad6e lol. diff -r 47fa6dc56e30 -r f88b7d2c25d9 org/lpsolve.org --- a/org/lpsolve.org Sun Mar 10 19:17:47 2013 +0000 +++ b/org/lpsolve.org Tue Sep 17 17:42:51 2013 -0400 @@ -125,6 +125,8 @@ Running the =lp_solve= program on =farmer.lp= yields the following output. +lol + #+begin_src sh :exports both :results scalar lp_solve ~/proj/pokemon-types/lp/farmer.lp #+end_src @@ -177,7 +179,7 @@ (import 'lpsolve.LpSolve) #+end_src -#+results: body +#+results: : lpsolve.LpSolve should run with no problems. @@ -402,6 +404,7 @@ #+results: : {"barley" 53.12499999999999, "wheat" 21.875} + And it works as expected! *** The Farmer Example in Clojure, Pass 2