Class SolverMVA


public class SolverMVA extends NetworkSolver
  • Constructor Details

  • Method Details

    • getFeatureSet

      public static FeatureSet getFeatureSet()
      Returns the feature set supported by the MVA solver
      Returns:
      - the feature set supported by the MVA solver
    • supports

      public static boolean supports(Network model)
      Checks whether the given model is supported by the MVA solver
      Parameters:
      model - - the network model
      Returns:
      - true if the model is supported, false otherwise
    • defaultOptions

      public static SolverOptions defaultOptions()
    • getStruct

      public NetworkStruct getStruct()
    • setStruct

      public void setStruct(NetworkStruct sn)
    • runAnalyzer

      public void runAnalyzer() throws IllegalAccessException
      Specified by:
      runAnalyzer in class Solver
      Throws:
      IllegalAccessException