solver  1.0
Classes
KnowledgeBase.h File Reference

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"
+ Include dependency graph for KnowledgeBase.h:
+ This graph shows which files directly or indirectly include this file:

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...
 

Detailed Description

Declares the class storing the best found solutions, tuples, and information about the heuristic performance.

Author
Libor Bukata

Definition in file KnowledgeBase.h.