Initializing help system before first use

XPRSnamelist Methods

The XPRSnamelist type exposes the following members.

Methods
  Name Description
Public method AddMsgHandlerCallback(TextWriter) (Inherited from XPRSobject.)
Public method AddMsgHandlerCallback(MsgHandlerCallback)
Add MsgHandler callback.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback).)
Public method AddMsgHandlerCallback(MsgHandlerCallback, Int32)
Add MsgHandler callback with the specified priority.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Int32).)
Public method AddMsgHandlerCallback(MsgHandlerCallback, Object)
Add MsgHandler callback with a user object that is passed to the callback on invocation.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Object).)
Public method AddMsgHandlerCallback(MsgHandlerCallback, Object, Int32)
Add MsgHandler callback with specified priority and a user object that is passed to the callback on invocation.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Object, Int32).)
Public method AddNames(String, Int32) Obsolete.
Public method AddNames(String, Int32, Int32) Obsolete.
Public method CopyCallbacks
Copy callbacks to this XPRSnamelist from another
Public method CopyNames Obsolete.
The XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user. nml_CopyNames allows you to copy all the names from one name list to another. As name lists representing row/column names cannot be modified, nml_CopyNames will be most often used to copy such names to a namelist where they can be modified, for some later use.
Public method Destroy Obsolete.
Destroys a namelist and frees any memory associated with it. Note you need only destroy namelists created by nml_Destroy - those returned by getNameListObject are automatically destroyed when you destroy the problem object.
(Overrides XPRSobject.Destroy().)
Public method Dispose (Inherited from XPRSobject.)
Public method Equals (Inherited from XPRSobject.)
Protected method Finalize (Inherited from XPRSobject.)
Public method FindName(String) Obsolete.
The XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user. nml_FindName returns the index of the given name in the given name list.
Public method FindName(String, Int32) Obsolete.
The XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user. nml_FindName returns the index of the given name in the given name list.
Public method GetHashCode (Inherited from XPRSobject.)
Public method GetLastError() Obsolete.
Returns the last error encountered during a call to a namelist object.
(Overrides XPRSobject.GetLastError().)
Public method GetLastError(Int32) Obsolete.
Returns the last error encountered during a call to a namelist object.
Public method GetMaxNameLen Obsolete.
The XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user. nml_GetMaxNameLen returns the length of the longest name in the namelist.
Public method GetNameCount Obsolete.
The XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user. XPRS_nlm_getnamecount returns the number of names in the namelist.
Public method GetNames() Obsolete.
Public method GetNames(Int32, Int32) Obsolete.
Public method GetNames(Int32, Int32, Int32) Obsolete.
Public method GetNames(Int32, String, Int32, Int32) Obsolete.
Public method GetObjectTypeName
Function to access the type name of an object referenced using the generic Optimizer object pointer XPRSobject.
(Inherited from XPRSobject.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public method RemoveMsgHandlerCallback
Remove MsgHandler callback.
(Overrides XPRSobject.RemoveMsgHandlerCallback(MsgHandlerCallback).)
Public method RemoveMsgHandlerCallbacks
Remove all MsgHandler callbacks.
(Overrides XPRSobject.RemoveMsgHandlerCallbacks().)
Public method RemoveNames Obsolete.
The XPRS_nml_* functions provide a simple, generic interface to lists of names, which may be names of rows/columns on a problem or may be a list of arbitrary names provided by the user. nml_RemoveNames will remove the specified names from the name list. Any subsequent names will be moved down to replace the removed names.
Public method ToString
Returns a String that represents the current Object.
(Inherited from Object.)
Top
See Also

© 2001-2024 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.