kevinyang0906 / optaplanner

Java Constraint Solver to solve vehicle routing, employee rostering and other planning problems.

Home Page:http://www.optaplanner.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

OptaPlanner

Quick development start

To build and run from source:

$ mvn clean install -DskipTests
$ cd optaplanner-examples
$ mvn exec:java

To develop with IntelliJ IDEA, Eclipse or NetBeans, open the root pom.xml as a new project and configure a Run/Debug configuration like this:

  • Type: Application

  • Main class: org.optaplanner.examples.app.OptaPlannerExamplesApp

  • VM options: -Xmx2G -server (memory only needed when using the big datasets in the examples)

  • Program arguments: (none)

  • Working directory: $MODULE_DIR$ (must resolve to optaplanner-examples directory)

  • Use classpath of module: optaplanner-examples

Starter issues

If you’re just starting out with OptaPlanner and want to contribute, take a look at our starter issues. They’re specifically chosen to be easier for first time contributors.

Developing Drools, OptaPlanner and jBPM

If you want to build or contribute to a kiegroup project, read this document.

It will save you and us a lot of time by setting up your development environment correctly. It solves all known pitfalls that can disrupt your development. It also describes all guidelines, tips and tricks. If you want your pull requests (or patches) to be merged into master, please respect those guidelines.

About

Java Constraint Solver to solve vehicle routing, employee rostering and other planning problems.

http://www.optaplanner.org


Languages

Language:Java 95.3%Language:JavaScript 2.9%Language:FreeMarker 1.6%Language:CSS 0.2%Language:Batchfile 0.0%Language:Shell 0.0%Language:HTML 0.0%