File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ List<MixedBehaviorProfile<double>> LogitBehaviorSolveWrapper(const Game &p_game,
3737 return ret;
3838}
3939
40- inline List <LogitQREMixedBehaviorProfile> LogitBehaviorPrincipalBranchWrapper (const Game &p_game,
40+ inline std::list <LogitQREMixedBehaviorProfile> LogitBehaviorPrincipalBranchWrapper (const Game &p_game,
4141 double p_regret,
4242 double p_firstStep,
4343 double p_maxAccel)
@@ -77,7 +77,7 @@ List<MixedStrategyProfile<double>> LogitStrategySolveWrapper(const Game &p_game,
7777 return ret;
7878}
7979
80- inline List <LogitQREMixedStrategyProfile> LogitStrategyPrincipalBranchWrapper (const Game &p_game,
80+ inline std::list <LogitQREMixedStrategyProfile> LogitStrategyPrincipalBranchWrapper (const Game &p_game,
8181 double p_regret,
8282 double p_firstStep,
8383 double p_maxAccel)
You can’t perform that action at this time.
0 commit comments