Skip to content

adameus03/cvrptw

Repository files navigation

Installing sdl2 and sdl2_ttf:

  1. $ sudo apt-get install libsdl2-dev
  2. $ sudo apt-get install libsdl2-ttf-dev

Preparing data from the raw_data directory and storing the preprocessed data to a newly-created data directory:

$ ./data_cooker.sh

To visualize for any file, modify the line in main.c

load_animation_for_data("../data/r101");

Customization is possible via editing the config.h header file

About

CVRPTW problem solution visualizer with SDL2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published