Class Constraint

java.lang.Object
io.openems.edge.ess.power.api.Constraint

public class Constraint extends Object
Creates a constraint with following settings:.

  • Relationship (EQ, GEQ, LEQ) as given in constructor
  • Value as given in constructor
  • Setting each coefficient, i.e.
     y = 1*p1 + 0*q1 * + 1*p2 + 0*q1 +...