Solving planning problems with Drools Planner a tutorial

Published Article === Planning problems are frequently encountered in everyday situations. The brute force approach of evaluating every possible solution for any medium size planning problem is just not feasible. Drools Planner is an open source Java library developed to help solve planning problems...

Full description

Bibliographic Details
Main Authors: Weppenaar, D.V.I., Vermaak, H.J.
Other Authors: Central University of Technology Free State Bloemfontein
Format: Others
Language:en_US
Published: Interim : Interdisciplinary Journal, Vol 10 , Issue 1: Central University of Technology Free State Bloemfontein 2015
Subjects:
Online Access:http://hdl.handle.net/11462/338
Description
Summary:Published Article === Planning problems are frequently encountered in everyday situations. The brute force approach of evaluating every possible solution for any medium size planning problem is just not feasible. Drools Planner is an open source Java library developed to help solve planning problems by using meta-heuristic algorithms. Drools Planner uses the Drools Expert (rule engine) for score calculation to greatly reduce the complexity and effort required to write scalable constraints in a declarative manner. This paper presents an introduction to Drools Planner, how it can be used to solve problems and concludes with an example scenario.