このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
pete
/
permanent
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Update README.md
master
Pete Shadbolt
9年前
親
0209bbe17b
コミット
d97f0b7c6a
1個のファイルの変更
、
4行の追加
、
3行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+4
-3
README.md
+ 4
- 3
README.md
ファイルの表示
@@ -1,10 +1,11 @@
# Compute the Permanent
Implements Ryser's algorithm for the [permanent](https://en.wikipedia.org/wiki/Permanent)
Should install with
Implements Ryser's algorithm for the [permanent](https://en.wikipedia.org/wiki/Permanent).
Install:
```bash
$ pip install permanent
```
Then
Use:
```python
>>> from numpy import *
>>> from permanent import permanent
書き込み
プレビュー
読み込み中…
キャンセル
保存