Initializing help system before first use

MSP_DUPLICATESOLUTIONSPOLICY

Description
Policy to use when handling storage of duplicate solutions.
Type
Integer
Values
0 
Keep all: All solutions are kept including duplicates.
1 
Continuous: All variables are compared with an exact match. Duplicate solutions are discarded.
2 
Discrete and continuous separate: Both the discrete component of a solution pair and the continuous solution variables are compared. The continuous variables are compared with an exact match. Duplicate solutions are discarded.
3 
Discrete only: Only the discrete component of a solution pair is compared. Duplicate solutions are discarded.
Default value
3