Marc Kuo

Results 17 issues of Marc Kuo

[read-cvrp.lisp](https://github.com/mck-/Open-VRP/blob/master/lib/read-cvrp.lisp) can only read CVRP files from [TSPLIB](http://comopt.ifi.uni-heidelberg.de/software/TSPLIB95/DOC.PS). It'd be great if it could read TSP, VRP, VRPTW etc using the same format. Currently, the code assumes a demand_section, so...

feature

Profile results of Tabu Search on solomon100 with 300 iterations (Tue 13 Mar, 2012) (Open-VRP v 0.5 -- Intel(R) Core(TM) i5 CPU M 520 @ 2.40GHz -- 4GB) ``` seconds...

efficiency

Since Open-VRP uses sb-mop, it most likely won't work on other implementations.

bug
feature

Currently only supports Solomon style. Add your favorites!

feature

- new classes - new insertion-moves - new TS moves - new fitness func - new constraintsp func - new test-case reader for Li & Lim benchmark data - extend...

feature

when loading 25 customer solomon test-case, the coords for plotting seems to be off (using only 1 quarter of the canvas). Some calculation in util/draw-solution.lisp is not correct.

bug
esthetics

Destroying the game when people disconnect is a feature to avoid polluting FB.. but when connection gets dropped mid-game, it sucks. Especially on mobile, when the phone screen turns off,...

When 2 people click online game at the same time

bug

Behaviour is undefined at the moment..

bug

Hi, I'm trying to build a skeleton [Caveman](https://github.com/fukamachi/caveman) app with the following: ``` (caveman.skeleton:generate #p"~/Lisp/test") ``` ``` buildapp --output test-build \ --asdf-tree ~/quicklisp/dists/quicklisp/software/ \ --asdf-path ~/Lisp/test/ --load-system test \ --entry...