6.5.2. aequilibrae.AssignmentResults¶
- class aequilibrae.AssignmentResults¶
Bases:
objectAssignment result holder for a single
TrafficClasswith multiple user classes- __init__()¶
Methods
__init__()get_graph_to_network_mapping()get_load_results()Translates the assignment results from the graph format into the network format
get_sl_results()prepare(graph, matrix)Prepares the object with dimensions corresponding to the assignment matrix and graph objects
reset()Resets object to prepared and pre-computation state
save_to_disk([file_name, output])DEPRECATED Function to write to disk all outputs computed during assignment
set_cores(cores)Sets number of cores (threads) to be used in computation
total_flows()Totals all link flows for this class into a single link load
- __init__()¶