A DAE solving library written in Java
This lib is currently under active development, so expect API changes. See examples for some introductionary models.
jdae is build using sbt or maven. To compile the lib, simply use:
sbt compile
or
mvn compile
Unfortunately the junit-interface does not yet allow for Junit 4.11 tests, so to test you have to use maven. To do so, issue the following commands:
mvn test
The pom.xml is autogenerated by sbt and may lack behind. To update, use:
sbt make-pom cp target/jdae-.pom pom.xml