Domanda

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?

È stato utile?

Soluzione

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.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top