Skip to content

Commit

Permalink
extending nmtf and stop frequency to demonstrate flexible ids
Browse files Browse the repository at this point in the history
  • Loading branch information
dhensle committed Aug 31, 2022
1 parent 69008a9 commit fdc9402
Show file tree
Hide file tree
Showing 6 changed files with 1,637 additions and 79 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,100 @@
escort,shopping,othmaint,othdiscr,eatout,social
0,0,0,0,0,0
0,0,0,1,0,0
0,0,0,0,0,1
0,0,0,1,0,1
0,0,0,0,1,0
0,0,0,1,1,0
0,0,0,0,1,1
0,0,0,1,1,1
0,0,1,0,0,0
0,0,1,1,0,0
0,0,1,0,0,1
0,0,1,1,0,1
0,0,1,0,1,0
0,0,1,1,1,0
0,0,1,0,1,1
0,0,1,1,1,1
0,1,0,0,0,0
0,1,0,1,0,0
0,1,0,0,0,1
0,1,0,1,0,1
0,1,0,0,1,0
0,1,0,1,1,0
0,1,0,0,1,1
0,1,0,1,1,1
0,1,1,0,0,0
0,1,1,1,0,0
0,1,1,0,0,1
0,1,1,1,0,1
0,1,1,0,1,0
0,1,1,1,1,0
0,1,1,0,1,1
0,1,1,1,1,1
1,0,0,0,0,0
1,0,0,1,0,0
1,0,0,0,0,1
1,0,0,1,0,1
1,0,0,0,1,0
1,0,0,1,1,0
1,0,0,0,1,1
1,0,0,1,1,1
1,0,1,0,0,0
1,0,1,1,0,0
1,0,1,0,0,1
1,0,1,1,0,1
1,0,1,0,1,0
1,0,1,1,1,0
1,0,1,0,1,1
1,0,1,1,1,1
1,1,0,0,0,0
1,1,0,1,0,0
1,1,0,0,0,1
1,1,0,1,0,1
1,1,0,0,1,0
1,1,0,1,1,0
1,1,0,0,1,1
1,1,0,1,1,1
1,1,1,0,0,0
1,1,1,1,0,0
1,1,1,0,0,1
1,1,1,1,0,1
1,1,1,0,1,0
1,1,1,1,1,0
1,1,1,0,1,1
1,1,1,1,1,1
2,0,0,0,0,0
2,0,0,1,0,0
2,0,0,0,0,1
2,0,0,1,0,1
2,0,0,0,1,0
2,0,0,1,1,0
2,0,0,0,1,1
2,0,0,1,1,1
2,0,1,0,0,0
2,0,1,1,0,0
2,0,1,0,0,1
2,0,1,1,0,1
2,0,1,0,1,0
2,0,1,1,1,0
2,0,1,0,1,1
2,0,1,1,1,1
2,1,0,0,0,0
2,1,0,1,0,0
2,1,0,0,0,1
2,1,0,1,0,1
2,1,0,0,1,0
2,1,0,1,1,0
2,1,0,0,1,1
2,1,0,1,1,1
2,1,1,0,0,0
2,1,1,1,0,0
2,1,1,0,0,1
2,1,1,1,0,1
2,1,1,0,1,0
2,1,1,1,1,0
2,1,1,0,1,1
2,1,1,1,1,1
# extension for flexible ids demonstration,,,,,
# should be removed for actual model run,,,,,
0,0,0,2,0,0
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
#,,alt file for building tours even though simulation is simple_simulate not interaction_simulate
alt,out,in
0out_0in,0,0
0out_1in,0,1
0out_2in,0,2
0out_3in,0,3
1out_0in,1,0
1out_1in,1,1
1out_2in,1,2
1out_3in,1,3
2out_0in,2,0
2out_1in,2,1
2out_2in,2,2
2out_3in,2,3
3out_0in,3,0
3out_1in,3,1
3out_2in,3,2
3out_3in,3,3
# extension for flexible ids demonstration,,
# should be removed for actual model run,,
4out_3in,4,3
Loading

0 comments on commit fdc9402

Please sign in to comment.