File: test_simple.py

package info (click to toggle)
python-lap 0.5.12-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,696 kB
  • sloc: python: 1,408; cpp: 872; sh: 24; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 88 bytes parent folder | download
1
2
3
4
import lap
import numpy as np

print(lap.lapjv(np.random.rand(4, 5), extend_cost=True))