Download Latest Version line-3.0.1.zip (47.6 MB)
Email in envelope

Get an email when there's a new version of LINE Solver

Home / 2.0.35
Name Modified Size InfoDownloads / Week
Parent folder
line-2.0.35.zip 2024-07-13 55.3 MB
README.md 2024-07-13 9.4 kB
Totals: 2 Items   55.3 MB 2
  • j chore: added copyright to each file
  • j chore: better getAvgTable printout
  • j chore: fix unit test printouts
  • j chore: reduced numbers with 00000000
  • j chore: updated AUTHORS
  • j docs: added some Matrix methods comments
  • j docs: regenerated javadoc
  • j feat: added and tested getAvgNode
  • j feat: added and tested getAvgNodeTable
  • j feat: added Cache getNumberOfItems
  • j feat: added conntasks to LN
  • j feat: added cyclic* methods
  • j feat: added DisabledClass
  • j feat: added DiscreteUniform and Trace
  • j feat: added feature list to all NetworkSolvers
  • j feat: added findNumber to Matrix
  • j feat: added incomplete SolverCTMC
  • j feat: added initial Cache support in SolverJMT
  • j feat: added line_warning, line_error, line_printf
  • j feat: added Linkage, LogTunnel, Storage, Timing sections
  • j feat: added Logger support
  • j feat: added map_gamma and getACFDecay
  • j feat: added Matrix.Singleton
  • j feat: added missing methods in most processes and distributions
  • j feat: added missing MMPP2 methods
  • j feat: added mmpp2_fit
  • j feat: added Mode, Firing, Enabling
  • j feat: added more examples
  • j feat: added more methods to MMPP2 class
  • j feat: added most missing Chain, NetworkSolver and Network methods
  • j feat: added most missing methods to SN
  • j feat: added NetworkSolver.getModel
  • j feat: added new RoutingMatrix set method
  • j feat: added pfqn_aql
  • j feat: added pfqn_kt
  • j feat: added refreshPetriNetNodes
  • j feat: added setUsedLangFeature
  • j feat: added several fitCentral methods
  • j feat: added several missing Network methods
  • j feat: added some missing LayeredNetwork methods
  • j feat: added SSA caching
  • j feat: added tandem methods
  • j feat: added Transition
  • j feat: added uniqueRowIndexes
  • j feat: adeed initial JSIM2LINE
  • j feat: custom expm implementation
  • j feat: extended tget
  • j feat: Immediate.getInstance
  • j feat: implemented map_sample
  • j feat: migrated example_prio*
  • j feat: migrated most gallery examples
  • j feat: migrated most snHas* methods
  • j feat: sample methods for Markovian distributions
  • j fix: bug in APH getProcess
  • j fix: bug in buildLayerRecursive
  • j fix: bug in LN tests
  • j fix: bug in Maths.circul
  • j fix: bug in Matrix.set for integers
  • j fix: bug in npfqn_nonexp_approx
  • j fix: bug in proc and nodevisits
  • j fix: bug in sn.rt for caches
  • j fix: bug in WRROBIN handling
  • j fix: bugs in Transition and Place
  • j fix: default initialization of fromMarginalAndStarted
  • j fix: default timespan handler
  • j fix: FeatureSet in CTMC
  • j fix: getAvgChainTable
  • j fix: missing imports in CTMC
  • j fix: NC SCV bug
  • j fix: performance bugs in SSA
  • j fix: Place now exported correctly to JMT
  • j fix: reading of mmint2 weights from JAR
  • j fix: remove LN prints on SILENT
  • j fix: removed JLQN 0-index value removal from LN
  • j fix: serialization bug
  • j fix: slight behavior change in Env
  • j fix: small bugs in PFQN methods
  • j fix: SSA seeds with parallel
  • j fix: Transition now exported correctly to JMT
  • j fix: unnecessarily replicated refstat field
  • j refactor: added ServiceNode class
  • j refactor: all 1/ changed to 1.0/ to avoid accidental casting errors
  • j refactor: all cap fields made int
  • j refactor: BS and AMVA return
  • j refactor: ContinuousDistribution
  • j refactor: doChecks -> enableChecks
  • j refactor: error messages
  • j refactor: faster SSA with uniqueRowIndexes
  • j refactor: fixed some Exceptions
  • j refactor: fjt renamed to mmt
  • j refactor: getJobClass -> getJobClasses
  • j refactor: getUsedLangFeatures now uses setUsedLangFeature and usedFeatures
  • j refactor: hidden dependence on Equation and SimpleMatrix
  • j refactor: improved printing of Tables
  • j refactor: improved tget
  • j refactor: initial refactoring of SolverCTMC
  • j refactor: introduced MatrixCell
  • j refactor: isRefStat -> isReferenceStation
  • j refactor: JMT options
  • j refactor: JobclassType Enum entries
  • j refactor: LN Avg table
  • j refactor: Matrix.scale changed to scaleEq
  • j refactor: merged Process and Distributions
  • j refactor: minimized occurrences of List<List\\<Double>>
  • j refactor: minor changes to PFQN
  • j refactor: moved MAM class into M3A
  • j refactor: moved nPhases to MarkovianDistribution
  • j refactor: moved Solver.load to LINE.load
  • j refactor: MVA and AMVA return field names
  • j refactor: optimized imports
  • j refactor: qnamam -> mam
  • j refactor: re-enabled PStarSearcher
  • j refactor: reinstated Router as Stateful node
  • j refactor: removed dependence on DMatrixSparseCSC from Fluid matrix method
  • j refactor: removed eventCache from sn
  • j refactor: removed initQueueJobClassesinputJobClasses, and setScheduling
  • j refactor: removed last DMatrixSparseCSC dependence outside Matrix classes
  • j refactor: removed unused ssa-related methods
  • j refactor: renamed examples to match MATLAB
  • j refactor: Router made a StatefulNode
  • j refactor: Router turned back into a StatefulNode
  • j refactor: setInputJobProcess -> setInputJobClass
  • j refactor: setRefStat -> setReferenceStation
  • j refactor: snIsStateValid
  • j refactor: split SolverHandles into two classes
  • j refactor: SSA printouts
  • j test: first JSIM2LINE unit test
  • j test: updated test
  • j, m feat: added Bernoulli and Binomial distributions
  • j,m chore: updated JMT download warning
  • m bug: Fluid JLINE return
  • m chore: updated lineStart
  • m docs: added example_forkJoin_6,7,11,12,13
  • m docs: added new SPN example
  • m feat: added baseline code of LQNS parser
  • m feat: added java support for cache QNs
  • m feat: added MAP support in Delay and Transition
  • m feat: added Poisson distribution
  • m feat: added toPH method to APH
  • m feat: added WRR support to JLINE
  • m feat: added JMT support for priority PS/PG/GPS
  • m fix runAnalyzer
  • m fix: added missing DummyMode to LN
  • m fix: bug in APH getMeanAndSCV
  • m fix: bug in Exp.setMean
  • m fix: bug in Exp.setRate
  • m fix: bugs in JLINE
  • m fix: bug in map_pi usage
  • m fix: bug in qbd_mapmap1
  • m fix: bug in QN2JAVA
  • m fix: bugs in Cache JLINE conversion
  • m fix: bugs in estimatorUBO
  • m fix: bugs in SolverFluidResult
  • m fix: example_layeredNetwork_8 now running
  • m fix: handling of java return values in MVA and NC
  • m fix: handling of MAX_INT and MIN_INT in JLINE
  • m fix: improved handling of caches with JLINE
  • m fix: JLINE return for Fluid and MAM
  • m fix: minor bugs
  • m fix: Pareto transition conversion to JMT
  • m fix: QN2JAVA Join generation
  • m fix: several fixed bugs in JLINE conversion
  • m fix: SolverLN java result parsing
  • m fix: tget bug
  • m refactor: added SolverOptions and lineDefaults calls it
  • m refactor: aligned processes to Java
  • m refactor: changed all resetResults to reset
  • m refactor: decorate -> cartesian
  • m refactor: handling of caches in JLINE interface
  • m refactor: hasRAND -> hasSIRO
  • m refactor: improved getAvgTable ResidT calculation
  • m refactor: introduced nPhases in MarkovianDistribution
  • m refactor: kpctoolbox subfolder
  • m refactor: Mode definition
  • m refactor: Coxian parameters
  • m refactor: moved approxForkJoins as a SolverMVA nested function
  • m refactor: moved tagChain and removeClass from Network to ModelTransformer
  • m refactor: organized several io scripts into ModelTransformer class
  • m refactor: remove CacheServer
  • m refactor: removed getAG
  • m refactor: removed initQueueJobClassesinputJobClasses, and setScheduling
  • m refactor: removed inputJobClasses and dependencies
  • m refactor: removed LINEDoChecks
  • m refactor: removed Metric Tables in SolverAuto
  • m refactor: removed several unused Network methods
  • m refactor: removed some unused methods in LayeredNetwork
  • m refactor: removed unused getHandles methods
  • m refactor: renamed updateModel
  • m refactor: setUsedFeatures->setUsedLangFeature
  • m refactor: simplified getSections
  • m refactor: simplified Storage, Buffer,
  • m refactor: simplified Transition
  • m refactor: updated eventcache SSA option
  • m refactor: updates to SN API
  • m test: fixed seed in two examples
  • m, j refactor: InputBinding now accepts SchedStrategy
  • m, j refactor: tget improvements
  • m, j: removed single-metric Tables
  • m,j feat: added Poisson and Geometric distributions
  • m,j refactor: getRepres and getRepresentation removed and replaced by getProcess
  • m,j refactor: moved process generation in constructor
  • m,j refactor: moved serviceProcesses and schedStrategy for Queues into ServiceStation
  • m,j refactor: refreshService -> refreshProcess
  • m,j refactor: removed getD0, getD1 methods
  • m,j refactor: setDoChecks -> setChecks
  • m,j,p docs: manual update
  • p chore: configured DataFrame display precision
  • p chore: regenerated getting started examples
  • p chore: regenerated notebooks
  • p docs: fixed example for new SSA
  • p feat: added DiscreteUniform and Coxian
  • p feat: added pfqn_mva and pfqn_aql
  • p fix: bug in handling 'exact' option
  • p fix: class imports
  • p refactor: better handling of options
  • p refactor: minor updates after Java refactorings
  • p refactor: mm1 example
  • p refactor: pfqn_* I/O
  • p refactor: solvertype constants
  • p refactor: tget
  • p refactor: updated deployment scripts
  • p, j feat: added getAvgChainTable
  • p, j feat: added getAvgNodeChain methods
Source: README.md, updated 2024-07-13