From 6cf1902111fbc301364fe530b7fc90396f23ae79 Mon Sep 17 00:00:00 2001 From: Raffi Khatchadourian Date: Mon, 12 Feb 2018 13:26:33 -0500 Subject: [PATCH] Add Drools to constraint solvers. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 776aa47a..00250838 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,7 @@ A curated list of awesome Java frameworks, libraries and software. * [Choco](http://choco-solver.org/) - Off-the-shelf constraint satisfaction problem solver that uses constraint programming techniques. * [JaCoP](https://github.com/radsz/jacop/) - Includes an interface for the FlatZinc language, enabling it to execute MiniZinc models. * [OptaPlanner](https://www.optaplanner.org/) - Business planning and resource scheduling optimization solver. +* [Drools](https://github.com/kiegroup/drools) - Drools Expert is the rule engine and Drools Fusion does complex event processing (CEP). ## CSV