solver
1.0
|
Declares the class storing the best found solutions, tuples, and information about the heuristic performance. More...
#include <algorithm>
#include <atomic>
#include <cassert>
#include <list>
#include <mutex>
#include <queue>
#include <set>
#include <vector>
#include <utility>
#include "RoboticLine.h"
#include "Solution/Solution.h"
#include "Shared/PrecalculatedMapping.h"
#include "HeuristicSolver/DataStructures.h"
Go to the source code of this file.
Classes | |
class | KnowledgeBase |
Protected access to the shared data of the threads of the parallel heuristic. More... | |
Declares the class storing the best found solutions, tuples, and information about the heuristic performance.
Definition in file KnowledgeBase.h.