Initializing help system before first use

MIPEntityInfo

Return value for getMipEntities(), getDiscreteCols(), getSetDefinitions(). More...

#include <xpress.hpp>

Public Member Functions

  MIPEntityInfo ()
  Create a empty instance.
 
  MIPEntityInfo (int ngents, int nsets, int setmembers)
  Create a instance that has room for holding information about the specified numbers of entities.
 

Public Attributes

std::vector< int >  colind
  Indices of MIP entities.
 
std::vector< char >  coltype
  Type of MIP entities.
 
std::vector< double >  limit
  Bounds for semi and partial variables.
 
std::vector< double >  refval
  Reference values for SOS members.
 
std::vector< int >  setind
  Indices of SOS members.
 
std::vector< int >  setstart
  Start of SOS in setind and refval.
 
std::vector< char >  settype
  Type of SOS.
 

Detailed Description

Return value for getMipEntities(), getDiscreteCols(), getSetDefinitions().

Since
44.00

Constructor & Destructor Documentation

MIPEntityInfo() [1/2]

xpress::XPRSProblem::MIPEntityInfo::MIPEntityInfo ( )
inline

Create a empty instance.

Since
44.00

MIPEntityInfo() [2/2]

xpress::XPRSProblem::MIPEntityInfo::MIPEntityInfo ( int ngents,
int nsets,
int setmembers )
inline

Create a instance that has room for holding information about the specified numbers of entities.

Parameters
ngents Number of global entities.
nsets Number of sets.
setmembers Number of elements in sets.
Since
44.00

Member Data Documentation

colind

std::vector<int> xpress::XPRSProblem::MIPEntityInfo::colind

Indices of MIP entities.

Since
44.00

coltype

std::vector<char> xpress::XPRSProblem::MIPEntityInfo::coltype

Type of MIP entities.

Since
44.00

limit

std::vector<double> xpress::XPRSProblem::MIPEntityInfo::limit

Bounds for semi and partial variables.

Since
44.00

refval

std::vector<double> xpress::XPRSProblem::MIPEntityInfo::refval

Reference values for SOS members.

Since
44.00

setind

std::vector<int> xpress::XPRSProblem::MIPEntityInfo::setind

Indices of SOS members.

Since
44.00

setstart

std::vector<int> xpress::XPRSProblem::MIPEntityInfo::setstart

Start of SOS in setind and refval.

Since
44.00

settype

std::vector<char> xpress::XPRSProblem::MIPEntityInfo::settype

Type of SOS.

Since
44.00

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

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