testing things

thinking of how to display the ants moving and optimise by moving at
least one on each path
This commit is contained in:
Tanguy MAZE
2019-04-05 17:43:17 +02:00
parent 0a9d7b816d
commit c36f501b08
5 changed files with 144 additions and 93 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 13:54:08 by tmaze ### ########.fr #
# Updated: 2019/04/05 15:14:01 by tmaze ### ########.fr #
# #
#******************************************************************************#
@@ -43,7 +43,7 @@ SRC = lm_parser.c \
bfs.c \
lst_ind.c \
edmunds_karp.c \
# lem_in.c \
# lem_in.c
OBJ = $(SRC:.c=.o)