Class SolverLQNS

  • All Implemented Interfaces:

    
    public class SolverLQNS
    extends Solver
                        

    Solver interface to the LQNS external tool for Layered Queueing Network analysis.

    SolverLQNS provides integration with the external LQNS (Layered Queueing Network Solver) command-line tool developed at Carleton University. This solver enables high-performance analysis of complex layered queueing networks through native C++ implementations.

    Key LQNS integration capabilities:

    • External tool integration via command-line interface
    • LQN model serialization to LQNS XML format
    • High-performance native solver algorithms
    • Result parsing and integration back to LINE
    • Support for complex software system models

    Requirements: This solver requires the 'lqns' and 'lqsim' command-line tools to be installed and available in the system PATH. Tools can be obtained from: http://www.sce.carleton.ca/rads/lqns/

    Since:

    1.0