Initializing help system before first use

XPRBvar Class

Methods for initialisation and handling of XPRBvar objects.
Inheritance Hierarchy
SystemObject
   BCLXPRBvar

Namespace:  BCL
Assembly: xprbdn (in xprbdn.dll) Version: 45.01.02+1f9fd7ff9a8620394fec1839699751312debed40
Syntax
C#
public class XPRBvar
VB
Public Class XPRBvar

The XPRBvar type exposes the following members.

Constructors
  Name Description
Public method XPRBvar Initializes a new instance of the XPRBvar class
Public method XPRBvar(IntPtr) Initializes a new instance of the XPRBvar class
Public method XPRBvar(IntPtr, XPRBprob) Initializes a new instance of the XPRBvar class
Top
Methods
  Name Description
Public method Equals Determines whether the specified object is equal to the current object.
(Inherited from Object)
Public methodStatic memberCode example EqualTo(XPRBterm, XPRBvar) Create an XPRBrelation from an XPRBvar and an XPRBterm. Equal to.
Public methodStatic memberCode example EqualTo(XPRBvar, XPRBterm) Create an XPRBrelation from an XPRBvar and an XPRBterm. Equal to.
Public methodStatic memberCode example EqualTo(XPRBvar, XPRBvar) Create an XPRBrelation from two XPRBvars. Equal to.
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodCode example fix Fix the variable bounds.
Public methodCode example getColNum Retrieve the variable column number.
Public methodCode example getCRef Retrieves the variable reference.
Public method GetHashCode Serves as the default hash function.
(Inherited from Object)
Public methodCode example getLB Retrieve the lower variable bound.
Public methodCode example getLim Retrieve the variable's integer limit for a partial integer or semi-continuous variable.
Public methodCode example getLim(Double) Retrieve the variable's integer limit for a partial integer or semi-continuous variable.
Public methodCode example getName Retrieve the variable name.
Public methodCode example getRCost Retrieve the variable's reduced cost value.
Public methodCode example getRNG Compute (if required) ranges and return a column range.
Public methodCode example getSol Retrieve the variable solution.
Public methodCode example getType Retrieve the variable type.
Public method GetType Gets the Type of the current instance.
(Inherited from Object)
Public methodCode example getUB Retrieve the upper variable bound.
Public methodCode example getvarRef Retrieves the variable reference.
Public methodStatic memberCode example GtEq(XPRBterm, XPRBvar) Create an XPRBrelation from an XPRBvar and an XPRBterm. Greater than or equal to.
Public methodStatic memberCode example GtEq(XPRBvar, XPRBterm) Create an XPRBrelation from an XPRBvar and an XPRBterm. Greater than or equal to.
Public methodStatic memberCode example GtEq(XPRBvar, XPRBvar) Create an XPRBrelation from two XPRBvars. Greater than or equal to.
Public methodCode example isValid Returns whether the variable reference is valid.
Public methodStatic memberCode example LeEq(XPRBterm, XPRBvar) Create an XPRBrelation from an XPRBvar and an XPRBterm. Less than or equal to.
Public methodStatic memberCode example LeEq(XPRBvar, XPRBterm) Create an XPRBrelation from an XPRBvar and an XPRBterm. Less than or equal to.
Public methodStatic memberCode example LeEq(XPRBvar, XPRBvar) Create an XPRBrelation from two XPRBvars. Less than or equal to.
Protected method MemberwiseClone Creates a shallow copy of the current Object.
(Inherited from Object)
Public methodCode example print Prints the XPRBvar variable information.
Public methodCode example setDir(Int32) Set a variable directive (value zero).
Public methodCode example setDir(Int32, Double) Set a variable directive.
Public methodCode example setLB Sets the variable lower bound.
Public methodCode example setLim Sets the variable integer limit.
Public methodCode example setType Sets the variable type.
Public methodCode example setUB Sets the variable upper bound.
Public methodCode example sqr Find the square of the variable.
Public method ToString Returns a string that represents the current object.
(Inherited from Object)
Top
Operators
  Name Description
