Interface Optimisation.Model

All Superinterfaces:
Optimisation
All Known Implementing Classes:
ExpressionsBasedModel
Enclosing interface:
Optimisation

public static interface Optimisation.Model extends Optimisation
  • Method Details

    • dispose

      default void dispose()
      Cleanup when a model instance is no longer needed.
    • maximise

    • minimise

    • validate

      boolean validate()
      Returns:
      true If eveything is ok. false The model is structurally ok, but the "value" breaks constraints - the solution is infeasible.