tobiass-sdl

Results 7 comments of tobiass-sdl

I just saw ``` void HEkkPrimal::phase2UpdatePrimal(const bool initialise) { static double max_max_local_primal_infeasibility; static double max_max_ignored_violation; ``` which does not look like debug code. Is this only the parallel simplex or...

Thanks. I ran (serial) primal and dual simplex, ipx and the mip solver in parallel on a bunch of mps files with the thread sanitizer enabled. I got no findings....

It also seems that within returns always true for geographic coordinates if y == 90 or y == -90: ``` typedef boost::geometry::model::d2::point_xy Point; typedef boost::geometry::model::polygon Polygon; Polygon p; Point p1(21.0005,...

I just realized that boost geometry uses lon, lat instead the lat, lon known from GPS and other systems. Swapping x and y fixed the issue. It might be a...

Luckily I got rid of the bus stops without an overly complex layer filter. There was already a filter to filter out results with house numbers if the request does...

Yes, I can add some documentation. I'm off next week, not sure whether I get to it before the 20th.