descriptionA Crossword Compiler
homepage URLhttp://mythic-beasts.com/~mark/software/cwc/
ownermark-repo.or.cz@longair.net
last changeSun, 19 Jul 2009 19:25:48 +0000 (19 20:25 +0100)
content tags
add:
readme

cwc is a very useful crossword compiler program written by Lars Christensen which is based on the algorithms described in Sik Cambon Jensen's thesis "Design and Implementation of Crossword Compilation Programs Using Serial Approaches". I have not been able to contact Lars to ask whether he is still maintaining cwc, since the email address (larsch@cs.auc.dk) on the two webpages I've found for the program no longer works and Lars Chistensen is a very common name. However, I wanted to release a version with a few new features, so I'm publishing these here, and hope that people find this version useful. If you would like to contribute changes, or have any other feedback please email me.

shortlog
2009-07-19 Mark LongairFix compilation errorsmaster
2008-09-03 Mark LongairAdded a couple more Guardian grids. -d is the most...
2008-06-18 Mark LongairAdded two Guardian grids (sources below)
2008-06-17 Mark LongairMake the margin to the clues slightly largercwc-version-1.0.2
2008-06-17 Mark LongairReintroduce the SVG file output option, but with "-x".
2008-06-17 Mark LongairRevert "Add a commandline option to specify an SVG...
2008-06-17 Mark LongairUpdated the copyright notice and added a link to the...
2008-06-17 Mark LongairAdded VERSION variable and a "release" target for build...
2008-06-17 Mark LongairUpdated the copyright notices and included a complete...
2008-06-17 Mark LongairAdd a commandline option to specify an SVG file for...
2008-06-17 Mark LongairMany improvements to the SVG output:
2008-06-17 Mark LongairFix the gcc invocation for linking so that it works...
2008-06-01 Mark LongairDraw a solutions grid and an empty grid
2008-06-01 Mark LongairExperimental support for writing out an SVG file of...
2008-05-31 Mark LongairUse delete[] instead of delete for deleting an array
2008-05-31 Mark LongairCorrect spelling of dependency
...
tags
15 years ago cwc-version-1.0.2 Version 1.0.2 (first public release...
15 years ago cwc-version-1.0.1 An initial import of cwc version...
heads
14 years ago master