OptimisationProblem/Utils.cpp

8 lines
141 B
C++
Raw Normal View History

2023-07-17 00:19:10 +02:00
#include "Utils.h"
//inline bool Utils::exists(const char* path)
//{
// struct stat buffer;
// return (stat(path, &buffer) == 0);
//}