Generated on Tue May 22 09:40:31 2018 for Gecode by doxygen 1.6.3

int.cpp File Reference

#include "test/int.hh"
#include <algorithm>

Go to the source code of this file.

Namespaces

namespace  Test
 

General test support.


namespace  Test::Int
 

Testing finite domain integers.


Defines

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

Functions

std::ostream & operator<< (std::ostream &os, const Test::Int::Assignment &a)

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 439 of file int.cpp.

#define START_TEST (  ) 
Value:
if (opt.log) {                                                \
     olog.str("");                                              \
     olog << ind(2) << "Testing: " << (T) << std::endl;         \
  }                                                             \
  test = (T);

Start new test.

Definition at line 447 of file int.cpp.


Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Test::Int::Assignment a 
)

Definition at line 81 of file int.cpp.