Fix lakeslice gridlock; S Charles and Rainier has a tiny driveway causing low throughput due to cars not wanting to block the box

This commit is contained in:
Dustin Carlino 2021-05-11 10:55:01 -07:00
parent 5bac09bf2a
commit 1e5771897f
3 changed files with 6 additions and 4 deletions

View File

@ -3511,9 +3511,9 @@
"compressed_size_bytes": 7134899
},
"data/system/us/seattle/prebaked_results/lakeslice/weekday.bin": {
"checksum": "065b1525991de53bd347b0b4ee649f64",
"uncompressed_size_bytes": 145,
"compressed_size_bytes": 33
"checksum": "649f2240c36356ad979b8c8a2efafe4c",
"uncompressed_size_bytes": 65889558,
"compressed_size_bytes": 25437659
},
"data/system/us/seattle/prebaked_results/montlake/car vs bike contention.bin": {
"checksum": "fb0bb9a59a970ade52c910a3d904fbee",

View File

@ -27,7 +27,7 @@ pub fn prebake_all() {
for name in vec![
MapName::seattle("arboretum"),
MapName::seattle("montlake"),
//MapName::seattle("lakeslice"),
MapName::seattle("lakeslice"),
MapName::seattle("phinney"),
MapName::seattle("qa"),
MapName::seattle("rainier_valley"),

View File

@ -1085,6 +1085,8 @@ fn allow_block_the_box(i: &Intersection) -> bool {
|| id == 53217946
|| id == 53223864
|| id == 53211694
|| id == 5440360144
|| id == 246768814
{
return true;
}