Class NCRunner

java.lang.Object
jline.solvers.nc.NCRunner

public class NCRunner extends Object
  • Field Details

  • Constructor Details

    • NCRunner

      public NCRunner(SolverNC solver)
  • Method Details

    • run

      public SolverResult run()
      runAnalyzer() method from LINE. This method is used to run the solver on the given network. It returns the performance measures corresponding to the given network. The method is called from the SolverNC class.
      Returns:
      - the performance measures corresponding to the given network