Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add header files to support independent compilation of volesti headers #212

Closed
wants to merge 7 commits into from
Closed
2 changes: 1 addition & 1 deletion include/random_walks/boundary_cdhr_walk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
#define RANDOM_WALKS_BOUNDARY_CDHR_WALK_HPP

#include "sampling/sphere.hpp"

#include<cmath>
// random directions hit-and-run walk with uniform target distribution
// from boundary

Expand Down