Class ENV


public class ENV extends SolverENV
ENV is an alias for SolverENV (Ensemble environment solver).
  • Constructor Details

    • ENV

      public ENV(Environment renv, NetworkSolver[] solvers)
    • ENV

      public ENV(Environment renv, NetworkSolver[] solvers, SolverOptions options)
    • ENV

      public ENV(Environment renv, SolverFactory factory)
      Creates an ENV solver from a factory that produces an inner solver for each stage sub-model.
      Parameters:
      renv - the random-environment model
      factory - a factory mapping a stage model to its inner solver
    • ENV

      public ENV(Environment renv, SolverFactory factory, SolverOptions options)
      Creates an ENV solver from a per-stage solver factory, with options.
      Parameters:
      renv - the random-environment model
      factory - a factory mapping a stage model to its inner solver
      options - the solver options