We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6abc2d0 commit 66dc433Copy full SHA for 66dc433
README.md
@@ -9,14 +9,15 @@ TAPLite is a lightweight traffic assignment engine for networks encoded in GMNS.
9
pip install taplite
10
```
11
12
-### One-Time Call
+### Traffic Assignment
13
+#### One-Time Call
14
```python
15
import taplite as tap
16
17
tap.assignment()
18
19
-### Recursive Call
20
+#### Recursive Call
21
22
23
from multiprocessing import freeze_support
taplite/libtaplite.so
0 Bytes
0 commit comments