// compare.h


#ifndef COMPARE_H
#define COMPARE_H

#include "model.h"

bool compare(model& m1, model& m2);


#endif /* defined(COMPARE_H) */

