Welcome to drools-solver
========================

State
-----

Drools Solver is still in an beta state: backward incompatible changes may occur in the next version,
but an upgrade recipe will make it easy to upgrade your code to that version.

Run the examples
----------------

To run the examples, run either of these:
Linux, Cygwin: ./runExamples.sh
Windows: runExamples.bat

Using drools-solver with maven 2
--------------------------------

If you're using maven 2 to handle your dependencies,
the jars and poms should be available in the jboss maven repository:
  http://repository.jboss.org/maven2/
You 'll want to add a dependency to drools-solver-core in your project:
<dependency>
  <groupId>org.drools.solver</groupId>
  <artifactId>drools-solver-core</artifactId>
  <version>${project.version}</version>
</dependency>

Using drools-solver otherwise
-----------------------------

The drools-solver jars are located in the lib directory.
To use drools-solver, you need all the jars except the drools-solver-examples jar.
