Skip to content
Snippets Groups Projects

Draft: Resolve "Implementation of new nodes creation"

Open Joan Vallvé Navarro requested to merge 454-implementation-of-new-nodes-creation into devel
1 file
+ 7
7
Compare changes
  • Side-by-side
  • Inline
@@ -160,15 +160,15 @@ class LandmarkBase : public NodeStateBlocks
@@ -160,15 +160,15 @@ class LandmarkBase : public NodeStateBlocks
std::ostream& stream,
std::ostream& stream,
std::string _tabs = "") const;
std::string _tabs = "") const;
void print(int depth, //
virtual void print(int depth, //
bool factored_by, //
bool factored_by, //
bool metric, //
bool metric, //
bool state_blocks,
bool state_blocks,
std::ostream& stream = std::cout,
std::ostream& stream = std::cout,
std::string _tabs = "") const;
std::string _tabs = "") const;
virtual CheckLog localCheck(bool _verbose, std::ostream& _stream, std::string _tabs = "") const;
virtual CheckLog localCheck(bool _verbose, std::ostream& _stream, std::string _tabs = "") const;
bool check(CheckLog& _log, bool _verbose, std::ostream& _stream, std::string _tabs = "") const;
virtual bool check(CheckLog& _log, bool _verbose, std::ostream& _stream, std::string _tabs = "") const;
private:
private:
void setMap(const MapBasePtr _map_ptr);
void setMap(const MapBasePtr _map_ptr);
Loading