mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-18 10:53:40 +00:00
Use consistent indentation. Sort many blocks of module-specific MCFLAGS settings by module name. Add XXXs about some questionable options.
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.