Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ examples/ cpp/

operations_research::JobShopData::Task Struct Reference

A task is the basic block of a jobshop. More...

#include <jobshop.h>

List of all members.

Public Member Functions

 Task (int j, int m, int d)

Public Attributes

int job_id
int machine_id
int duration


Detailed Description

A task is the basic block of a jobshop.

Definition at line 55 of file jobshop.h.


Constructor & Destructor Documentation

operations_research::JobShopData::Task::Task ( int  j,
int  m,
int  d 
) [inline]

Definition at line 56 of file jobshop.h.


Member Data Documentation

Definition at line 57 of file jobshop.h.

Definition at line 58 of file jobshop.h.

Definition at line 59 of file jobshop.h.


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