OptimisationProblem/Utils.cpp
2023-07-17 01:19:10 +03:00

8 lines
141 B
C++

#include "Utils.h"
//inline bool Utils::exists(const char* path)
//{
// struct stat buffer;
// return (stat(path, &buffer) == 0);
//}