Lines Matching full:variables
157 TaoEstimateActiveBounds - Generates index sets for variables at the lower and upper
158 bounds, as well as fixed variables where lower and upper bounds equal each other.
171 . active_lower - index set for active variables at the lower bound
172 . active_upper - index set for active variables at the upper bound
173 . active_fixed - index set for fixed variables
174 . active - index set for all active variables
175 - inactive - complementary index set for inactive variables
246 /* Loop over variables and categorize the indexes */ in TaoEstimateActiveBounds()
254 /* Fixed variables */ in TaoEstimateActiveBounds()
260 /* Lower bounded variables */ in TaoEstimateActiveBounds()
266 /* Upper bounded variables */ in TaoEstimateActiveBounds()
272 /* Inactive variables */ in TaoEstimateActiveBounds()
291 /* Create index set for lower bounded variables */ in TaoEstimateActiveBounds()
297 /* Create index set for upper bounded variables */ in TaoEstimateActiveBounds()
303 /* Create index set for fixed variables */ in TaoEstimateActiveBounds()
309 /* Create index set for all actively bounded variables */ in TaoEstimateActiveBounds()
315 /* Create index set for all inactive variables */ in TaoEstimateActiveBounds()
326 variables.
332 . active_lower - index set for lower bounded active variables
333 . active_upper - index set for lower bounded active variables
334 . active_fixed - index set for fixed active variables
335 …ale - amplification factor for the step that needs to be taken on actively bounded variables
351 /* Adjust step for variables at the estimated lower bound */ in TaoBoundStep()
364 /* Adjust step for the variables at the estimated upper bound */ in TaoBoundStep()
377 /* Zero out step for fixed variables */ in TaoBoundStep()