File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed
Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -650,8 +650,6 @@ namespace Gecode { namespace Search {
650650 virtual Statistics statistics (void ) const ;
651651 // / Check whether engine has been stopped
652652 virtual bool stopped (void ) const ;
653- // / Reset engine to restart at space \a s (does nothing)
654- virtual void reset (Space* s);
655653 // / Return no-goods (the no-goods are empty)
656654 virtual NoGoods& nogoods (void );
657655 // / Destructor
@@ -712,14 +710,6 @@ namespace Gecode {
712710 public:
713711 // / Initialize engine for space \a s and options \a o
714712 BAB (T* s, const Search::Options& o=Search::Options::def);
715- // / Return next better solution (NULL, if none exists or search has been stopped)
716- T* next (void );
717- // / Return statistics
718- Search::Statistics statistics (void ) const ;
719- // / Check whether engine has been stopped
720- bool stopped (void ) const ;
721- // / Return no-goods
722- NoGoods& nogoods (void );
723713 };
724714
725715 /* *
You can’t perform that action at this time.
0 commit comments