XPRSglobalenv Class
Namespace: Optimizer
Assembly: xprsdn (in xprsdn.dll) Version: 44.01.04
public class XPRSglobalenv : XPRSobject
The XPRSglobalenv type exposes the following members.
Name | Description | |
---|---|---|
![]() |
ObjectPointer |
Returns the C language 'pointer' to the native object that this managed class is wrapping. For internal FICO use only.
(Inherited from XPRSobject.) |
Name | Description | |
---|---|---|
![]() |
AddMsgHandlerCallback(TextWriter) | (Inherited from XPRSobject.) |
![]() |
AddMsgHandlerCallback(MsgHandlerCallback) |
Add MsgHandler callback.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback).) |
![]() |
AddMsgHandlerCallback(MsgHandlerCallback, Int32) |
Add MsgHandler callback with the specified priority.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Int32).) |
![]() |
AddMsgHandlerCallback(MsgHandlerCallback, Object) |
Add MsgHandler callback with a user object that is passed to the callback on invocation.
(Overrides XPRSobject.AddMsgHandlerCallback(MsgHandlerCallback, Object).) |
![]() |
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).) |
![]() |
CopyCallbacks |
Copy callbacks to this XPRSglobalenv from another
|
![]() |
Dispose | (Inherited from XPRSobject.) |
![]() |
Equals | (Inherited from XPRSobject.) |
![]() |
FeatureQuery |
Checks if the provided feature is available in the current license used by the optimizer.
|
![]() |
Finalize | (Inherited from XPRSobject.) |
![]() |
GetBanner() |
Returns the banner and copyright message.
|
![]() |
GetBanner(String) |
Returns the banner and copyright message.
|
![]() |
GetCheckedMode() |
You can use this function to interrogate whether checking and validation of all Optimizer function calls is enabled for the current process. Checking and validation is enabled by default but can be disabled by
setCheckedMode.
|
![]() |
GetCheckedMode(Boolean) |
You can use this function to interrogate whether checking and validation of all Optimizer function calls is enabled for the current process. Checking and validation is enabled by default but can be disabled by
setCheckedMode.
|
![]() |
GetComputeAllowed |
Query whether the current application is allowed to use the Insight Compute interface.
|
![]() |
GetDaysLeft() |
Returns the number of days left until the license expires.
|
![]() |
GetDaysLeft(Int32) |
Returns the number of days left until the license expires.
|
![]() |
GetHashCode | (Inherited from XPRSobject.) |
![]() |
GetLastError() |
Returns the last error encountered during a call to the Xpress global environment.
(Overrides XPRSobject.GetLastError().) |
![]() |
GetLastError(Int32) |
Returns the last error encountered during a call to the Xpress global environment.
|
![]() |
GetObjectTypeName |
Function to access the type name of an object referenced using the generic Optimizer object pointer
XPRSobject.
(Inherited from XPRSobject.) |
![]() |
GetType |
Gets the
Type of the current instance.
(Inherited from Object.) |
![]() ![]() |
GetVersion() |
Returns the full Optimizer version number in the form 15.10.03, where 15 is the major release, 10 is the minor release, and 03 is the build number.
|
![]() ![]() |
GetVersion(String) |
Returns the full Optimizer version number in the form 15.10.03, where 15 is the major release, 10 is the minor release, and 03 is the build number.
|
![]() ![]() |
GetVersionNumbers |
Returns the Optimizer version numbers split into major, minor, and build number.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object.
(Inherited from Object.) |
![]() |
RemoveMsgHandlerCallback |
Remove MsgHandler callback.
(Overrides XPRSobject.RemoveMsgHandlerCallback(MsgHandlerCallback).) |
![]() |
RemoveMsgHandlerCallbacks |
Remove all MsgHandler callbacks.
(Overrides XPRSobject.RemoveMsgHandlerCallbacks().) |
![]() |
SetArchConsistency |
Sets whether to force the same execution path on various CPU architecture extensions, in particular (pre-)AVX and AVX2.
|
![]() |
SetCheckedMode |
You can use this function to disable some of the checking and validation of function calls and function call parameters for calls to the Xpress Optimizer API. This checking is relatively lightweight but disabling it can improve performance in cases where non-intensive Xpress Optimizer functions are called repeatedly in a short space of time. Please note: after disabling function call checking and validation, invalid usage of Xpress Optimizer functions may not be detected and may cause the Xpress Optimizer process to behave unexpectedly or crash. It is not recommended that you disable function call checking and validation during application development.
|
![]() |
SetComputeAllowed |
Set whether the current application is allowed to use the Insight Compute interface.
|
![]() |
ToString | (Inherited from Object.) |
Reference
© 2001-2025 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.