push_ants done need to test

done all mechanism to display ants moving in the graph
still need testing
still need norming
This commit is contained in:
Tanguy MAZE
2019-04-06 14:03:22 +02:00
parent c36f501b08
commit ae93873452
3 changed files with 19 additions and 49 deletions

View File

@@ -6,7 +6,7 @@
# By: tmaze <tmaze@student.42.fr> +#+ +:+ +#+ #
# +#+#+#+#+#+ +#+ #
# Created: 2019/03/27 16:51:02 by tmaze #+# #+# #
# Updated: 2019/04/05 15:14:01 by tmaze ### ########.fr #
# Updated: 2019/04/06 13:46:23 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -36,13 +36,14 @@ OBJDIR = objs
INCDIR = includes libft/includes
# Source files
SRC = lm_parser.c \
lm_mem_utils.c \
lm_graph_utils.c \
SRC = lm_parser.c \
lm_mem_utils.c \
lm_graph_utils.c \
lm_check_errors.c \
bfs.c \
lst_ind.c \
edmunds_karp.c \
bfs.c \
lst_ind.c \
edmunds_karp.c \
push_ants.c \
# lem_in.c