Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Maxime POULAIN
OAD - TP2
Commits
adb9aefe
Commit
adb9aefe
authored
Nov 05, 2021
by
Maxime
Browse files
fix ft06
parent
f76671e3
Changes
3
Hide whitespace changes
Inline
Side-by-side
Code/JobShop/JobShop.vcxproj
View file @
adb9aefe
...
...
@@ -116,7 +116,7 @@
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Debug|x64'"
>
<LinkIncremental>
true
</LinkIncremental>
<TargetExt>
.
dll
</TargetExt>
<TargetExt>
.
exe
</TargetExt>
</PropertyGroup>
<PropertyGroup
Condition=
"'$(Configuration)|$(Platform)'=='Release|x64'"
>
<LinkIncremental>
false
</LinkIncremental>
...
...
Code/JobShop/ft06.txt
View file @
adb9aefe
6 6
-1
6 6
2 1 0 3 1 6 3 7 5 3 4 6
1 8 2 5 4 10 5 10 0 10 3 4
2 5 3 4 5 8 0 9 1 1 4 7
...
...
Code/JobShop/main.cpp
View file @
adb9aefe
...
...
@@ -13,7 +13,7 @@ int main() {
srand
(
21058465
);
t_graphe
graph
;
graph
=
gestionGraph
::
lecture_fichier
(
"
la01
.txt"
);
graph
=
gestionGraph
::
lecture_fichier
(
"
ft06
.txt"
);
solution_t
sol
;
bierwirth
v
=
bierwirth_t
::
generateVector
(
graph
.
nb_pieces
,
graph
.
nb_machines
);
...
...
Write
Preview
Supports
Markdown
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