From: <gsa...@us...> - 2010-10-18 11:37:59
|
Revision: 353 http://stdair.svn.sourceforge.net/stdair/?rev=353&view=rev Author: gsabatier Date: 2010-10-18 11:37:53 +0000 (Mon, 18 Oct 2010) Log Message: ----------- Create test for fare families Modified Paths: -------------- trunk/stdair/test/samples/demand01.csv trunk/stdair/test/samples/schedule01.csv Added Paths: ----------- trunk/stdair/test/samples/ond01.csv Modified: trunk/stdair/test/samples/demand01.csv =================================================================== --- trunk/stdair/test/samples/demand01.csv 2010-10-14 17:19:58 UTC (rev 352) +++ trunk/stdair/test/samples/demand01.csv 2010-10-18 11:37:53 UTC (rev 353) @@ -30,5 +30,5 @@ // For example, normal with mean 10.0 and standard deviation 1.0 is specified as // N, 10.0, 1.0 // -2010-02-08; SIN; BKK; Y; SIN:0.7, BKK:0.2, row:0.1; DF:0.1, DN:0.3, IF:0.4, IN:0.2; RO:0.6, RI:0.2, OW:0.2; 0:0.1, 1:0.1, 2:0.15, 3:0.15, 4:0.15, 5:0.35; P:0.01, G:0.05, S:0.15, M:0.3, N:0.49; 06:0, 07:0.1, 09:0.3, 17:0.4, 19:0.8, 20:0.95, 22:1; 100:0, 500:0.8, 2000:1; 15:0, 60:1; 330:0, 40:0.2, 20:0.6, 1:1; N, 10.0, 1.0; -2010-02-08; SIN; HND; Y; SIN:0.5, HND:0.4, row:0.1; DF:0.2, DN:0.2, IF:0.5, IN:0.1; RO:0.5, RI:0.4, OW:0.1; 1:0.9, 2:0.1; P:0.1, G:0.01, S:0.09, M:0.4, N:0.4; 06:0, 07:0.1, 09:0.8, 12:0.9, 22:1; 300:0, 800:0.8, 3000:1; 15:0, 60:1; 330:0, 1:1; N, 10.0, 2.0; +2010-02-08; SIN; BKK; Y; SIN:0.7, BKK:0.2, row:0.1; DF:0.1, DN:0.3, IF:0.4, IN:0.2; RO:0.6, RI:0.2, OW:0.2; 0:0.1, 1:0.1, 2:0.15, 3:0.15, 4:0.15, 5:0.35; L:0.002, T:0.015, Q:0.019, G:0.037, S:0.042, K:0.155, N:0.73; 06:0, 07:0.1, 09:0.3, 17:0.4, 19:0.8, 20:0.95, 22:1; 100:0, 500:0.8, 2000:1; 15:0, 60:1; 330:0, 40:0.2, 20:0.6, 1:1; N, 10.0, 1.0; +2010-02-08; SIN; HND; Y; SIN:0.5, HND:0.4, row:0.1; DF:0.2, DN:0.2, IF:0.5, IN:0.1; RO:0.5, RI:0.4, OW:0.1; 1:0.9, 2:0.1; L:0.002, T:0.015, Q:0.019, G:0.037, S:0.042, K:0.155, N:0.73; 06:0, 07:0.1, 09:0.8, 12:0.9, 22:1; 300:0, 800:0.8, 3000:1; 15:0, 60:1; 330:0, 1:1; N, 10.0, 2.0; Added: trunk/stdair/test/samples/ond01.csv =================================================================== Modified: trunk/stdair/test/samples/schedule01.csv =================================================================== --- trunk/stdair/test/samples/schedule01.csv 2010-10-14 17:19:58 UTC (rev 352) +++ trunk/stdair/test/samples/schedule01.csv 2010-10-18 11:37:53 UTC (rev 353) @@ -3,5 +3,5 @@ // ElapsedTime; LegCabins; // LegCabins: CabinCode; Capacity; // Segments: Specific; -SQ; 11; 2010-01-15; 2010-02-28; 1111111; SIN; BKK; 08:20; 11:00; 07:40; Y; 300; 0; Y; YM; -SQ; 12; 2010-01-15; 2010-02-28; 1111111; SIN; HND; 09:20; 12:00; 07:40; Y; 200; 0; Y; YM; \ No newline at end of file +SQ; 11; 2010-01-15; 2010-02-28; 1111111; SIN; BKK; 08:20; 11:00; 07:40; Y; 300; 0; Y; YM; 1; Y; 2; M; +SQ; 12; 2010-01-15; 2010-02-28; 1111111; SIN; HND; 09:20; 12:00; 07:40; Y; 200; 0; Y; YM; 1; Y; 2; M; \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |