#include <Constraint.h>
|
virtual bool | ShouldNotGenerate (const state &start, const state &parent, const state ¤t, double gCost, const state &goal) const =0 |
|
template<class state>
class Constraint< state >
Definition at line 13 of file Constraint.h.
◆ ShouldNotGenerate()
template<class state >
virtual bool Constraint< state >::ShouldNotGenerate |
( |
const state & |
start, |
|
|
const state & |
parent, |
|
|
const state & |
current, |
|
|
double |
gCost, |
|
|
const state & |
goal |
|
) |
| const |
|
pure virtual |
The documentation for this class was generated from the following file: