Files
mercury/samples/solver_types
Zoltan Somogyi 2a1f376c5d Use spaces in all Mercury.options files.
Use consistent indentation.

Sort many blocks of module-specific MCFLAGS settings by module name.

Add XXXs about some questionable options.
2025-12-06 10:39:04 +11: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.