Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
Conversion
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Vladislav Kiselev
Conversion
Commits
b5d74a62
Commit
b5d74a62
authored
Nov 12, 2018
by
Vladislav Kiselev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
test on shortest path
parent
e43ed078
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
51 additions
and
0 deletions
+51
-0
.gitignore
.gitignore
+2
-0
test/simple_shortest_path.ipp
test/simple_shortest_path.ipp
+49
-0
No files found.
.gitignore
View file @
b5d74a62
...
@@ -2,3 +2,5 @@
...
@@ -2,3 +2,5 @@
out/*
out/*
Conversion.iml
Conversion.iml
.idea/dictionaries/Vlad_kv.xml
.idea/dictionaries/Vlad_kv.xml
test/result.txt
test/out_1.mzn
test/simple_shortest_path.ipp
0 → 100644
View file @
b5d74a62
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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment