Example #1
0
def creat_activity_bundle_6node():
#   add_bundle(key, activity_name_list)
    # individual activities
    add_bundle(0, ['home-am', 'home-pm'])
    add_bundle(1, ['home-am', 'home-pm', 'work'])

    add_bundle(2, ['home-am', 'home-pm', 'work', 'shopping'])
    add_bundle(3, ['home-am', 'home-pm', 'work', 'restaurent'])
    
    add_bundle(4, ['home-am', 'home-pm', 'work', 'shopping', 'restaurent'])

    # joint activities
    add_bundle(5, ['home-am', 'home-pm', 'work', 'joint-shopping'])
    add_bundle(6, ['home-am', 'home-pm', 'work', 'joint-restaurent'])
    
    add_bundle(7, ['home-am', 'home-pm', 'work', 'joint-shopping', 'restaurent'])
    add_bundle(8, ['home-am', 'home-pm', 'work', 'shopping', 'joint-restaurent'])
    add_bundle(9, ['home-am', 'home-pm', 'work', 'joint-shopping', 'joint-restaurent'])
    
    elem.in_home_bundle = elem.bundles[0]
Example #2
0
def creat_activity_bundle_6node():
    #   add_bundle(key, activity_name_list)
    # individual activities
    add_bundle(0, ['home-am', 'home-pm'])
    add_bundle(1, ['home-am', 'home-pm', 'work'])

    add_bundle(2, ['home-am', 'home-pm', 'work', 'shopping'])
    add_bundle(3, ['home-am', 'home-pm', 'work', 'restaurent'])

    add_bundle(4, ['home-am', 'home-pm', 'work', 'shopping', 'restaurent'])

    # joint activities
    add_bundle(5, ['home-am', 'home-pm', 'work', 'joint-shopping'])
    add_bundle(6, ['home-am', 'home-pm', 'work', 'joint-restaurent'])

    add_bundle(7,
               ['home-am', 'home-pm', 'work', 'joint-shopping', 'restaurent'])
    add_bundle(8,
               ['home-am', 'home-pm', 'work', 'shopping', 'joint-restaurent'])
    add_bundle(
        9,
        ['home-am', 'home-pm', 'work', 'joint-shopping', 'joint-restaurent'])

    elem.in_home_bundle = elem.bundles[0]
Example #3
0
def creat_activity_bundle_4node():
#   add_bundle(key, activity_name_list)
    add_bundle(0, ['home-am', 'home-pm'])

    add_bundle(1, ['home-am', 'home-pm', 'work'])
    add_bundle(2, ['home-am', 'home-pm', 'shopping', 'work'])
    add_bundle(3, ['home-am', 'home-pm', 'work', 'restaurant'])
    add_bundle(4, ['home-am', 'home-pm', 'shopping', 'work', 'restaurant'])

    add_bundle(5, ['home-am', 'home-pm', 'school', 'work'])
    add_bundle(6, ['home-am', 'home-pm', 'shopping', 'work', 'school'])    
    add_bundle(7, ['home-am', 'home-pm', 'work', 'restaurant', 'school'])
    add_bundle(8, ['home-am', 'home-pm', 'shopping', 'work', 'restaurant', 'school'])
    elem.in_home_bundle = elem.bundles[0]
Example #4
0
def creat_activity_bundle_4node():
    #   add_bundle(key, activity_name_list)
    add_bundle(0, ['home-am', 'home-pm'])

    add_bundle(1, ['home-am', 'home-pm', 'work'])
    add_bundle(2, ['home-am', 'home-pm', 'shopping', 'work'])
    add_bundle(3, ['home-am', 'home-pm', 'work', 'restaurant'])
    add_bundle(4, ['home-am', 'home-pm', 'shopping', 'work', 'restaurant'])

    add_bundle(5, ['home-am', 'home-pm', 'school', 'work'])
    add_bundle(6, ['home-am', 'home-pm', 'shopping', 'work', 'school'])
    add_bundle(7, ['home-am', 'home-pm', 'work', 'restaurant', 'school'])
    add_bundle(
        8, ['home-am', 'home-pm', 'shopping', 'work', 'restaurant', 'school'])
    elem.in_home_bundle = elem.bundles[0]