| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| line-2.0.16.tar.gz | 2021-08-30 | 14.5 MB | |
| line-2.0.16.zip | 2021-08-30 | 15.2 MB | |
| README.md | 2021-08-30 | 1.6 kB | |
| Totals: 3 Items | 29.7 MB | 0 | |
- feat: added queue line and fractional line methods to MVA
- feat: added parallel gateways to BPMN
- feat: added limited load dependence and class dependence to CTMC, SSA and MVA
- feat: added support for LCFSPR in JMT, MVA, SSA and CTMC
- feat: added LabeledCTMC class
- feat: added getEmbeddedProb method to MarkovModulated class tree
- feat: automated disabled of repeated warning
- docs: added new BPMN examples
- docs: added BCMP theorem example inclusive of LCFSPR
- refactor: major AMVA refactoring, added options.config.multiserver
- refactor: getGenerator and getStateSpace methods no longer require force option
- refactor: internal refactoring of state space generation methods in SolverCTMC
- refactor: changed LINE2SCRIPT print order
- refactor: Network.getChains now leverages sn data structure
- refactor: setLoadDependence moved into Queue.m
- refactor: computation of class results moved to snDeaggregateChainResults
- refactor: replaced all chain aggregation with a snGetDemandsChain call
- refactor: hidden setLimitedLoadDependence
- refactor: changed FLUID solver file names
- refactor: replaced explicit calls to pfqn_gmvald with pfqn_ncld
- refactor: refstatchain computation moved into snGetDemandsChain.m
- refactor: moved softmin into util function and updated mexify script
- fix: disabled SySRespT when model includes a join
- fix: major bug in Fluid solver for open model
- fix: inconsistent handling of some metrics in mva and mvald
- fix: bug in fluid in case of disabled source
- fix: spurious printout in MAM
- perf: removed unnecessary code in CTMC solver