Lines

There exist 5 different types of lines. They are defined as follows:

Important: Any line must be terminated by a Line Feed character: the usual Unix line terminator ' $ \backslash$n' (ASCII code 10). A 'v ' line which does not end with that terminator will be ignored because it will be considered that the solver was interrupted before it could output a complete solution. Also, it is important that you don't forget to flush the output as soon as you have printed a 's ' line or a 'v ' line.

Marc van Dongen 2009-03-10