Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
25.2. Sudoku Example: Debugging a Broken Example
Procedure 25.2. Task
- Open
sudoku.drl
in your IDE. - Click on
. The JBoss Rules engine will inspect the grid and produce the following output: Copy to Clipboard Copied! Toggle word wrap Toggle overflow - Click on the
Solve
button to apply the solving rules to this invalid grid. These rules use the values of the cells for problem solving. The rules detecting these situations insert a Setting fact including the solution value for the specified cell. This fact removes the incorrect value from all cells in the group.