|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
Survey respondent with constraints. More...
#include <net_apps.H>
Public Attributes | |
| size_t | id |
| int | min_questions |
| Minimum questions to answer. | |
| int | max_questions |
| Maximum questions can answer. | |
| std::vector< size_t > | eligible_questions |
| Questions this respondent can answer. | |
Survey respondent with constraints.
Definition at line 925 of file net_apps.H.
| std::vector<size_t> Aleph::SurveyRespondent::eligible_questions |
Questions this respondent can answer.
Definition at line 930 of file net_apps.H.
| size_t Aleph::SurveyRespondent::id |
Definition at line 927 of file net_apps.H.
| int Aleph::SurveyRespondent::max_questions |
Maximum questions can answer.
Definition at line 929 of file net_apps.H.
| int Aleph::SurveyRespondent::min_questions |
Minimum questions to answer.
Definition at line 928 of file net_apps.H.