6.5.2. aequilibrae.AssignmentResults¶
-
class
aequilibrae.AssignmentResults¶ Bases:
objectAssignment result holder for a single
TrafficClasswith multiple user classes-
__init__()¶ Initialize self. See help(type(self)) for accurate signature.
Methods
__init__()Initialize self.
get_load_results()Translates the assignment results from the graph format into the network format
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])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__()¶ Initialize self. See help(type(self)) for accurate signature.
-