OR software — ORSEP Operations Research Software Exchange Program Edited by Professor H.W. Hamacher GP — A C language implementation of genetic programming

Genetic Programming can find a good heuristic for a given problem. The code provided here, GP, has been written in simple ANSI C and is easier to integrate to a larger system than Koza's LISP version. Furthermore, the C code does not imitate an interpreter and, hence, it can be more efficient than its LISP counterpart.