Steps to follow to write programs very quickly.
More...
- Download and Usage : Download the package and include in your program.
- System Definition : Defining a system to build your problem model.
- Tabu Definition : Define the tabu heuristics to be used in search.
- Constant Definition : Define the required constant expressions one by one.
- Variable Definition : Define the required variable expressions one by one.
- Function Definition : Define the required function expressions one by one.
- Selector Definition : Define the required selector methods one by one.
- Initialise Systems : Initialise the system assigning values to variables.
- Execute Systems Anew : Execute the system anew assigning values to variables.
- Execute Systems Incrementally : Execute the system incrementally assigning values to variables.
- Simulate Systems Anew : Simulate the system anew assigning values to variables.
- Simulate Systems Incrementally : Simulate the system incrementally assigning values to variables.