#include <sys/time.h>
#include <math.h>
#include "util/version.hpp"
Go to the source code of this file.
Namespaces | |
namespace | util |
This namespace provides multiple utilitarian classes and function used in 1D and 2D partitioning algorithm (for instance as input and output). | |
Functions | |
int | util::intfactor (int x) |
finds the largest factor of a number less than its square root |