Skip to content

Commit 66dc433

Browse files
committed
update libtaplite.so for Linux
- update README.
1 parent 6abc2d0 commit 66dc433

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@ TAPLite is a lightweight traffic assignment engine for networks encoded in GMNS.
99
pip install taplite
1010
```
1111

12-
### One-Time Call
12+
### Traffic Assignment
13+
#### One-Time Call
1314
```python
1415
import taplite as tap
1516

1617
tap.assignment()
1718
```
1819

19-
### Recursive Call
20+
#### Recursive Call
2021
```python
2122
import taplite as tap
2223
from multiprocessing import freeze_support

taplite/libtaplite.so

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)