LAMA
/home/brandes/workspace/LAMA/src/lama/solver/criteria/Criterion.hpp File Reference

Criterion.hpp. More...

#include <lama/config.hpp>
#include <lama/Printable.hpp>
#include <lama/LAMATypes.hpp>
#include <logging/logging.hpp>
#include <boost/shared_ptr.hpp>
#include <ostream>

Go to the source code of this file.

Data Structures

class  lama::Criterion
 The class Criterion is the base class for all stopping criterions that we can use on a Solver. More...

Namespaces

namespace  lama
 

The namespace lama holds everything of the C++ Library lama.


Typedefs

typedef boost::shared_ptr
< Criterion > 
lama::CriterionPtr

Functions

CriterionPtr lama::operator|| (CriterionPtr a, CriterionPtr b)
CriterionPtr lama::operator&& (CriterionPtr a, CriterionPtr b)

Detailed Description

Criterion.hpp.

Author:
Kai Buschulte
Date:
21.07.2011 $Id$