![]() |
CMR
1.3.0
|
#include <seymour_internal.h>
Public Attributes | |
CMR_SEYMOUR_NODE * | node |
Decomposition node that shall be processed. | |
struct DecompositionTask * | next |
Next task in queue. | |
CMR_SEYMOUR_PARAMS * | params |
Parameters for the computation. | |
CMR_SEYMOUR_STATS * | stats |
Statistics for the computation (may be NULL ). | |
clock_t | startClock |
Clock for the start time. | |
double | timeLimit |
Time limit to impose. | |
struct DecompositionTask* DecompositionTask::next |
Next task in queue.
CMR_SEYMOUR_NODE* DecompositionTask::node |
Decomposition node that shall be processed.
CMR_SEYMOUR_PARAMS* DecompositionTask::params |
Parameters for the computation.
clock_t DecompositionTask::startClock |
Clock for the start time.
CMR_SEYMOUR_STATS* DecompositionTask::stats |
Statistics for the computation (may be NULL
).
double DecompositionTask::timeLimit |
Time limit to impose.