$ git clone https://github.com/kiegroup/optaplanner.git ...
The OptaPlanner team takes care of these repositories:
The source code of the OptaPlanner engine, examples and documentation.
https://github.com/kiegroup/optaplanner
To build from source:
Get the source code locally with Git:
$ git clone https://github.com/kiegroup/optaplanner.git ...
Build it with Maven:
$ cd optaplanner $ mvn clean install -DskipTests ...
The first time, Maven might take a lot time, because it needs to download jars.
Run the examples:
$ cd optaplanner-examples $ mvn exec:java ...
Edit the sources in your favorite IDE (such as IntelliJ IDEA, Eclipse or NetBeans).
Optional: Use a Java profiler (such as JProfiler or VisualVM).
Optional: Write some documentation in AsciiDoc.
The source code for the employee rostering web application reference architecture.
https://github.com/kiegroup/optaweb-employee-rostering
The source code for the vehicle routing web application reference architecture.
https://github.com/kiegroup/optaweb-vehicle-routing
The source code for OptaPlanner Workbench.
https://github.com/kiegroup/optaplanner-wb
The source code for this website and the presentation slides.
https://github.com/kiegroup/optaplanner-website
To build from source:
Want to help improve our project? GitHub Pull Requests are welcome!
If you don’t know where to start, take a look at
the list of starter issues for new contributors.
If you’ve found a bug and just want to report it, please open a ticket in our issue tracker with a reproducer.