Initializing help system before first use

GeneralConstraintInfo

Return value for getGenCons(int, int). More...

#include <xpress.hpp>

Public Member Functions

  GeneralConstraintInfo ()
 
  GeneralConstraintInfo (xpress::SizedArray< xpress::GenConsType const > const &type, xpress::SizedArray< int const > const &resultant, xpress::SizedArray< int const > const &colstart, xpress::SizedArray< int const > const &valstart, int ncols, int nvals)
 

Public Attributes

std::vector< int >  colind
  Input variables (the xi variables).
 
std::vector< int >  colstart
  Start index of general constraint in col.
 
std::vector< int >  resultant
  Output variables (the y variables).
 
std::vector< xpress::GenConsType type
  Constraint types.
 
std::vector< double >  val
  The constraint values (the ci values).
 
std::vector< int >  valstart
  Start index of general constraint in val.
 

Detailed Description

Return value for getGenCons(int, int).

Since
44.00

Constructor & Destructor Documentation

GeneralConstraintInfo() [1/2]

xpress::XPRSProblem::GeneralConstraintInfo::GeneralConstraintInfo ( )
inline
Since
44.00

GeneralConstraintInfo() [2/2]

xpress::XPRSProblem::GeneralConstraintInfo::GeneralConstraintInfo ( xpress::SizedArray< xpress::GenConsType const > const & type,
xpress::SizedArray< int const > const & resultant,
xpress::SizedArray< int const > const & colstart,
xpress::SizedArray< int const > const & valstart,
int ncols,
int nvals )
inline
Since
44.00

Member Data Documentation

colind

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

Input variables (the xi variables).

Since
44.00

colstart

std::vector<int> xpress::XPRSProblem::GeneralConstraintInfo::colstart

Start index of general constraint in col.

This array is one bigger than the number of general constraints.

Since
44.00

resultant

std::vector<int> xpress::XPRSProblem::GeneralConstraintInfo::resultant

Output variables (the y variables).

Since
44.00

type

std::vector<xpress::GenConsType> xpress::XPRSProblem::GeneralConstraintInfo::type

Constraint types.

Since
44.00

val

std::vector<double> xpress::XPRSProblem::GeneralConstraintInfo::val

The constraint values (the ci values).

Since
44.00

valstart

std::vector<int> xpress::XPRSProblem::GeneralConstraintInfo::valstart

Start index of general constraint in val.

This array is one bigger than the number of general constraints.

Since
44.00

The documentation for this class was generated from the following file:
  • xpress.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.