CPLEX cpxaircrew: Difference between revisions

From TomWiki
Jump to navigationJump to search
(Created page with "{{Part Of Manual|title=the CPLEX Manual|link=CPLEX}} ==Purpose== Test of an air-crew schedule generation problem. ==Calling Syntax== <pre> cpxaircrew </pre> ==Glob...")
 
 
Line 22: Line 22:
==Description==
==Description==


Test of an air-crew schedule generation problem. Based on D.M.Ryan, Airline Industry, Encyclopedia of Operations Research and Management Science. Two subfunctions are used (defined at the end of the ''cpxaircrew.m ''file): The function ''generateT oDs ''create ToDs, i.e. Tours of Duty.  The function ''sectordata ''generates some test data.
Test of an air-crew schedule generation problem. Based on D.M.Ryan, Airline Industry, Encyclopedia of Operations Research and Management Science. Two subfunctions are used (defined at the end of the ''cpxaircrew.m ''file): The function ''generateToDs ''create ToDs, i.e. Tours of Duty.  The function ''sectordata ''generates some test data.


==M-files  Used==
==M-files  Used==


''abc2gap.m'', ''cplex.m''
''abc2gap.m'', ''cplex.m''

Latest revision as of 12:27, 15 August 2011

Notice.png

This page is part of the CPLEX Manual. See CPLEX.

Purpose

Test of an air-crew schedule generation problem.

Calling Syntax

cpxaircrew

Global Parameters Used

Parameter Description
MAX_x Maximal number of x elements printed in output statements. Default 20.
MAX_c Maximal number of constraint elements printed in output statements. Default 20.

Description

Test of an air-crew schedule generation problem. Based on D.M.Ryan, Airline Industry, Encyclopedia of Operations Research and Management Science. Two subfunctions are used (defined at the end of the cpxaircrew.m file): The function generateToDs create ToDs, i.e. Tours of Duty. The function sectordata generates some test data.

M-files Used

abc2gap.m, cplex.m