[jboss-svn-commits] JBL Code SVN: r30277 - labs/jbossrules/trunk/drools-docs/drools-docs-solver/src/main/docbook/en-US/Chapter-Solver.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Fri Nov 20 13:28:44 EST 2009


Author: ge0ffrey
Date: 2009-11-20 13:28:44 -0500 (Fri, 20 Nov 2009)
New Revision: 30277

Modified:
   labs/jbossrules/trunk/drools-docs/drools-docs-solver/src/main/docbook/en-US/Chapter-Solver/Section-Solver_examples.xml
Log:
fix calculations

Modified: labs/jbossrules/trunk/drools-docs/drools-docs-solver/src/main/docbook/en-US/Chapter-Solver/Section-Solver_examples.xml
===================================================================
--- labs/jbossrules/trunk/drools-docs/drools-docs-solver/src/main/docbook/en-US/Chapter-Solver/Section-Solver_examples.xml	2009-11-20 13:25:17 UTC (rev 30276)
+++ labs/jbossrules/trunk/drools-docs/drools-docs-solver/src/main/docbook/en-US/Chapter-Solver/Section-Solver_examples.xml	2009-11-20 18:28:44 UTC (rev 30277)
@@ -719,7 +719,7 @@
 
               <entry>7</entry>
 
-              <entry>1.11000574474221096210367623e+1052</entry>
+              <entry>10^1564</entry>
 
               <entry>?</entry>
 
@@ -737,7 +737,7 @@
 
               <entry>49</entry>
 
-              <entry>2.86903028422562597982749122e+5761</entry>
+              <entry>10^2864</entry>
 
               <entry>?</entry>
 
@@ -755,7 +755,7 @@
 
               <entry>48</entry>
 
-              <entry>5.74648299136737635070728795e+5132</entry>
+              <entry>10^3023</entry>
 
               <entry>?</entry>
 
@@ -773,7 +773,7 @@
 
               <entry>1</entry>
 
-              <entry>1.44349601026818742275741580e+51</entry>
+              <entry>10^360</entry>
 
               <entry>?</entry>
 
@@ -791,7 +791,7 @@
 
               <entry>3</entry>
 
-              <entry></entry>
+              <entry>10^2138</entry>
 
               <entry>?</entry>
 
@@ -809,7 +809,7 @@
 
               <entry>8</entry>
 
-              <entry></entry>
+              <entry>10^509</entry>
 
               <entry>?</entry>
 
@@ -827,7 +827,7 @@
 
               <entry>28</entry>
 
-              <entry></entry>
+              <entry>10^3671</entry>
 
               <entry>?</entry>
 
@@ -845,7 +845,7 @@
 
               <entry>8</entry>
 
-              <entry></entry>
+              <entry>10^1678</entry>
 
               <entry>?</entry>
 
@@ -863,7 +863,7 @@
 
               <entry>r</entry>
 
-              <entry>(t ^ p) ^ r</entry>
+              <entry>(p * r) ^ e</entry>
 
               <entry>?</entry>
 
@@ -894,8 +894,8 @@
 
       <para>Notice that we've split up the exam concept into an <literal>Exam</literal> class and a
       <literal>Topic</literal> class. The <literal>Exam</literal> instances change during solving, when they get another
-      period or room. The <literal>Topic</literal>, <literal>Period</literal> and <literal>Room</literal> instances
-      never change during solving.</para>
+      period or room property. The <literal>Topic</literal>, <literal>Period</literal> and <literal>Room</literal>
+      instances never change during solving.</para>
     </section>
   </section>
 
@@ -993,7 +993,7 @@
       </listitem>
     </itemizedlist>
 
-    <para>The problem is defined on <link xlink:href="http://allserv.kahosl.be/~peter/pas/">this
-    webpage</link> and the test data comes from real world hospitals.</para>
+    <para>The problem is defined on <link xlink:href="http://allserv.kahosl.be/~peter/pas/">this webpage</link> and the
+    test data comes from real world hospitals.</para>
   </section>
 </section>



More information about the jboss-svn-commits mailing list