Skip to content

nathanbullock/obsequi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

obsequi - latin for compliance, indulgence, submission, pliancy.

This program is able to play and solve domineering boards.
Currently it can solve 9x9 and larger boards with a single processor.

To compile cd to the directory "obsequi", type make.

Should work, if not, you must be using a different compiler or
libraries. (I use gcc and glibc).

There isn't really any documentation for obsequi (sorry).

To solve an 8x8 board with a transposition table with (1 << 24) entries use:
echo "solve rows 8 cols 8 bits 24 V" | ./Obsequi

You can also pre-place blocks on the board.
echo "solve rows 8 cols 8 bits 24 b0,1;1,1 V" | ./Obsequi

The V says it is verticals turn first.

About

Program for solving domineering boards. I wrote this as part of my M.Sc. thesis back in 2001/2. Currently improving it.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published