Generated on Thu Mar 22 10:39:47 2012 for Gecode by doxygen 1.6.3

branch.cpp File Reference

(Revision: 9975)

#include "test/branch.hh"
#include <algorithm>
#include <map>
#include <vector>
#include <iostream>
#include <gecode/kernel.hh>
#include <gecode/int.hh>
#include <gecode/set.hh>
#include <gecode/search.hh>

Go to the source code of this file.

Classes

class  Test::Branch::IntTestSpace
 Space for executing integer tests. More...
class  Test::Branch::BoolTestSpace
 Space for executing Boolean tests. More...
class  Test::Branch::SetTestSpace
 Space for executing Boolean tests. More...
class  Test::Branch::RunInfo
 Information about one test-run. More...

Namespaces

namespace  Test
 

General test support.


namespace  Test::Branch
 

Tests for branchings.


Functions

std::ostream & operator<< (std::ostream &os, const Test::Branch::RunInfo &ri)
template<class TestSpace >
int Test::Branch::solutions (TestSpace *c, Gecode::Search::Options &o)
 Find number of solutions.

Function Documentation

std::ostream& operator<< ( std::ostream &  os,
const Test::Branch::RunInfo ri 
)

Definition at line 301 of file branch.cpp.