indigoX
astar_optimisation.hpp File Reference
#include "../../graph/assignment.hpp"
#include "assigner.hpp"
#include <boost/dynamic_bitset/dynamic_bitset.hpp>
#include <algorithm>
#include <cstdint>
#include <queue>
+ Include dependency graph for astar_optimisation.hpp:

Go to the source code of this file.

Classes

class  IXAStarOptimisation
 
class  PriorityQueue
 
struct  QueueItem
 
struct  IXAStarOptimisation::Settings
 

Namespaces

 indigox
 Namespace for all graph related functionality.
 
 indigox::algorithm
 

Typedefs

using LocMask = boost::dynamic_bitset<>
 
using queue_t = std::priority_queue< QueueItem, std::vector< QueueItem >, std::greater< QueueItem > >