[jboss-svn-commits] JBL Code SVN: r28177 - labs/jbossrules/trunk/drools-solver/drools-solver-examples/src/main/resources/org/drools/solver/examples/pas/benchmark.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Sat Jul 18 08:03:27 EDT 2009
Author: ge0ffrey
Date: 2009-07-18 08:03:27 -0400 (Sat, 18 Jul 2009)
New Revision: 28177
Modified:
labs/jbossrules/trunk/drools-solver/drools-solver-examples/src/main/resources/org/drools/solver/examples/pas/benchmark/patientAdmissionScheduleSolverBenchmarkConfig.xml
Log:
pas: benchmarking
Modified: labs/jbossrules/trunk/drools-solver/drools-solver-examples/src/main/resources/org/drools/solver/examples/pas/benchmark/patientAdmissionScheduleSolverBenchmarkConfig.xml
===================================================================
--- labs/jbossrules/trunk/drools-solver/drools-solver-examples/src/main/resources/org/drools/solver/examples/pas/benchmark/patientAdmissionScheduleSolverBenchmarkConfig.xml 2009-07-18 11:08:39 UTC (rev 28176)
+++ labs/jbossrules/trunk/drools-solver/drools-solver-examples/src/main/resources/org/drools/solver/examples/pas/benchmark/patientAdmissionScheduleSolverBenchmarkConfig.xml 2009-07-18 12:03:27 UTC (rev 28177)
@@ -11,15 +11,15 @@
<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata04.xml</inheritedUnsolvedSolutionFile>
<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata05.xml</inheritedUnsolvedSolutionFile>
<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata06.xml</inheritedUnsolvedSolutionFile>
- <inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata07.xml</inheritedUnsolvedSolutionFile>
- <inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata08.xml</inheritedUnsolvedSolutionFile>
+ <!--<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata07.xml</inheritedUnsolvedSolutionFile>-->
+ <!--<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata08.xml</inheritedUnsolvedSolutionFile>-->
<!--
Testdata 09 cannot be handled by the initializer with checkSameBedInSameNight = true.
TODO phasing: first a slow solver with sameBedInSameNight constraint, next a fast solver without it
<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata09.xml</inheritedUnsolvedSolutionFile>
-->
- <inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata10.xml</inheritedUnsolvedSolutionFile>
- <inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata11.xml</inheritedUnsolvedSolutionFile>
+ <!--<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata10.xml</inheritedUnsolvedSolutionFile>-->
+ <!--<inheritedUnsolvedSolutionFile>data/pas/unsolved/testdata11.xml</inheritedUnsolvedSolutionFile>-->
<!--
Testdata 12 cannot be handled by the initializer with checkSameBedInSameNight = true.
TODO phasing: first a slow solver with sameBedInSameNight constraint, next a fast solver without it
More information about the jboss-svn-commits
mailing list