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
14436482
Commit
14436482
authored
Oct 29, 2021
by
Sinaro LY
Browse files
fix merge changes
parent
d60d6404
Changes
3
Hide whitespace changes
Inline
Side-by-side
Code/.vs/Optimisation/v16/ipch/AutoPCH/27a01f1f520b6aac/BIERWIRTH.ipch
0 → 100644
View file @
14436482
File added
Code/.vs/Optimisation/v16/ipch/AutoPCH/e375a4edd48a9321/SOLUTION.ipch
View file @
14436482
No preview for this file type
Code/JobShop/solution.cpp
View file @
14436482
...
...
@@ -112,7 +112,8 @@ solution_t evaluer(bierwirth v, t_graphe graphe) {
return
sol
;
}
void
affiche_solution
(
solution_t
sol
)
{
void
affiche_solution
(
solution_t
sol
)
{
pr_t
cour
=
sol
.
lastFather
;
int
i
=
0
;
pr_t
chemin
[
SOLUTION_MAX_SIZE
];
...
...
@@ -131,7 +132,7 @@ void affiche_solution(solution_t sol) {
cout
<<
endl
;
}
}
solution_t
genNeighbour
(
solution_t
sol
,
int
size
)
{
solution_t
new_solution
;
...
...
@@ -174,11 +175,6 @@ int sameH(solution_t sol, int* hash, int size)
return
val
;
}
void
solution
::
rechercheLocale
(
bierwirth
v
,
solution_t
&
solution
)
{
cout
<<
"duree totale : "
<<
sol
.
cost
<<
endl
;
}
/*
void grasp(solution_t* sol, t_graph graphe, int best_cost)
{
...
...
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