Modular Megafauna Model 1.1.5
A physiological, dynamic herbivore simulator in C++.
Loading...
Searching...
No Matches
demo_simulator.cpp File Reference

A minimal program to show how to use the megafauna library. More...

#include "demo_simulator.h"
#include <cassert>
#include <cfloat>
#include <climits>
#include <iostream>
#include "cpptoml.h"
#include "megafauna.h"

Functions

int main (int argc, char *argv[])
 Run the demo simulation with parameters read from instruction file. More...
 

Detailed Description

A minimal program to show how to use the megafauna library.

Date
2019

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Run the demo simulation with parameters read from instruction file.