Question

Like the question says. After a

solver.solve();

I want to see specific rules (with values) that were violated. How can I get them from the solution?

Was it helpful?

Solution

The examples already do this, take a look at this method:

org.drools.planner.examples.common.business.SolutionBusiness#getScoreDetailList()

But it's not standardized yet, see this issue.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top