graph_to_eps mission accomplished.
- lemon/graph_to_eps.h header created
- lemon/bezier.h: Tools to compute with bezier curves (unclean and undocumented
interface, used internally by graph_to_eps.h)
- demo/graph_to_eps_demo.cc: a simple demo for lemon/graph_to_eps.h
7 double getCost() { return 10.0; }
13 SimAnn<MyEntity> simann;
14 SimpleController ctrl;
15 simann.setController(ctrl);
17 simann.setEntity(ent);
20 SimAnn<MyEntity> simann2;
21 AdvancedController ctrl2(20.0);
22 simann2.setController(ctrl2);
24 simann2.setEntity(ent2);