CMR  1.3.0
Public Attributes | List of all members
DecompositionTask Struct Reference

#include <regularity_internal.h>

Public Attributes

CMR_MATROID_DECdec
 Decomposition node that shall be processed. More...
 
struct DecompositionTasknext
 Next task in queue. More...
 
CMR_REGULAR_PARAMSparams
 Parameters for the computation. More...
 
CMR_REGULAR_STATSstats
 Statistics for the computation (may be NULL). More...
 
clock_t startClock
 Clock for the start time. More...
 
double timeLimit
 Time limit to impose. More...
 

Member Data Documentation

◆ dec

CMR_MATROID_DEC* DecompositionTask::dec

Decomposition node that shall be processed.

◆ next

struct DecompositionTask* DecompositionTask::next

Next task in queue.

◆ params

CMR_REGULAR_PARAMS* DecompositionTask::params

Parameters for the computation.

◆ startClock

clock_t DecompositionTask::startClock

Clock for the start time.

◆ stats

CMR_REGULAR_STATS* DecompositionTask::stats

Statistics for the computation (may be NULL).

◆ timeLimit

double DecompositionTask::timeLimit

Time limit to impose.


The documentation for this struct was generated from the following file: