XPRBctr Class

Namespace: BCL
Assembly: xprbdn (in xprbdn.dll) Version: 4.8.14.0

The XPRBctr type exposes the following members.

Name | Description | |
---|---|---|
![]() |
XPRBctr | Obsolete.
Initializes a new instance of the
XPRBctr class
|
![]() |
XPRBctr(IntPtr) | Obsolete.
Initializes a new instance of the
XPRBctr class
|
![]() |
XPRBctr(XPRBprob) |
Initializes a new instance of the
XPRBctr class
|
![]() |
XPRBctr(IntPtr, XPRBprob) |
Initializes a new instance of the
XPRBctr class
|
![]() |
XPRBctr(IntPtr, XPRBrelation) | Obsolete.
Initializes a new instance of the
XPRBctr class
|
![]() |
XPRBctr(IntPtr, XPRBrelation, XPRBprob) |
Initializes a new instance of the
XPRBctr class
|


Name | Description | |
---|---|---|
![]() ![]() |
add |
This adds an XPRBexpr expression to the constraint.
|
![]() |
addTerm(Double) | |
![]() |
addTerm(XPRBvar) | |
![]() |
addTerm(Double, XPRBvar) | |
![]() ![]() |
addTerm(XPRBvar, Double) |
This adds a term to the XPRBctr constraint. The term can be constructed from an XPRBvar object, a double or a combination of the two.
|
![]() |
addTerm(XPRBvar, XPRBvar, Double) | |
![]() ![]() |
assign |
Sets the constraint from a list of terms in an XPRBrelation.
|
![]() ![]() |
delTerm |
This deletes a term in the XPRBctr constraint relating to a specific XPRBvar variable.
|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.) |
![]() ![]() |
getAct |
Retrieves the activity value.
|
![]() ![]() |
getCoefficient(XPRBvar) |
Get the coefficient of a linear constraint term.
|
![]() ![]() |
getCoefficient(XPRBvar, XPRBvar) |
Get the coefficient of a quadratic constraint term. This method returns the coefficient of a given pair of variables in the constraint or 0 if the term does not occur.
|
![]() ![]() |
getCRef |
Return the constraint reference pointer.
|
![]() ![]() |
getctrRef |
Return the constraint reference pointer.
|
![]() ![]() |
getDual |
Retrieves the dual value.
|
![]() |
GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() |
getIndicator |
Get the indicator type of a constraint.
|
![]() |
getIndVar |
Get the indicator variable of a constraint.
|
![]() ![]() |
getName |
Returns the constraint name.
|
![]() |
getQTerms | |
![]() ![]() |
getRange |
Retrieves the constraint range.
|
![]() ![]() |
getRangeL |
Retrieves the lower constraint range.
|
![]() ![]() |
getRangeU |
Retrieves the upper constraint range.
|
![]() ![]() |
getRHS |
Retrieves the right hand side value of a constraint.
|
![]() ![]() |
getRNG |
Compute (if required) ranges and return a row range.
|
![]() ![]() |
getRowNum |
Retrieves the row index for a constraint.
|
![]() ![]() |
getSlack |
Retrieves the slack value.
|
![]() |
getTerms | |
![]() ![]() |
getType |
Retrieves the constraint type.
|
![]() |
GetType |
Gets the type of the current instance.
(Inherited from Object.) |
![]() |
isDelayed |
Determines whether the constraint is a delayed constraint.
|
![]() ![]() |
isIncludeVars |
Test the type of a constraint. This method indicates whether this constraint is an 'include vars' constraint or an ordinary constraint.
|
![]() |
isIndicator |
This tests whether the constraint is an indicator constraint or an ordinary constraint.
|
![]() ![]() |
isModCut |
Gets the model cut status of a constraint.
|
![]() ![]() |
isValid |
Checks whether the constraint object is valid.
|
![]() |
MemberwiseClone |
Creates a shallow copy of the current
Object.
(Inherited from Object.) |
![]() ![]() |
Print out the constraint.
|
|
![]() ![]() |
reset |
Reset the constraint object.
|
![]() |
setDelayed |
Sets a constraint as a delayed constraint.
|
![]() ![]() |
setIncludeVars |
Set the contstraint type. This method changes the type of a previously defined constraint from ordinary constraint to 'include vars' and vice versa. 'include vars' constraints are non-binding (type N) constraints used only to force loading of their variables into the optimizer. Constraint properties 'model cut', 'delayed constraint', 'indicator constraint' and 'include vars' are mutually exclusive. When changing one of this types to another you must first reset the corresponding type to 0.
|
![]() |
setIndicator(Int32) |
Set the indicator constraint type.
|
![]() |
setIndicator(Int32, XPRBvar) |
Set the indicator constraint type.
|
![]() |
setIndicator(XPRBvar, Int32) |
Set the indicator constraint type.
|
![]() ![]() |
setModCut |
Sets the model cut status of a constraint.
|
![]() ![]() |
setRange |
Sets the constraint range.
|
![]() |
setTerm(Double) | |
![]() |
setTerm(XPRBvar) | |
![]() |
setTerm(Double, XPRBvar) | |
![]() ![]() |
setTerm(XPRBvar, Double) |
This sets a term in the XPRBctr constraint. The term can be constructed from an XPRBvar object, a double or a combination of the two.
|
![]() ![]() |
setType |
Sets the constraint type.
|
![]() |
ToString | (Overrides ObjectToString.) |

Name | Description | |
---|---|---|
![]() ![]() ![]() |
Addition(XPRBctr, XPRBexpr) |
Add an XPRBexpr to a constraint.
|
![]() ![]() ![]() |
Addition(XPRBctr, XPRBterm) |
Add an XPRBterm to a constraint.
|
![]() ![]() ![]() |
Addition(XPRBctr, XPRBvar) |
Add an XPRBvar to a constraint.
|
![]() ![]() ![]() |
Addition(XPRBctr, Double) |
Add a double to a constraint.
|
![]() ![]() ![]() |
Subtraction(XPRBctr, XPRBexpr) |
Subtract an XPRBexpr from a constraint.
|
![]() ![]() ![]() |
Subtraction(XPRBctr, XPRBterm) |
Subtract an XPRBterm from a constraint.
|
![]() ![]() ![]() |
Subtraction(XPRBctr, XPRBvar) |
Subtract an XPRBvar from a constraint.
|
![]() ![]() ![]() |
Subtraction(XPRBctr, Double) |
Subtract a double from a constraint.
|


Reference
© 2001-2019 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.