Initializing help system before first use

setdelayedctr

setdelayedctr


Purpose
Mark a constraint as delayed.
Synopsis
procedure setdelayedctr(row:nlctr, delay:integer)
Arguments
row 
The constraint to be delayed
delay 
Integer value defining the number of iterations in which the constraint should be ignored
Further information
A delayed constraint will be introduced after some number of solver iterations have occurred. This may be useful for constraints that could aid the convergence of a solver, but which are not expected to be binding at an optimal solution and which could make early iterations more expensive.
Related topics
Module