XPRSstorecuts, XPRSstorecuts64
XPRSstorecuts, XPRSstorecuts64 |
int XPRS_CC XPRSstorecuts(XPRSprob prob, int ncuts, int nodupl, const int mtype[], const char qrtype[], const double drhs[], const int mstart[], XPRScut mindex[], const int mcols[], const double dmatval[]);
int XPRS_CC XPRSstorecuts64(XPRSprob prob, int ncuts, int nodupl, const int mtype[], const char qrtype[], const double drhs[], const XPRSint64 mstart[], XPRScut mindex[], const int mcols[], const double dmatval[]);
prob
|
The current problem.
|
||||||
ncuts
|
Number of cuts to add.
|
||||||
nodupl
|
|
||||||
mtype
|
Integer array of length
ncuts containing the cut types. The cut types can be any integer and are used to identify the cuts.
|
||||||
qrtype
|
Character array of length
ncuts containing the row types:
|
||||||
drhs
|
Double array of length
ncuts containing the right hand side elements for the cuts.
|
||||||
mstart
|
Integer array containing offsets into the
mcols and
dmtval arrays indicating the start of each cut. This array is of length
ncuts+1 with the last element
mstart[ncuts] being where cut
ncuts+1 would start.
|
||||||
mindex
|
Array of length
ncuts where the pointers to the cuts will be returned.
|
||||||
mcols
|
Integer array of length
mstart[ncuts] containing the column indices in the cuts.
|
||||||
dmatval
|
Double array of length
mstart[ncuts] containing the matrix values for the cuts.
|
Tolerance on matrix elements.
|
© 2001-2020 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.