OptaPlanner core GWT wrapper

OptaPlanner solves planning problems. This lightweight, embeddable planning engine implements powerful and scalable algorithms to optimize business resource scheduling and planning. This module contains the GWT wrapper of the planning engine itself.

License

License

Categories

Categories

GWT (Google Web Toolkit) User Interface Web Frameworks OptaPlanner Business Logic Libraries Constraint Satisfaction Problem Solver
GroupId

GroupId

org.optaplanner
ArtifactId

ArtifactId

optaplanner-core-gwt
Last Version

Last Version

7.30.0.Final
Release Date

Release Date

Type

Type

gwt-lib
Description

Description

OptaPlanner core GWT wrapper
OptaPlanner solves planning problems. This lightweight, embeddable planning engine implements powerful and scalable algorithms to optimize business resource scheduling and planning. This module contains the GWT wrapper of the planning engine itself.
Project URL

Project URL

https://www.optaplanner.org
Project Organization

Project Organization

JBoss by Red Hat

Download optaplanner-core-gwt

Dependencies

compile (2)

Group / Artifact Type Version
org.optaplanner : optaplanner-core jar
org.optaplanner : optaplanner-core jar

test (2)

Group / Artifact Type Version
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Project Modules

There are no modules declared in this project.

OptaPlanner

Looking for Quickstarts?

OptaPlanner’s quickstarts have moved to optaplanner-quickstarts repository.

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 VSCode, 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.

Code style

OptaPlanner has adopted the Quarkus code style, enforces it, and automatically formats code during the build. To setup your IDE, please see the IDE Setup Instructions.

Definition of Done

To consider any individual ticket "Done", following requirements must be satisfied:

  1. Every change must go through PR; source code of both the feature/bugfix and its tests have been reviewed.

  2. Documentation (if applicable) exists and has been reviewed.

  3. There is test coverage proving the feature works and tests are passing.

In order to avoid introducing unstable features, the PR will be merged only after these points have been fulfilled. For PRs contributed by community the core team will assist with making the functionality meet these conditions.

org.optaplanner

KIE (Drools, OptaPlanner and jBPM)

Code of the Drools rule engine, OptaPlanner constraint solver and jBPM workflow engine.

Versions

Version
7.30.0.Final
7.29.0.Final
7.28.0.Final
7.27.0.Final
7.26.0.Final
7.25.0.Final
7.24.0.t043
7.24.0.Final
7.23.0.Final
7.22.0.t042
7.22.0.Final
7.21.0.Final
7.20.0.Final
7.19.0.Final
7.18.0.Final
7.17.0.Final
7.16.0.Final
7.15.0.Final
7.14.0.Final
7.13.0.Final
7.12.0.Final
7.11.0.Final
7.10.0.Final
7.9.0.Final
7.8.0.Final
7.7.0.Final
7.6.0.t022
7.6.0.Final
7.5.0.t018
7.5.0.Final
7.4.1.Final
7.3.0.Final
7.2.0.Final
7.1.0.Final
7.1.0.Beta3
7.1.0.Beta2