Parallel Functional Programming – Lab B: “Sudoku–in parallel”DAT280 / DIT261, LP4 2017
Home | Schedule | Labs | Lectures | Exam | AboutFire | Forum | TimeEdit | Links
Parallel Functional Programming – Lab B: “Sudoku–in parallel”DAT280 / DIT261, LP4 2017
Home | Schedule | Labs | Lectures | Exam | AboutFire | Forum | TimeEdit | Links

(When you are done, please submit your solution using the Fire system)

In this lab assignment, you will get started with parallel programming in Erlang, including the use of percept for profiling.

The problem is to parallelize a Sudoku solver. You will need the sequential solver itself, sudoku.erl, and a collection of sample puzzles, problems.txt.

Submission

This lab has two deadlines:

Good luck!