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

run-tests.sh 88B

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