// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: approximer.cc,v 1.13 2006-12-22 23:13:46 fleuret Exp $
-
#include "approximer.h"
MappingApproximer::MappingApproximer(int max_nb_weak_learners) :
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: approximer.h,v 1.6 2006-07-22 12:34:11 fleuret Exp $
-
#ifndef APPROXIMER_H
#define APPROXIMER_H
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: dummy.cc,v 1.16 2006-07-21 08:28:27 fleuret Exp $
-
#include "task.h"
#include "universe.h"
#include "manipulator.h"
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: hit_shape.cc,v 1.5 2006-07-23 21:14:42 fleuret Exp $
-
#include "task.h"
#include "universe.h"
#include "manipulator.h"
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: intelligence.cc,v 1.34 2006-12-18 15:01:09 fleuret Exp $
-
#include "intelligence.h"
Intelligence::Intelligence(Map *input,
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: intelligence.h,v 1.20 2006-07-26 06:52:30 fleuret Exp $
-
#include "map.h"
#include "approximer.h"
#include "manipulator.h"
}
void print_help_and_exit(int e) {
- cout << "$Id: main.cc,v 1.89 2007-06-16 13:51:53 fleuret Exp $" << endl;
- cout << endl;
cout << "Arguments:" << endl;
cout << " --no-window" << endl;
cout << " --nb-ticks=<int: number of ticks>" << endl;
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: map.cc,v 1.4 2006-07-26 06:53:18 fleuret Exp $
-
#include "map.h"
Map::Map() { parameters = 0; }
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: map.h,v 1.5 2006-07-26 06:53:19 fleuret Exp $
-
#ifndef MAP_H
#define MAP_H
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: misc.cc,v 1.1 2006-07-16 10:27:35 fleuret Exp $
-
#include "misc.h"
int compare_couple(const void *a, const void *b) {
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: move_square.cc,v 1.16 2006-07-21 08:44:16 fleuret Exp $
-
#include "task.h"
#include "universe.h"
#include "manipulator.h"
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: simple_window.cc,v 1.2 2007-04-24 21:22:52 fleuret Exp $
-
#include "simple_window.h"
SimpleEvent::SimpleEvent() : type(UNDEFINED) {}
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: simple_window.h,v 1.2 2007-04-24 21:22:52 fleuret Exp $
-
#ifndef SIMPLE_WINDOW_H
#define SIMPLE_WINDOW_H
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: task.cc,v 1.8 2006-07-10 15:19:06 fleuret Exp $
-
#include <iostream>
#include <dlfcn.h>
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: task.h,v 1.18 2006-12-17 19:22:19 fleuret Exp $
-
#ifndef TASK_H
#define TASK_H
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: universe.cc,v 1.88 2007-06-16 13:51:54 fleuret Exp $
-
#include "universe.h"
Universe::Universe(int nb_max_polygons,
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id: universe.h,v 1.21 2006-12-17 19:22:19 fleuret Exp $
-
#ifndef UNIVERSE_H
#define UNIVERSE_H
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id$
-
#include "variables.h"
Variables::Variables() {
// Contact <francois.fleuret@epfl.ch> for comments & bug reports //
////////////////////////////////////////////////////////////////////////////////
-// $Id$
-
#include "misc.h"
class Variables {