Home
last modified time | relevance | path

Searched defs:nlinvars (Results 1 – 21 of 21) sorted by relevance

/dports/math/SCIP/scip-7.0.3/tests/src/cons/quadratic/
H A Dprojection.c379 enum nlinvars {nlinvars = 1}; in Test() enum
427 enum nlinvars {nlinvars = 3}; in Test() enum
522 enum nlinvars {nlinvars = 3}; in Test() enumerator
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dcons_pseudoboolean.c924 int nlinvars; in checkConsConsistency() local
1812 int nlinvars; in consdataPrint() local
2397 int nlinvars; in chgLhs() local
2571 int nlinvars; in chgRhs() local
3447 int nlinvars; in checkOrigPbCons() local
4615 int nlinvars; in addCliques() local
5760 int nlinvars; in tryUpgradingXor() local
7357 int nlinvars; in findAggregation() local
7465 int nlinvars; in findAggregation() local
7576 int nlinvars; in SCIP_DECL_NONLINCONSUPGD() local
[all …]
H A Dreader_pip.c1160 int* nlinvars, /**< buffer to store number of linear coefficients */ in getLinearAndQuadraticCoefs()
1356 int nlinvars; in readObjective() local
1470 int nlinvars; in readConstraints() local
2122 int nlinvars, /**< number of linear variables */ in printRow()
2259 int nlinvars, /**< number of linear variables */ in printRowNl()
2614 int nlinvars, /**< number of linear variables */ in printQuadraticCons()
2711 int nlinvars, /**< number of linear variables */ in printNonlinearCons()
H A Dreader_gms.c609 int nlinvars, /**< number of linear terms */ in printQuadraticRow()
726 int nlinvars, /**< number of linear terms */ in printQuadraticCons()
1776 int nlinvars, /**< number of linear terms */ in printNonlinearRow()
1854 int nlinvars, /**< number of linear terms */ in printNonlinearCons()
H A Dcons_indicator.c959 int nlinvars; in checkIIS() local
1147 int nlinvars; in checkIIS() local
2284 int nlinvars; in addAltLPConstraint() local
3797 int nlinvars; in propIndicator() local
4537 int nlinvars; in separatePerspective() local
6568 int nlinvars; in SCIP_DECL_CONSLOCK() local
7029 int nlinvars; in SCIP_DECL_CONSGETNVARS() local
8133 int nlinvars; in SCIPmakeIndicatorFeasible() local
H A Dstruct_nlp.h73 int nlinvars; /**< number of linear variables */ member
H A Dreader_opb.c2291 int nlinvars; in writeOpbObjective() local
2973 int const nlinvars, /**< number of variables */ in printPBRow()
3109 int const nlinvars, /**< number variables in linear part of the problem */ in printPseudobooleanCons()
3651 int nlinvars; in writeOpbConstraints() local
H A Dreader_lp.c2659 int nlinvars, /**< number of linear variables */ in printRow()
2797 int nlinvars, /**< number of linear variables */ in printQuadraticCons()
3887 int nlinvars; in SCIPwriteLp() local
H A Dcons_nonlinear.c128 int nlinvars; /**< number of linear variables */ member
1066 int nlinvars, /**< number of linear variables */ in consdataCreate()
1902 int nlinvars; in splitOffLinearPart() local
9464 int nlinvars, /**< number of linear variables in the constraint */ in SCIPcreateConsNonlinear()
9557 int nlinvars, /**< number of linear variables in the constraint */ in SCIPcreateConsBasicNonlinear()
9587 int nlinvars, /**< number of linear variables in the constraint */ in SCIPcreateConsNonlinear2()
9685 int nlinvars, /**< number of linear variables in the constraint */ in SCIPcreateConsBasicNonlinear2()
H A Dreader_zpl.c405 int nlinvars; in addConsTerm() local
H A Dsepa_eccuts.c105 int nlinvars; /**< number of linear variables */ member
305 int nlinvars /**< number of linear variables */ in nlrowaggrStoreLinearTerms()
H A Dscip_nlp.c1199 int nlinvars, /**< number of linear variables */ in SCIPcreateNlRow()
H A Dcons_quadratic.c162 int nlinvars; /**< number of linear variables */ member
1333 int nlinvars, /**< number of linear variables */ in consdataCreate()
14400 int nlinvars, /**< number of linear terms (n) */ in SCIPcreateConsQuadratic()
14582 int nlinvars, /**< number of linear terms (n) */ in SCIPcreateConsBasicQuadratic()
14613 int nlinvars, /**< number of linear terms (n) */ in SCIPcreateConsQuadratic2()
14675 int nlinvars, /**< number of linear terms (n) */ in SCIPcreateConsBasicQuadratic2()
H A Dnlp.c2013 int nlinvars, /**< number of linear variables */ in SCIPnlrowCreate()
4393 int* nlinvars; in nlpFlushNlRowAdditions() local
H A Dprop_symmetry.c845 int nlinvars, /**< number of linear variables */ in collectCoefficients()
H A Dreader_mps.c2376 int nlinvars; in readIndicators() local
H A Dreader_fzn.c1181 int nlinvars, /**< number of linear terms (n) */ in createQuadraticCons()
H A Dcons_abspower.c4265 int nlinvars; in createNlRow() local
H A Dcons_sos1.c1376 int nlinvars, /**< number of linear variables in linear constraint */ in genConflictgraphLinearCons()
/dports/math/SCIP/scip-7.0.3/applications/PolySCIP/src/
H A DReaderMOP.cpp1838 int nlinvars; in readIndicators() local
/dports/math/SCIP/scip-7.0.3/src/nlpi/
H A Dexpr.c4797int* nlinvars, /**< buffer to store number of linear variables in linea… in exprsimplifySeparateLinearFromPolynomial()
7806int* nlinvars, /**< buffer to store number of linear variables in linea… in SCIPexprSimplify()
8933int* nlinvars, /**< buffer to store number of linear variables in linea… in SCIPexprtreeSimplify()
13613int* nlinvars, /**< buffer to store length of linear term that have bee… in SCIPexprgraphNodeSplitOffLinear()