Interface EnvironmentFactory

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface
public interface EnvironmentFactory
Allows to choose a memory environment that is the most appropriate with regards to the model to solve
Author:
Fabien Hermenier
  • Method Summary

    Modifier and Type Method Description
    org.chocosolver.memory.IEnvironment build​(Model mo)
    Build the memory environment.
  • Method Details

    • build

      org.chocosolver.memory.IEnvironment build​(Model mo)
      Build the memory environment.
      Parameters:
      mo - the model that will be solved
      Returns:
      the memory environment