kangaroo  1.0
the cbls library
Quick Programming

Steps to follow to write programs very quickly. More...

  1. Download and Usage : Download the package and include in your program.
  2. System Definition : Defining a system to build your problem model.
  3. Tabu Definition : Define the tabu heuristics to be used in search.
  4. Constant Definition : Define the required constant expressions one by one.
  5. Variable Definition : Define the required variable expressions one by one.
  6. Function Definition : Define the required function expressions one by one.
  7. Selector Definition : Define the required selector methods one by one.
  8. Initialise Systems : Initialise the system assigning values to variables.
  9. Execute Systems Anew : Execute the system anew assigning values to variables.
  10. Execute Systems Incrementally : Execute the system incrementally assigning values to variables.
  11. Simulate Systems Anew : Simulate the system anew assigning values to variables.
  12. Simulate Systems Incrementally : Simulate the system incrementally assigning values to variables.