@hackage weekdaze0.0.0.3

A school-timetable problem-solver.

  • Installation

  • Dependencies (18)

  • Dependents (0)

  • Package Flags

      hdbc-mysql
       (off by default)

      Link with the package "HDBC-mysql" & consequently the native MySQL-interface (which will require a development package for mysqlclient), which the application can use to connect to a MySQL data-server.

      hdbc-odbc
       (off by default)

      Link with the package "HDBC-odbc", which the application can use to connect to a generic data-server.

      llvm
       (off by default)

      Whether the llvm compiler-backend has been installed and is required for code-generation.

      printdbqueries
       (off by default)

      Whether to print SQL-queries as the database is read. N.B.: only relevant when either of the flags 'HDBC-odbc' or 'HDBC-mysql' is True. N.B.: the output will be more readable when queryDBConcurrently is off.

      printdbrows
       (off by default)

      Whether to print the rows read from the database. N.B.: only relevant when either of the flags 'HDBC-odbc' or 'HDBC-mysql' is True. N.B.: the output will be more readable when queryDBConcurrently is off.

      querydbconcurrently
       (on by default)

      Whether database-queries should be issued concurrently.

      static
       (off by default)

      Link statically, perhaps for deployment in an environment where one doesn't have root access.

      threaded
       (on by default)

      Build for parallel runtime.

      unix
       (on by default)

      Link with package "unix" when available.

An application which searches for a solution to the configured school-timetable problem.