Python C extension to compute the permanent.
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

6 行
94B

  1. #!/bin/bash
  2. rm permanent/*.so
  3. python ./setup.py build_ext --inplace &&
  4. python ./run-tests.py