23 #ifndef __PORTFOLIO_H__
24 #define __PORTFOLIO_H__
51 const std::string testTypeStrings[MAX_TESTTYPE] = {
73 const std::string DPTypeStrings[MAX_DPTYPE] = {
95 extern const Choice portfolio_table[max_k - 2][max_k + 1][max_k + 1];
98 bool portfolioChoice (
int k,
int t,
int h,
99 TestType &testType, DPType &dpType,
int &gord);
Definition: portfolio.h:86