| 63 | } |
| 64 | |
| 65 | bool problem_cache::has(const std::string& name, const value& problem) const |
| 66 | { |
| 67 | return contains(cache, create_key(name, problem)); |
| 68 | } |
| 69 | |
| 70 | void problem_cache::insert(const std::string& name, const value& problem, const value& solution) |
| 71 | { |