Skip to content

Commit fa98683

Browse files
author
Christian Schulte
committed
Uuups
git-svn-id: file:///Users/tack/GecodeGitMigration/gecode-svn-mirror/gecode/trunk@14439 e85b7adc-8362-4630-8c63-7469d557c915
1 parent b0f537c commit fa98683

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

gecode/search.hh

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)