Public operatorStatic memberCode example Addition(Double, XPRBvar) Add an XPRBvar to a double.
Public operatorStatic memberCode example Addition(XPRBterm, XPRBvar) Add an XPRBvar to an XPRBterm.
Public operatorStatic memberCode example Addition(XPRBvar, XPRBterm) Add an XPRBterm to an XPRBvar.
Public operatorStatic memberCode example Addition(XPRBvar, XPRBvar) Add an XPRBvar to an XPRBvar.
Public operatorStatic memberCode example Addition(XPRBvar, Double) Add a double to an XPRBvar.
Public operatorStatic memberCode example Equality(Double, XPRBvar) Create an XPRBrelation from an XPRBvar and a number
Public operatorStatic memberCode example Equality(XPRBterm, XPRBvar) Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example Equality(XPRBvar, XPRBterm) Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example Equality(XPRBvar, XPRBvar) Create an XPRBrelation from two XPRBvars.
Public operatorStatic memberCode example Equality(XPRBvar, Double) Create an XPRBrelation from an XPRBvar and a number.
Public operatorStatic memberCode example GreaterThanOrEqual(Double, XPRBvar) Create an XPRBrelation from a number and an XPRBvar.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBterm, XPRBvar) Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBvar, XPRBterm) Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBvar, XPRBvar) Create an XPRBrelation from two XPRBvars.
Public operatorStatic memberCode example GreaterThanOrEqual(XPRBvar, Double) Create an XPRBrelation from an XPRBvar and a number.
Public operatorStatic member Inequality(Double, XPRBvar) != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBterm, XPRBvar) != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBvar, XPRBterm) != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBvar, XPRBvar) != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic member Inequality(XPRBvar, Double) != relation type is not supported by FICO Xpress. Attempting to use this will cause an UnsupportedRelationTypeException.
Public operatorStatic memberCode example LessThanOrEqual(Double, XPRBvar) Create an XPRBrelation from a number and an XPRBvar.
Public operatorStatic memberCode example LessThanOrEqual(XPRBterm, XPRBvar) Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example LessThanOrEqual(XPRBvar, XPRBterm) Create an XPRBrelation from an XPRBvar and an XPRBterm.
Public operatorStatic memberCode example LessThanOrEqual(XPRBvar, XPRBvar) Create an XPRBrelation from two XPRBvars.
Public operatorStatic memberCode example LessThanOrEqual(XPRBvar, Double) Create an XPRBrelation from an XPRBvar and a number.
Public operatorStatic memberCode example Multiply(Double, XPRBvar) Multiply an XPRBvar by a double.
Public operatorStatic memberCode example Multiply(XPRBexpr, XPRBvar) Multiply an XPRBexpr by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBterm, XPRBvar) Multiply an XPRBterm by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBvar, XPRBexpr) Multiply an XPRBexpr by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBvar, XPRBterm) Multiply an XPRBvar by an XPRBterm.
Public operatorStatic memberCode example Multiply(XPRBvar, XPRBvar) Multiply an XPRBvar by an XPRBvar.
Public operatorStatic memberCode example Multiply(XPRBvar, Double) Multiply an XPRBvar by a double.
Public operatorStatic memberCode example Subtraction(Double, XPRBvar) Subtract an XPRBvar from a double.
Public operatorStatic memberCode example Subtraction(XPRBterm, XPRBvar) Subtract an XPRBvar from an XPRBterm.
Public operatorStatic memberCode example Subtraction(XPRBvar, XPRBterm) Subtract an XPRBterm from an XPRBvar.
Public operatorStatic memberCode example Subtraction(XPRBvar, XPRBvar) Subtract an XPRBvar from an XPRBvar.
Public operatorStatic memberCode example Subtraction(XPRBvar, Double) Subtract a double from an XPRBvar.
Public operatorStatic memberCode example UnaryNegation(XPRBvar) Negate an XPRBvar.
Top
See Also

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.