#include <gtsam_unstable/discrete/Scheduler.h>
#include <gtsam/base/debug.h>
#include <gtsam/base/timing.h>
#include <algorithm>
Go to the source code of this file.
Macros | |
#define | ADD_NO_CACHING |
#define | ADD_NO_PRUNING |
#define | ENABLE_TIMING |
#define | SAMPLE |
Functions | |
void | addStudent (Scheduler &s, size_t i) |
DiscreteBayesNet::shared_ptr | createSampler (size_t i, size_t slot, vector< Scheduler > &schedulers) |
Scheduler | largeExample (size_t nrStudents=NRSTUDENTS) |
int | main () |
bool | NonZero (size_t i) |
void | runLargeExample () |
void | sampleSolutions () |
void | solveStaged (size_t addMutex=2) |
Variables | |
size_t | NRSTUDENTS = 9 |
#define ADD_NO_CACHING |
Definition at line 9 of file schedulingQuals12.cpp.
#define ADD_NO_PRUNING |
Definition at line 10 of file schedulingQuals12.cpp.
#define ENABLE_TIMING |
Definition at line 8 of file schedulingQuals12.cpp.
#define SAMPLE |
Definition at line 27 of file schedulingQuals12.cpp.
DiscreteBayesNet::shared_ptr createSampler | ( | size_t | i, |
size_t | slot, | ||
vector< Scheduler > & | schedulers | ||
) |
Definition at line 203 of file schedulingQuals12.cpp.
Scheduler largeExample | ( | size_t | nrStudents = NRSTUDENTS | ) |
Definition at line 60 of file schedulingQuals12.cpp.
int main | ( | ) |
Definition at line 248 of file schedulingQuals12.cpp.
bool NonZero | ( | size_t | i | ) |
Definition at line 22 of file schedulingQuals12.cpp.
void runLargeExample | ( | ) |
Definition at line 99 of file schedulingQuals12.cpp.
void sampleSolutions | ( | ) |
Definition at line 214 of file schedulingQuals12.cpp.
void solveStaged | ( | size_t | addMutex = 2 | ) |
Definition at line 150 of file schedulingQuals12.cpp.
size_t NRSTUDENTS = 9 |
Definition at line 20 of file schedulingQuals12.cpp.