mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-16 18:03:36 +00:00
doc/user_guide.texi:
extras/trailed_update/samples/Mmakefile:
extras/trailed_update/tests/Mmakefile:
samples/solver_types/Mercury.options:
scripts/init_grade_options.sh-subr:
As above.
RELEASE_NOTES_NEXT:
Delete item concerning the above.
eqneq.m: An implementation of a solver type admitting equality and disequality constraints for variables ranging over ground values. This provides some of the functionality of Prolog variables. sudoku.m: A naive sudoku solver. sudoku_puzzle.easy: sudoku_puzzle.hard: Sample input for the sudoku solver. test_eqneq.m: A test case.