-
Sub-task
-
Resolution: Done
-
Major
-
None
-
None
-
None
-
None
-
2020 Week 25-27 (from Jun 15)
lpetrovi@redhat.com this is what we have in the 7.7 release notes, for constraint streams:
4.6. Constraint Streams API
You can use the Constraint Streams API as an alternative to the Drools Rules Language (DRL) to program incremental score calculations in plain Java. The Constraint Streams API is fast, scalable, and debuggable. You can use any IDE to develop and debug solvers using the Constraint Streams API. It uses deltas that enable the engine to redo only necessary calculations. It also supports justifications, so you can review the reason a solution was reached in order to debug the solver. Note that the Constraint Streams API fully supports the NQueens, Task assigning, and Flight Crew Scheduling use cases.
I suggest we change to this:
4.6. Business Optimizer Constraint Streams API
The Constraint Streams API is now fully supported.
WDYT? Here is the link tot he 7.7 RN:
Here is the related BAPL: