problem_evaluation_time.hpp
Go to the documentation of this file.
1 #pragma once
2 #include "pass_bits/problem.hpp"
3 
4 namespace pass
5 {
14 double problem_evaluation_time(const pass::problem &problem);
15 
16 } // namespace pass
Definition: problem.hpp:20
double problem_evaluation_time(const pass::problem &problem)
Definition: problem_evaluation_time.cpp:4
Definition: adaptive_parameter_search.hpp:5