Options Class for e05uc

Syntax

C#
public class e05ucOptions
Visual Basic
Public Class e05ucOptions
Visual C++
public ref class e05ucOptions
F#
type e05ucOptions =  class end

Description of the Optional Parameters

e05uc supports two options that are distinct from those of e04uc:
Punch Unit
This option allows you to send information arising from an appropriate setting of Out_Level to be sent to the Fortran unit number defined by Punch Unit. If you wish this file to be different to the standard output unit (6) where other output is displayed then this file should be attached by calling (X04ACF not in this release) prior to calling e05uc.
Out_Level
This option defines the amount of extra information to be sent to the Fortran unit number defined by Punch Unit. The possible choices for i are the following:
iMeaning
0No extra output.
1Updated solutions only. This is useful during long runs to observe progress.
2Successful start points only. This is useful to save the starting points that gave rise to the final solution.
3Both updated solutions and successful start points.
See [Optional Parameters] in e04uc for details of the other options.
The Warm Start option of e04uc is not a valid option for use with e05uc.

Inheritance Hierarchy

System..::..Object
  NagLibrary..::..E05..::..e05ucOptions

See Also