OptaPlanner webexamples

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 web examples which demonstrate how to use it in a war file.

Лицензия

Лицензия

Категории

Категории

OptaPlanner Прикладные библиотеки Constraint Satisfaction Problem Solver
Группа

Группа

org.optaplanner
Идентификатор

Идентификатор

optaplanner-webexamples
Последняя версия

Последняя версия

7.27.0.Final
Дата

Дата

Тип

Тип

war
Описание

Описание

OptaPlanner webexamples
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 web examples which demonstrate how to use it in a war file.
Ссылка на сайт

Ссылка на сайт

https://www.optaplanner.org
Организация-разработчик

Организация-разработчик

JBoss by Red Hat

Скачать optaplanner-webexamples

Как подключить последнюю версию

<!-- https://jarcasting.com/artifacts/org.optaplanner/optaplanner-webexamples/ -->
<dependency>
    <groupId>org.optaplanner</groupId>
    <artifactId>optaplanner-webexamples</artifactId>
    <version>7.27.0.Final</version>
    <type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-webexamples/
implementation 'org.optaplanner:optaplanner-webexamples:7.27.0.Final'
// https://jarcasting.com/artifacts/org.optaplanner/optaplanner-webexamples/
implementation ("org.optaplanner:optaplanner-webexamples:7.27.0.Final")
'org.optaplanner:optaplanner-webexamples:war:7.27.0.Final'
<dependency org="org.optaplanner" name="optaplanner-webexamples" rev="7.27.0.Final">
  <artifact name="optaplanner-webexamples" type="war" />
</dependency>
@Grapes(
@Grab(group='org.optaplanner', module='optaplanner-webexamples', version='7.27.0.Final')
)
libraryDependencies += "org.optaplanner" % "optaplanner-webexamples" % "7.27.0.Final"
[org.optaplanner/optaplanner-webexamples "7.27.0.Final"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
org.optaplanner : optaplanner-core jar
org.optaplanner : optaplanner-benchmark jar
org.optaplanner : optaplanner-examples jar
org.apache.commons : commons-lang3 jar 3.8.1
org.slf4j : slf4j-api jar 1.7.26

provided (5)

Идентификатор библиотеки Тип Версия
org.jboss.spec.javax.annotation : jboss-annotations-api_1.2_spec jar 1.0.0.Final
org.jboss.spec.javax.servlet : jboss-servlet-api_3.1_spec jar 1.0.2.Final
org.jboss.spec.javax.servlet.jsp : jboss-jsp-api_2.3_spec jar 1.0.3.Final
org.jboss.spec.javax.ws.rs : jboss-jaxrs-api_2.1_spec jar 1.0.1.Final
javax.enterprise : cdi-api jar 2.0.SP1

runtime (1)

Идентификатор библиотеки Тип Версия
org.slf4j : jcl-over-slf4j jar 1.7.26

test (7)

Идентификатор библиотеки Тип Версия
org.jboss.arquillian.junit : arquillian-junit-container jar
org.jboss.shrinkwrap.resolver : shrinkwrap-resolver-depchain pom
org.wildfly.arquillian : wildfly-arquillian-container-managed jar 2.1.1.Final
org.jboss.resteasy : resteasy-jaxrs jar 3.6.1.SP2
org.jboss.resteasy : resteasy-jackson-provider jar 3.6.1.SP2
junit : junit jar 4.12
org.mockito : mockito-core jar 1.10.19

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
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
7.1.0.Beta1
7.0.0.Final
7.0.0.CR3
7.0.0.CR2
7.0.0.CR1
7.0.0.Beta8
7.0.0.Beta7
7.0.0.Beta6
7.0.0.Beta5
7.0.0.Beta4
7.0.0.Beta3
7.0.0.Beta2
7.0.0.Beta1
6.5.0.Final
6.5.0.CR2
6.5.0.CR1
6.5.0.Beta1
6.4.0.Final
6.4.0.CR2
6.4.0.CR1
6.4.0.Beta2
6.4.0.Beta1
6.3.0.Final
6.3.0.CR2
6.3.0.CR1
6.3.0.Beta2
6.3.0.Beta1
6.2.0.Final
6.2.0.CR4
6.2.0.CR3
6.2.0.CR2
6.2.0.CR1
6.2.0.Beta3
6.2.0.Beta2
6.2.0.Beta1
6.1.0.Final
6.1.0.CR2
6.1.0.CR1
6.1.0.Beta4
6.1.0.Beta3
6.1.0.Beta2
6.1.0.Beta1
6.0.1.Final
6.0.0.Final
6.0.0.CR5
6.0.0.CR4-Pre1
6.0.0.CR4
6.0.0.CR3
6.0.0.CR2
6.0.0.CR1
6.0.0.Beta5
6.0.0.Beta4
6.0.0.Beta3
6.0.0.Beta2
6.0.0.Beta1