Contains functions used to to read a solution for a slitherink from an assignment returned by minisat2. More...
Go to the source code of this file.
Defines | |
#define | HORIZONTAL true |
#define | VERTICAL false |
Functions | |
int | main (void) |
Contains functions used to to read a solution for a slitherink from an assignment returned by minisat2.
Definition in file assignment2slitherlink.cpp.
#define HORIZONTAL true |
Definition at line 14 of file assignment2slitherlink.cpp.
#define VERTICAL false |
Definition at line 15 of file assignment2slitherlink.cpp.
int main | ( | void | ) |
Definition at line 18 of file assignment2slitherlink.cpp.