NlrowAggr Struct Reference Detailed Descriptiondata to store all edge-concave aggregations and the remaining part of a nonlinear row of the form g(x) <= rhs Definition at line 93 of file sepa_eccuts.c.
Field Documentation
nonlinear row aggregation Definition at line 95 of file sepa_eccuts.c. Referenced by computeCut(), and isPossibleToComputeCut().
consider nonlinear row aggregation for g(x) <= rhs (TRUE) or g(x) >= lhs (FALSE) Definition at line 96 of file sepa_eccuts.c. Referenced by nlrowaggrStoreLinearTerms(), and sepadataAddNlrowaggr().
array with all edge-concave aggregations Definition at line 99 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrFree(), and sepadataAddNlrowaggr().
number of edge-concave aggregation Definition at line 100 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrFree(), and sepadataAddNlrowaggr().
linear variables Definition at line 102 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrFree(), and nlrowaggrStoreLinearTerms().
linear coefficients Definition at line 103 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrFree(), and nlrowaggrStoreLinearTerms().
number of linear variables Definition at line 104 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrFree(), and nlrowaggrStoreLinearTerms().
quadratic variables Definition at line 106 of file sepa_eccuts.c. Referenced by isPossibleToComputeCut(), and nlrowaggrStoreQuadraticVars().
stores in which edge-concave aggregation the i-th quadratic variable is contained (< 0: in no edge-concave aggregation) Definition at line 107 of file sepa_eccuts.c. Referenced by isPossibleToComputeCut().
number of quadratic variables Definition at line 109 of file sepa_eccuts.c. Referenced by isPossibleToComputeCut(), and nlrowaggrStoreQuadraticVars().
first quadratic variable of remaining bilinear terms Definition at line 111 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrAddRemBilinTerm(), and nlrowaggrFree().
second quadratic variable of remaining bilinear terms Definition at line 112 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrAddRemBilinTerm(), and nlrowaggrFree().
coefficients for each remaining bilinear term Definition at line 113 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrAddRemBilinTerm(), and nlrowaggrFree().
number of remaining bilinear terms Definition at line 114 of file sepa_eccuts.c. Referenced by computeCut(), nlrowaggrAddRemBilinTerm(), and nlrowaggrFree().
rhs of the nonlinear row Definition at line 116 of file sepa_eccuts.c. Referenced by computeCut(), and nlrowaggrFree().
constant part of the nonlinear row Definition at line 117 of file sepa_eccuts.c. Referenced by computeCut(). |