Home
last modified time | relevance | path

Searched refs:CONSTYPE (Results 1 – 6 of 6) sorted by relevance

/dports/math/SCIP/scip-7.0.3/examples/Binpacking/src/
H A Dcons_samediff.h40 typedef enum ConsType CONSTYPE; typedef
54CONSTYPE type, /**< stores whether the items have to be in the SAME or …
72 CONSTYPE SCIPgetTypeSamediff(
H A Dcons_samediff.c63CONSTYPE type; /**< stores whether the items have to be in the SAME or …
84CONSTYPE type, /**< stores whether the items have to be in the SAME or … in consdataCreate()
145 CONSTYPE type; in checkVariable()
247 CONSTYPE type; in consdataCheck()
556CONSTYPE type, /**< stores whether the items have to be in the SAME or … in SCIPcreateConsSamediff()
618 CONSTYPE SCIPgetTypeSamediff( in SCIPgetTypeSamediff()
H A Dpricer_binpacking.c133 CONSTYPE type; in addBranchingDecisionConss()
/dports/comms/conserver-com/conserver-8.2.4/conserver/
H A Dconsent.h62 } CONSTYPE; typedef
88 CONSTYPE type; /* console type */
H A Dreadcfg.c2348 CONSTYPE t = UNKNOWNTYPE; in ProcessType()
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_osil.c65 } CONSTYPE; typedef
438CONSTYPE** constypes, /**< buffer to store type of constraints (will be all LI… in readConstraints()
676 CONSTYPE* constypes, /**< type of constraints (assumed to be LINEAR) */ in readLinearCoefs()
1016 CONSTYPE* constypes, /**< type of constraints (assumed to be LINEAR) */ in readQuadraticCoefs()
1019CONSTYPE* objconstype, /**< buffer to store type of objective constraint, if cr… in readQuadraticCoefs()
1950 CONSTYPE* constypes, /**< type of constraints (assumed to be LINEAR) */ in readNonlinearExprs()
1953CONSTYPE* objconstype, /**< buffer to store type of objective constraint, if cr… in readNonlinearExprs()
2104 CONSTYPE* constype; in readNonlinearExprs()
2496 CONSTYPE* constypes; in SCIP_DECL_READERREAD()
2499 CONSTYPE objconstype; in SCIP_DECL_READERREAD()