Skip to content

Instantly share code, notes, and snippets.

@fscottfoti
Created March 9, 2015 20:35
Show Gist options
  • Save fscottfoti/bac96177b2fb70248675 to your computer and use it in GitHub Desktop.
Save fscottfoti/bac96177b2fb70248675 to your computer and use it in GitHub Desktop.
drive along portion of mode choice spec
description filter expression other coeff
Drive alone - Unavailable sovAvailable==0 -999
Drive alone - Unavailable for zero auto households autos==0 1 -999
Drive alone - Unavailable for persons less than 16 age<16 1 -999
Drive alone - Unavailable for joint tours tourCategoryJoint==1 1 -999
Drive alone - Unavailable if didn't drive to work tourCategorySubtour==1 workTourModeIsSOV==0 -999
Drive alone - In-vehicle time c_ivt*(SOV_TIME[outPeriod]+SOV_TIME[inPeriod]) od,do 1
Drive alone - Terminal time c_walkTimeShort*(2*terminalTime) 1
Drive alone - Operating cost c_cost*(costPerMile*(SOV_DIST[outPeriod]+SOV_DIST[inPeriod])) od,do 1
Drive alone - Parking cost c_cost*dailyParkingCost 1
Drive alone - Bridge toll c_cost*(SOV_BTOLL[outPeriod]+SOV_BTOLL[inPeriod]) od,do 1
Drive alone - Person is between 16 and 19 years old age>=16 * age<=19 c_age1619_da 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment