Antares Simulator
Power System Simulator
Loading...
Searching...
No Matches
Antares::Optimization::LinearConstraint Struct Reference

#include <ReadLinearConstraintVisitor.h>

Public Attributes

FullKeyMap coef_per_var
 
double lb = -std::numeric_limits<double>::infinity()
 
double ub = std::numeric_limits<double>::infinity()
 
unsigned int timeStep = 0
 

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: