Applied the changes which somehow vanished during my last merge. Thanks goes
to Marci for noticing this. In detail:
- added amsmath and amssymb latex packages for latex documentation
- src/demo is also scanned for doxygen input files
7 double getCost() { return 10.0; }
14 SimAnn<MyEntity> simann;
15 SimpleController ctrl;
16 simann.setController(ctrl);
18 simann.setEntity(ent);
22 SimAnn<MyEntity> simann2;
23 AdvancedController ctrl2(10.0);
24 simann2.setController(ctrl2);
26 simann2.setEntity(ent2);