Skip to content

choeger/jdae

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

jdae

A DAE solving library written in Java

This lib is currently under active development, so expect API changes. See examples for some introductionary models.

Compiling and Testing

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

About

A DAE solving library written in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published