Interface Optimisation.Integration<M extends Optimisation.Model,​S extends Optimisation.Solver>

    • Method Detail

      • build

        S build​(M model)
        An integration must be able to instantiate a solver that can handle (any) model instance.
      • extractSolverState

        Optimisation.Result extractSolverState​(M model)
        Extract state from the model and convert it to solver state.
      • isCapable

        boolean isCapable​(M model)
        Returns:
        true if this solver (integration) can handle the input model