Alternative generating algorithms are algorithms
which generate possible solutions automatically and in a fast
manner. Assumably the problem must have a simple
structure in order for solutions to be computer generated.
- some or most of these solutions might be infeasible.
- costs are approximated in order to be able to generate solutions
rapidly
- the problem should have a simple structure,
- extensions and complicating constraints are difficult to handle.
Alternative selecting algorithms are algorithms for
selecting a preferred alternative among a given set of possible listed alternatives.
- they are suitable for the situations where external alternative generation
might be time consuming
- they are typically applied to problems that have complex solution
structure
- they always provide feasible solutions
- extensions are easier to handle
- accurate costs can be used