LineWriter

Undocumented in source.

Constructors

this
this(Writer* writer, Chunk[] line)
Undocumented in source.

Alias This

writer

Members

Functions

exploreStates
SolveState exploreStates(SolveState best, CheckPoints checkpoints, uint max_attempts)
Undocumented in source. Be warned that the author may not have intended to support it.
findBestState
SolveState findBestState()
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write()
Undocumented in source. Be warned that the author may not have intended to support it.
writeLine
void writeLine(SolveState state)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

line
Chunk[] line;
Undocumented in source.
writer
Writer* writer;
Undocumented in source.

Meta