Flowlessly  0.1
Minimum cost maximum cost solver
 All Classes Functions Pages
flowlessly::AdjacencyMapGraph Member List

This is the complete list of members for flowlessly::AdjacencyMapGraph, including all inherited members.

AddArc(uint32_t src_node_id, uint32_t dst_node_id, uint32_t min_flow, int32_t capacity, int64_t cost, int32_t type) (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphvirtual
AddNode(uint32_t node_id, int32_t supply, int64_t potential, NodeType type, bool first_scheduling_iteration) (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphvirtual
AddNode(int32_t supply, int64_t price, NodeType type, bool first_scheduling_iteration)flowlessly::AdjacencyMapGraphvirtual
AdjacencyMapGraph(Statistics *stats) (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphexplicit
AdjacencyMapGraph(uint32_t max_node_id, uint32_t num_arcs, uint32_t sink_node, const set< uint32_t > &source_nodes, const vector< unordered_map< uint32_t, Arc * > > &arcs, const vector< Node > &nodes, const set< uint32_t > &unused_node_ids, Statistics *stats) (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraph
ChangeArc(Arc *arc, uint32_t new_min_flow, int32_t new_capacity, int64_t new_cost, int32_t new_type)flowlessly::AdjacencyMapGraphvirtual
ChangeArc(uint32_t src_node_id, uint32_t dst_node_id, uint32_t new_min_flow, int32_t new_capacity, int64_t new_cost, int32_t new_type, bool is_multi_arc, int64_t old_cost)flowlessly::AdjacencyMapGraphvirtual
get_active_node_ids() (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphinline
get_admissible_arcs() (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphinline
get_arcs() (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphinline
get_max_node_id() const (defined in flowlessly::Graph)flowlessly::Graphinline
get_nodes() (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphinline
get_potentials() (defined in flowlessly::Graph)flowlessly::Graphinline
get_sink_node() (defined in flowlessly::Graph)flowlessly::Graphinline
get_source_nodes() (defined in flowlessly::Graph)flowlessly::Graphinline
GetMachinePUs(uint32_t machine_node_id, set< uint32_t > *pu_ids) (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphvirtual
GetRandomArc(uint32_t node_id)flowlessly::AdjacencyMapGraphvirtual
GetTaskAssignments() (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraph
GetTotalCost()flowlessly::AdjacencyMapGraphvirtual
Graph() (defined in flowlessly::Graph)flowlessly::Graphinline
Graph(uint32_t max_node_id, uint32_t num_arcs, uint32_t sink_node, const set< uint32_t > &source_nodes) (defined in flowlessly::Graph)flowlessly::Graphinline
InitializeGraph() (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraphvirtual
IsEpsOptimal(int64_t eps)flowlessly::AdjacencyMapGraphvirtual
IsFeasible()flowlessly::AdjacencyMapGraphvirtual
IsInTopologicalOrder(const vector< uint32_t > &node_ids)flowlessly::AdjacencyMapGraphvirtual
max_node_id_ (defined in flowlessly::Graph)flowlessly::Graphprotected
MaxRefinePotential(uint64_t node_id, int64_t eps)flowlessly::AdjacencyMapGraph
num_arcs_ (defined in flowlessly::Graph)flowlessly::Graphprotected
potentials_ (defined in flowlessly::Graph)flowlessly::Graphprotected
ReadGraph(FILE *graph_file, bool first_scheduling_iteration, bool *end_of_scheduling) (defined in flowlessly::Graph)flowlessly::Graph
RemoveArc(Arc *arc)flowlessly::AdjacencyMapGraphvirtual
RemoveNode(uint32_t node_id)flowlessly::AdjacencyMapGraphvirtual
ScaleDownCosts(int64_t scale_down)flowlessly::AdjacencyMapGraphvirtual
ScaleUpCosts(int64_t scale_up)flowlessly::AdjacencyMapGraphvirtual
sink_node_ (defined in flowlessly::Graph)flowlessly::Graphprotected
source_nodes_ (defined in flowlessly::Graph)flowlessly::Graphprotected
TopologicalSort(vector< uint32_t > *ordered)flowlessly::AdjacencyMapGraph
UpdateAdmissibleGraph(const vector< uint32_t > &updated_nodes) (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraph
WriteAssignments(FILE *out_file)flowlessly::AdjacencyMapGraphvirtual
flowlessly::Graph::WriteAssignments(const string &out_file_name)flowlessly::Graph
WriteFlowGraph(FILE *out_graph_file)flowlessly::AdjacencyMapGraphvirtual
flowlessly::Graph::WriteFlowGraph(const string &out_graph_file)flowlessly::Graph
WriteGraph(FILE *out_graph_file)flowlessly::AdjacencyMapGraphvirtual
flowlessly::Graph::WriteGraph(const string &out_graph_file)flowlessly::Graph
~AdjacencyMapGraph() (defined in flowlessly::AdjacencyMapGraph)flowlessly::AdjacencyMapGraph
~Graph() (defined in flowlessly::Graph)flowlessly::Graphinlinevirtual