Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::SurveyDesignResult Struct Reference

Result of survey design. More...

#include <net_apps.H>

Collaboration diagram for Aleph::SurveyDesignResult:
[legend]

Public Attributes

bool feasible {false}
 
std::vector< std::pair< size_t, size_t > > assignments
 (respondent, question)
 

Detailed Description

Result of survey design.

Definition at line 936 of file net_apps.H.

Member Data Documentation

◆ assignments

std::vector<std::pair<size_t, size_t> > Aleph::SurveyDesignResult::assignments

(respondent, question)

Definition at line 939 of file net_apps.H.

Referenced by Aleph::design_survey().

◆ feasible

bool Aleph::SurveyDesignResult::feasible {false}

Definition at line 938 of file net_apps.H.

Referenced by Aleph::design_survey().


The documentation for this struct was generated from the following file: