Class PermExample

java.lang.Object
jline.lib.perm.PermExample

public final class PermExample extends Object
Example usage of the permanent computation algorithms. This example demonstrates: 1. Creating a test matrix 2. Computing permanent using different algorithms 3. Comparing results and performance Note: This is a demo entry point. The Java port depends on translations of NaivePermanent, RyzerPermanent, BethePermanent, AdaPartSampler, HuberLawSampler, and NetworkNoThink which are not part of this batch.
  • Method Details

    • main

      public static void main(String[] args)