parQHV
Compute HyperVolumes using threads
 All Data Structures Files Functions Variables Macros
task Struct Reference

Structure that stores processable information of a task. More...

Collaboration diagram for task:

Data Fields

toolBoxb
 Pass job Id to thread. More...
 
int jid
 
taskData d
 

Detailed Description

Structure that stores processable information of a task.

Definition at line 53 of file tpool.c.

Field Documentation

toolBox* b

Pass job Id to thread.

When the task is assigned to a worker it gets a toolBox.

Definition at line 55 of file tpool.c.

int jid

Job id. What problem is being solved.

Definition at line 56 of file tpool.c.


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