Skip to content

Latest commit

 

History

History
64 lines (42 loc) · 1.25 KB

index.rst

File metadata and controls

64 lines (42 loc) · 1.25 KB

API Library Reference

The current models are implemented under :pyormm.mathprog, :pyormm.network, and :pyormm.markov. MathProg contains factory methods to implement problem classes and other useful functions for solution analysis. Markov contains functions to perform markov analysis on discrete state and time processes, as well as printing those results nicely. Network contains models and methods for the transportation problem and the shortest path tree problem.

ORMM MathProg

ormm.mathprog

blending resource_allocation scheduling print_sol sensitivity_analysis

blending

resource_allocation

scheduling

print_sol

sensitivity_analysis

ORMM Markov

ormm.markov

analyze_dtmc analyze_ctmc print_markov

analyze_dtmc

analyze_ctmc

print_markov

ORMM Network

ormm.network

transportation_model Graph

transportation_model

Graph