Necktschnagge / markov_chain_analyzer

MC Analyzer - a tool to calculate edge-reward expects, variances and covariances in discrete time markov chains
MIT License
0 stars 0 forks source link

minor fix in gmc read #10

Closed Necktschnagge closed 4 years ago

Necktschnagge commented 4 years ago

This is just a hotfix. The void read_from_gmc_file(std::istream& input) { ... } member function should be consolidated -> left as open action item.

Necktschnagge commented 4 years ago

See issue here

11