Utopia
2
Framework for studying models of complex & adaptive systems.
|
#include <assert.h>
#include <iostream>
#include <boost/test/unit_test.hpp>
#include "../Environment.hh"
#include "../env_param_func_collection.hh"
#include "../env_state_func_collection.hh"
Classes | |
struct | EnvParam |
A non-abstract EnvParam, derived from the base class. More... | |
struct | EnvCellState |
A non-abstract EnvCellState, derived from the base class. More... | |
Functions | |
template<typename T > | |
void | assert_eq (T arg1, T arg2, const double epsilon=1e-12) |
template<typename Model > | |
void | test_add_env_func (Model &model) |
int | main () |
void assert_eq | ( | T | arg1, |
T | arg2, | ||
const double | epsilon = 1e-12 |
||
) |
int main | ( | ) |
void test_add_env_func | ( | Model & | model | ) |