CMR  1.3.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
DecompositionTask Struct Reference

#include <seymour_internal.h>

Public Attributes

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

Member Data Documentation

◆ next

struct DecompositionTask* DecompositionTask::next

Next task in queue.

◆ node

CMR_SEYMOUR_NODE* DecompositionTask::node

Decomposition node that shall be processed.

◆ params

CMR_SEYMOUR_PARAMS* DecompositionTask::params

Parameters for the computation.

◆ startClock

clock_t DecompositionTask::startClock

Clock for the start time.

◆ stats

CMR_SEYMOUR_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: