Package jline.lib.perm


package jline.lib.perm
Port of permanent computation algorithms for matrix permanents.

This package provides efficient algorithms for computing matrix permanents, which are used in certain queueing network calculations.

Since:
LINE 2.0
  • Classes
    Class
    Description
    Sampling method to approximate the permanent using Adaptive Partitioning (AdaPart).
    Implementation of Sum Product Algorithm (SPA) to approximate the Bethe permanent.
    Heuristic approximation to the permanent of a positive matrix.
    Sampling method to approximate the permanent using the Huber-Law bound.
    Implementation of the naive exact permanent computation.
    Queueing network model without think time.
    Triple of (probability, computation time, memory usage).
    Queueing network model with think time.
    Implementation of the MATLAB perm.m permanent computation algorithm.
    Example usage of the permanent computation algorithms.
    Abstract base class for permanent computation solvers.
    Top-level utilities for the queueing-network permanent computations.
    Implementation of Ryzer's algorithm to calculate the permanent.