Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 417 Bytes

README.md

File metadata and controls

13 lines (12 loc) · 417 Bytes

Brian Conley - Smoker's Problem

Overview

This program is a simulation of the smoker's problem. In this case, we solve it
using semaphores. In this simulation we have:

  • Three agents (acting as one)
  • Three pushers (acting as one)
  • Six smokers

Build

Build the program by running the make command. The makefile provides other useful
targets.

  • run: Run the program
  • clean: Remove build files