Generated on Mon Aug 25 11:35:45 2008 for Gecode by doxygen 1.5.6

cpltset.cc File Reference

(Revision: 6155)

#include "test/cpltset.hh"
#include "gecode/int.hh"
#include "gecode/iter.hh"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  Test
namespace  Test::CpltSet

Classes

class  Test::CpltSet::CpltSetTestSpace
 Space for executing CpltSet tests. More...

Defines

#define CHECK_TEST(T, M)
 Check the test result and handle failed test.
#define START_TEST(T)
 Start new test.


Define Documentation

#define CHECK_TEST ( T,
 ) 

Value:

if (opt.log)                                                    \
  olog << ind(3) << "Check: " << (M) << std::endl;              \
if (!(T)) {                                                     \
  problem = (M); delete s; goto failed;                         \
}
Check the test result and handle failed test.

Definition at line 48 of file cpltset.cc.

#define START_TEST (  ) 

Value:

if (opt.log) {                                                \
     olog.str("");                                              \
     olog << ind(2) << "Testing: " << (T) << std::endl;         \
  }                                                             \
  test = (T);
Start new test.

Definition at line 56 of file cpltset.cc.