doc: constraints
All checks were successful
Linux arm64 / Build (push) Successful in 42s

This commit is contained in:
2025-02-02 22:25:28 +01:00
parent d7d7dfe787
commit a580321bd0
6 changed files with 22 additions and 28 deletions

View File

@@ -3,6 +3,9 @@ package sudoku.constraint;
import sudoku.structure.Block;
import sudoku.structure.Sudoku;
/**
* Contrainte de bloc
*/
public class BlockConstraint implements IConstraint{
@Override