#ifndef _model_h
#define _model_h

#include "tool.h"

void setupModel(void);
void model(float *cost, float *att, float m[]);

#endif
