BALL
1.4.79
|
#include <BALL/STRUCTURE/BONDORDERS/AStarBondOrderStrategy.h>
Classes | |
struct | Default |
struct | Heuristic |
struct | Option |
Option names. More... | |
Public Member Functions | |
AStarBondOrderStrategy (AssignBondOrderProcessor *parent) | |
virtual | ~AStarBondOrderStrategy () |
virtual void | clear () |
virtual void | init () |
virtual bool | readOptions (const Options &options) |
virtual void | setDefaultOptions () |
virtual boost::shared_ptr < BondOrderAssignment > | computeNextSolution () |
Public Member Functions inherited from BALL::BondOrderAssignmentStrategy | |
BondOrderAssignmentStrategy (AssignBondOrderProcessor *parent) | |
Protected Attributes | |
PartialBondOrderAssignment::HEURISTIC_INDEX | heuristic_index_ |
The chosen heuristic. More... | |
std::priority_queue < PartialBondOrderAssignment > | queue_ |
int | step_ |
The priority queue. More... | |
Additional Inherited Members | |
Public Attributes inherited from BALL::BondOrderAssignmentStrategy | |
AssignBondOrderProcessor * | abop |
Our parent processor. More... | |
AStar algorithm for bond order assignment.
This class implements an AStar approach for the bond order assignment problem that can be used by the AssignBondOrderProcessor .
Definition at line 30 of file AStarBondOrderStrategy.h.
BALL::AStarBondOrderStrategy::AStarBondOrderStrategy | ( | AssignBondOrderProcessor * | parent | ) |
|
virtual |
|
virtual |
Reimplemented from BALL::BondOrderAssignmentStrategy.
Reimplemented in BALL::BranchAndBoundBondOrderStrategy, and BALL::KGreedyBondOrderStrategy.
|
virtual |
Implements BALL::BondOrderAssignmentStrategy.
Reimplemented in BALL::BranchAndBoundBondOrderStrategy, and BALL::KGreedyBondOrderStrategy.
|
virtual |
Implements BALL::BondOrderAssignmentStrategy.
Reimplemented in BALL::BranchAndBoundBondOrderStrategy, and BALL::KGreedyBondOrderStrategy.
Reimplemented from BALL::BondOrderAssignmentStrategy.
Reimplemented in BALL::BranchAndBoundBondOrderStrategy, and BALL::KGreedyBondOrderStrategy.
|
virtual |
Reimplemented from BALL::BondOrderAssignmentStrategy.
Reimplemented in BALL::BranchAndBoundBondOrderStrategy, and BALL::KGreedyBondOrderStrategy.
|
protected |
The chosen heuristic.
Definition at line 78 of file AStarBondOrderStrategy.h.
|
protected |
Definition at line 80 of file AStarBondOrderStrategy.h.
|
protected |
The priority queue.
Definition at line 85 of file AStarBondOrderStrategy.h.