From: <mma...@us...> - 2012-04-09 12:56:46
|
Revision: 10179 http://octave.svn.sourceforge.net/octave/?rev=10179&view=rev Author: mmarzolla Date: 2012-04-09 12:56:37 +0000 (Mon, 09 Apr 2012) Log Message: ----------- fixed documentation Modified Paths: -------------- trunk/octave-forge/main/queueing/doc/queueingnetworks.txi Modified: trunk/octave-forge/main/queueing/doc/queueingnetworks.txi =================================================================== --- trunk/octave-forge/main/queueing/doc/queueingnetworks.txi 2012-04-09 12:55:37 UTC (rev 10178) +++ trunk/octave-forge/main/queueing/doc/queueingnetworks.txi 2012-04-09 12:56:37 UTC (rev 10179) @@ -1118,11 +1118,10 @@ The @code{queueing} package provides a high-level function @code{qnsolve} for analyzing QN models. @code{qnsolve} takes as input a high-level description of the queueing model, and delegates the -actual solution of the model to one of the lower-level function -described in the previous section. @code{qnsolve} supports single or -multiclass models, but at the moment only product-form networks can be -analyzed. For non product-form networks @xref{Algorithms for non -Product-Form QNs}. +actual solution of the model to one of the lower-level +function. @code{qnsolve} supports single or multiclass models, but at +the moment only product-form networks can be analyzed. For non +product-form networks @xref{Algorithms for non Product-Form QNs}. @code{qnsolve} accepts two input parameters. The first one is the list of nodes, encoded as an Octave @emph{cell array}. The second parameter @@ -1174,7 +1173,6 @@ @GETDEMO{qnsolve,1} @end example - @c @c @c This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |