From 220ecfd797115614f102025559eb7cd681cbfe96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9A=D0=B8=D1=81=D0=B5=D0=BB=D1=91=D0=B2=20=D0=92=D0=BB?= =?UTF-8?q?=D0=B0=D0=B4=D0=B8=D1=81=D0=BB=D0=B0=D0=B2?= Date: Tue, 30 Apr 2019 15:14:40 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9D=D0=BE=D0=B2=D1=8B=D0=B9=20=D1=82=D0=B5?= =?UTF-8?q?=D1=81=D1=82.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../with_typing/mixed_load_op_on_mooring.tipp | 83 +++++++++++++++++++ 1 file changed, 83 insertions(+) create mode 100644 tests/with_typing/mixed_load_op_on_mooring.tipp diff --git a/tests/with_typing/mixed_load_op_on_mooring.tipp b/tests/with_typing/mixed_load_op_on_mooring.tipp new file mode 100644 index 0000000..b4fc934 --- /dev/null +++ b/tests/with_typing/mixed_load_op_on_mooring.tipp @@ -0,0 +1,83 @@ +Typified +1 + +Cargoes +0; LNG; 0.0 + +Berths +1; Raid +2; Pier 1 + +Storages +4; Storage 1; 0; 10000.0 + +Vessel Types +1001; Тип судна1 +1002; Тип судна2 + +Bunkers + +Tows + +Loading Equipment Types + +Loading Equipments + +Transport Ships +5; Ship 1; 2000.0; 1001 +6; Ship 2; 2000.0; 1002 + +Templates +7; mov; []; 1001; 1; 2; []; 2.0 +8; mov; []; 1001; 2; 1; []; 1.0 +9; mov; []; 1002; 1; 2; []; 1.0 +10; mov; []; 1002; 2; 1; []; 1.0 +11; mrn; []; 1002; 2; []; 2.0 +12; unm; []; 1002; 2; []; 2.0 +19; loa; []; 4; 0; 1001; 2; []; 100.0; U +20; loa; []; 4; 0; 1002; 2; []; 100.0; M + +Cargo Flows + +Initial Vessel State +5; 1 +6; 1 + +Initial Storage State +0; 5; 0.0 +0; 6; 0.0 +0; 4; 10000.0 + +Final Vessel State +5; 1 +6; 1 + +Final Storage State +0; 5; 1000.0 +0; 6; 1000.0 + + +Task Properties +30.0; 0 + + +Solution +26.0 +7; R; 0.0; 2.0 (5 []) +9; R; 0.0; 1.0 (6 []) +11; R; 1.0; 2.0 (6 []) +8; R; 2.0; 1.0 (5 []) +7; R; 3.0; 2.0 (5 []) +20; R; 3.0; 10.0 (6 []) +12; R; 13.0; 2.0 (6 []) +10; R; 15.0; 1.0 (6 []) +19; R; 15.0; 10.0 (5 []) +9; R; 16.0; 1.0 (6 []) +10; R; 17.0; 1.0 (6 []) +9; R; 18.0; 1.0 (6 []) +10; R; 19.0; 1.0 (6 []) +9; R; 20.0; 1.0 (6 []) +10; R; 21.0; 1.0 (6 []) +9; R; 22.0; 1.0 (6 []) +10; R; 23.0; 1.0 (6 []) +8; R; 25.0; 1.0 (5 []) -- GitLab