coco::model::model::lincoeff_visitor_st Struct Reference
#include <model.hpp>
List of all members.
Detailed Description
This is the visitor data of the
model::lincoeff_visitor visitor.
Definition at line 2091 of file model.hpp.
Member Data Documentation
the coefficents of the linear function
Definition at line 2095 of file model.hpp.
double* coco::model::model::lincoeff_visitor_st::constant |
the constant of the linear function
Definition at line 2097 of file model.hpp.
int coco::model::model::lincoeff_visitor_st::in_nlin |
marker for non-linear parts
Definition at line 2103 of file model.hpp.
double coco::model::model::lincoeff_visitor_st::mm_help |
const model* coco::model::model::lincoeff_visitor_st::mod |
unsigned int coco::model::model::lincoeff_visitor_st::n |
int coco::model::model::lincoeff_visitor_st::old_nlin |
old marker for non-linear parts
Definition at line 2102 of file model.hpp.
double coco::model::model::lincoeff_visitor_st::old_trans |
the old scaling factor
Definition at line 2098 of file model.hpp.
const std::vector<interval>* coco::model::model::lincoeff_visitor_st::ranges |
the ranges of all nodes
Definition at line 2094 of file model.hpp.
double coco::model::model::lincoeff_visitor_st::trans |
The documentation for this struct was generated from the following file: