LAMA
|
#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) |