4 #include "instance/solution.hpp"
11 #define RES_UNIT_HEIGHT 40
12 #define TIME_UNIT_WIDTH 40
17 Visualizer(
const Solution &solution);
20 void write(std::string filename);
26 cairo_surface_t *surface;
29 std::map<unsigned int, std::map<unsigned int, double>> baselines;
30 std::vector<double> field_height;
37 void compute_lengths();
38 void draw_field(
unsigned int res_id);
39 std::map<unsigned int, double> arrange_heights(
unsigned int res_id);