Home
last modified time | relevance | path

Searched refs:SosType (Results 1 – 16 of 16) sorted by relevance

/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/src/
H A DCoinProblem.c66 pProblem->SosType = NULL; in coinCreateProblemObject()
116 if (pProblem->SosType) free(pProblem->SosType); in coinClearProblemObject()
307 int* SosType, int* SosPrior, int* SosBegin, in coinStoreSos() argument
316 if (SosType) pProblem->SosType = (int* )malloc(SosCount * sizeof(int)); in coinStoreSos()
322 if ((SosType && !pProblem->SosType) || in coinStoreSos()
329 if (SosType) memcpy(pProblem->SosType, SosType, SosCount * sizeof(int)); in coinStoreSos()
H A DCoinProblem.h59 int* SosType; member
95 int* SosType, int* SosPrior, int* SosBegin,
H A DCoinMP.h209 int* SosType, int* SosPrior, int* SosBegin,
376 int* SosType, int* SosPrior, int* SosBegin,
H A DCoinMP.cpp309 int* SosType, int* SosPrior, int* SosBegin, in CoinLoadSos() argument
314 if (!coinStoreSos(pCoin->pProblem, SosCount, SosNZCount, SosType, SosPrior, in CoinLoadSos()
H A DCoinCbc.cpp843 type = pProblem->SosType[sos]; in CbcAddSosObjects()
/dports/math/zimpl/zimpl-3.3.6/src/zimpl/
H A Dxlpglue.h54 extern int xlp_addsos_term(Lps* lp, const char* name, SosType type,
H A Dratlptypes.h60 typedef enum sos_type SosType; typedef
H A Dratlpstore.h139 SosType type;
H A Dratlp.h60 extern Sos* lps_addsos(Lps* lp, const char* name, SosType type, int priority);
H A Dxlpglue.c400 SosType type, /**< Type of SOS (1, 2) */ in xlp_addsos_term()
H A Dratlpstore.c1155 SosType type, in lps_addsos()
H A Dinst.c289 SosType type; in i_soset()
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cpp/
H A DICoinMP.hpp97 int* SosType; member
H A DICoinMP.cpp89 pCoin->SosType = NULL; in CoinCreateProblem()
/dports/math/coinmp/CoinMP-releases-1.8.4/CoinMP/examples/vb6/
H A DLibCoinMP.bas88 ByRef SosType As Long, ByRef SosPrior As Long, ByRef SosBegin As Long, _
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_zpl.c1019 SosType type, /**< SOS type */ in addSOS()
1097 SosType type, /**< SOS type */ in xlp_addsos_term()