Module investment

Module investment 

Source
Expand description

Module for solving the investment order of commodities

Functionsยง

compress_cycles ๐Ÿ”’
Compresses cycles into InvestmentSet::Cycle nodes
compute_layers ๐Ÿ”’
Compute layers of investment sets from the topological order
init_investment_graph_for_year ๐Ÿ”’
Initialise an InvestmentGraph for the given year from a set of CommodityGraphs
order_sccs ๐Ÿ”’
Order the members of each strongly connected component using a mixed-integer linear program.
solve_investment_order_for_model
Determine investment ordering for each year
solve_investment_order_for_year ๐Ÿ”’
Analyse the commodity graphs for a given year to determine the order in which investment decisions should be made.

Type Aliasesยง

InvestmentGraph ๐Ÿ”’