Interface ConstraintChecker

All Known Implementing Classes:
ConstraintCheckerImpl

public interface ConstraintChecker
Interface for constraint checks of Objectives.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Calculates the constraint violation of Objectives.
    boolean
    Checks, if Objectives is feasible.
  • Method Details

    • isFeasible

      boolean isFeasible(Objectives o)
      Checks, if Objectives is feasible.
      Parameters:
      o - the objectives to check
      Returns:
      the feasibility
    • getConstraintViolation

      double getConstraintViolation(Objectives o)
      Calculates the constraint violation of Objectives.
      Parameters:
      o - the objectives to check
      Returns:
      the amount of constraint violation