README 778 B

1234567891011121314151617181920212223242526
  1. Each of the submitted files have been annotated if appropriate.
  2. The solution files to the exercises are structured in the following way:
  3. .
  4. ├─── exercise 1 {a, b, c}:
  5. │  ├─── ex1.smv
  6. │  └─── ex1.out
  7. ├─── exercise 2 {a, b}:
  8. │  ├─── ex2.b.smv
  9. │  └─── ex2.b.out
  10. ├─── exercise 2 {c}:
  11. │  ├─── ex2.c.smv
  12. │  └─── ex2.c.out
  13. ├─── exercise 3 {a}:
  14. │  ├─── ex3.a.smv
  15. │  └─── ex3.a.out
  16. ├─── exercise 3 {b}:
  17. │  ├─── ex3.b.smv
  18. │  └─── ex3.b.out
  19. ├─── exercise 3 {b}:
  20. │  ├─── ex3.c.smv
  21. │  └─── ex3.c.out
  22. └─── exercise 3 {d}:
  23.   ├─── ex3.d.smv
  24.   └─── ex3.d.out