![]() |
User Manual, Developers Guide and API Documentation |
![]() |
#include <scheduler/grouper/SINRHeuristic.hpp>


Public Member Functions | |
| SINRHeuristic (const wns::pyconfig::View &config) | |
| ~SINRHeuristic () | |
Private Member Functions | |
| float | getTPfromTreeLevel (TreeLevel level, std::map< UserSet, float > &groupTP) |
| float | groupingUtility (UserSet group, UserSet newGroup, ModeType mode) |
| Grouping | treeAlgorithm (const UserSet activeUsers, unsigned int maxBeams, ModeType mode) |
Definition at line 34 of file SINRHeuristic.hpp.
| SINRHeuristic::SINRHeuristic | ( | const wns::pyconfig::View & | config | ) |
Definition at line 39 of file SINRHeuristic.cpp.
| wns::scheduler::grouper::SINRHeuristic::~SINRHeuristic | ( | ) | [inline] |
Definition at line 40 of file SINRHeuristic.hpp.
| float SINRHeuristic::getTPfromTreeLevel | ( | TreeLevel | level, | |
| std::map< UserSet, float > & | groupTP | |||
| ) | [private] |
Definition at line 72 of file SINRHeuristic.cpp.
Definition at line 45 of file SINRHeuristic.cpp.
| Grouping SINRHeuristic::treeAlgorithm | ( | const UserSet | activeUsers, | |
| unsigned int | maxBeams, | |||
| ModeType | mode | |||
| ) | [private, virtual] |
Implements wns::scheduler::grouper::TreeBasedGrouper.
Definition at line 86 of file SINRHeuristic.cpp.
1.5.5