Files
mercury/samples/solver_types
Julien Fischer 8ef9073be2 Delete remaining references to --use-trail-segments.
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.
2022-04-18 21:45:15 +10:00
..
2022-03-25 12:34:12 +11:00

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.