Initializing help system before first use

IISVariable

Description of an infeasble variable in an IIS. More...

#include <xpress_objects.hpp>

Public Types

enum struct   InfeasibleDomain
  Domain properties that can be infeasible in an IIS. More...
 

Public Member Functions

auto  getDj () const -> double
  Reduced cost for infeasible variable [get].
 
auto  getDomain () const -> InfeasibleDomain
  Which domain of the variable domain is infeasible [get].
 
auto  getIsolation () const -> IIS::Isolation
  Isolation status of infeasible variable [get].
 
auto  getVariable () const -> Variable
  The infeasible variable [get].
 

Detailed Description

Description of an infeasble variable in an IIS.

Since
44.00

Member Enumeration Documentation

InfeasibleDomain

Domain properties that can be infeasible in an IIS.

Since
44.00

Member Function Documentation

getDj()

auto xpress::objects::IISVariable::getDj ( ) const -> double
inline

Reduced cost for infeasible variable [get].

Since
44.00

getDomain()

auto xpress::objects::IISVariable::getDomain ( ) const -> InfeasibleDomain
inline

Which domain of the variable domain is infeasible [get].

Since
44.00

getIsolation()

auto xpress::objects::IISVariable::getIsolation ( ) const -> IIS::Isolation
inline

Isolation status of infeasible variable [get].

Since
44.00

getVariable()

auto xpress::objects::IISVariable::getVariable ( ) const -> Variable
inline

The infeasible variable [get].

Since
44.00

The documentation for this class was generated from the following file:
  • xpress_objects.hpp

© 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.