diff --git a/.gitignore b/.gitignore index 10916f9bf0053f5fae370f061d96a65bcc77e6fe..b3b9ebfcabf4c4e80338df10008dfa73cbe40cce 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,5 @@ out/* Conversion.iml .idea/dictionaries/Vlad_kv.xml +test/result.txt +test/out_1.mzn diff --git a/test/simple_shortest_path.ipp b/test/simple_shortest_path.ipp new file mode 100644 index 0000000000000000000000000000000000000000..1bde80ff153fcfa3119dc9dcded40da673676d06 --- /dev/null +++ b/test/simple_shortest_path.ipp @@ -0,0 +1,49 @@ +Cargoes +0; Груз1 +Berths +1;Raid +2;Pier 1 +3;Pier 2 +4;Pier 3 +5;Pier 4 +6;Pier 5 +7;Pier 6 +Storages +Bunkers +Tows +Loading Equipments +Transport Ships +11;Ship 1;0.0 +12;Ship 2;0.0 + +Templates +101;mov;[];11;1;4;[];3.0 +102;mov;[];11;1;2;[];4.0 +103;mov;[];11;1;5;[];10.0 +104;mov;[];11;2;3;[];9.0 +105;mov;[];11;3;1;[];5.0 +106;mov;[];11;4;6;[];2.0 +107;mov;[];11;5;6;[];1.0 +108;mov;[];11;6;3;[];7.0 +109;mov;[];11;6;7;[];5.0 +110;mov;[];11;7;3;[];3.0 + +Cargo Flows +Initial Vessel State +11;1 +12;1 +Initial Storage State +0;11;0.0 +0;12;0.0 +Final Vessel State +11;3 +12;1 +Final Storage State +0;11;0.0 +0;12;0.0 + +Task Properties +30.0;0 + +Solution +12.0