From 7098b57774d63cd5b3fa2bada4cbc2003154db55 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: Thu, 28 Mar 2019 20:35:17 +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 --- tests/without_typing/TwoTransports.ipp | 46 ++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 tests/without_typing/TwoTransports.ipp diff --git a/tests/without_typing/TwoTransports.ipp b/tests/without_typing/TwoTransports.ipp new file mode 100644 index 0000000..f486548 --- /dev/null +++ b/tests/without_typing/TwoTransports.ipp @@ -0,0 +1,46 @@ +Cargoes +83; Груз1 + +Berths +86; Рейд + +Storages +89; Хранилище1; 83; 1000.0 + +Bunkers +Tows +Loading Equipments +Transport Ships +101; Судно1; 1000000.0 +102; Судно2; 1000000.0 + +Templates +1;mrn;[]; 101; 86; []; 1.0 +2;unm;[]; 101; 86; []; 1.0 +3;loa;[]; 101; 83; 89; 88; []; 10.0; M + +4;mrn;[]; 102; 86; []; 1.0 +5;unm;[]; 102; 86; []; 1.0 +6;loa;[]; 102; 83; 89; 88; []; 10.0; M + +Cargo Flows +Initial Vessel State +101; 86 +102; 86 + +Initial Storage State +83; 89; 100.0 +83; 101; 10.0 +83; 102; 10.0 + +Final Vessel State +Final Storage State +83; 101; 0.0 +83; 102; 0.0 + +Task Properties +20.0;0 + +Solution +6.0 + -- GitLab