THUKEG / saedb

the SAE platform
http://thukeg.github.com/saedb/
11 stars 19 forks source link

Implemeted Initializer #19

Closed neozhangthe1 closed 11 years ago

neozhangthe1 commented 11 years ago

@pondering it's already in ialgorithm.hpp

        virtual ~IAlgorithm() { }

        virtual void init(icontext_type& context,
                          const vertex_type& vertex) { /** NOP */ }