A class to give details to an individual constraint. More...
#include "us_constraints.h"
Public Attributes | |
bool | fit |
A flag to indicate if this parameter shoul dbe it or not. More... | |
double | low |
Low value of the constraint. More... | |
double | high |
High value of the constraint. More... | |
A class to give details to an individual constraint.
Definition at line 15 of file us_constraints.h.
bool US_Constraints::Constraint::fit |
A flag to indicate if this parameter shoul dbe it or not.
Definition at line 18 of file us_constraints.h.
double US_Constraints::Constraint::high |
High value of the constraint.
Definition at line 20 of file us_constraints.h.
double US_Constraints::Constraint::low |
Low value of the constraint.
Definition at line 19 of file us_constraints.h.