/projects/lattice-enumeration/
mathematicspythoncode_project

Project 7: Lattice enumeration

Aspects of Computer Algebra (MAT007) exam project

Various

explanation

To generate explanation.pdf: pandoc -o explanation.pdf explanation.md

bash

  1. use sed to comment/uncomment DEBUG lines
  2. comment: sed -i '/^.*DEBUG/ s.^.#.' <file>
  3. uncomment: sed -i '/^.*DEBUG/ s.^#..' <file>