Antares Simulator
Power System Simulator
Antares::Optimisation::LinearConstraint Struct Reference

#include <ReadLinearConstraintVisitor.h>

Public Attributes

Antares::Optimization::TimeDependentLinearExpression coef_per_var
 
std::vector< double > lb
 
std::vector< double > ub
 

Detailed Description

Linear Constraint Represents a linear constraint in an optimization problem. It is fully defined by:

  • a Linear Expression (defined by an offset and non-zero variable coefficients)
  • a lower and an upper bounds

The documentation for this struct was generated from the following file: