Antares Simulator
Power System Simulator
constraints-creators.h
1 #pragma once
2 
3 #include "antares/expressions/expression.h"
4 #include "antares/expressions/nodes/ExpressionsNodes.h"
5 #include "antares/study/system-model/constraint.h"
6 
7 using namespace Antares;
8 
10 {
11  static std::vector<ModelerStudy::SystemModel::Constraint> Create(
13 };
14 
16 {
17  static std::vector<ModelerStudy::SystemModel::Constraint> Create(
19 };
Definition: constraints-creators.h:10
Definition: constraints-creators.h:16