Lines Matching refs:left
19 : left(l), right(r), gap(g) {}
20 unsigned left;
77 * leftof: variables to which left must be to the left of,
89 left(NULL),
97 CList leftof; // variables to which left dummy var must be to the left of
119 left = new vpsc::Variable(vars.size(),place_l,weight);
120 vars.push_back(left);
126 cs.push_back(new vpsc::Constraint(left,v,(*cit).second));
138 place_l=left->position();
157 left->desiredPosition=place_l;
175 left->desiredPosition = place_l = old_place_l + beta*(place_l - old_place_l);
182 double b; // linear coefficient in quad form for left (b_right = -b)
183 vpsc::Variable* left; // Variables used in constraints
186 double g; // descent vec for quad form for left (g_right = -g)
236 vars[(*c)->left],vars[(*c)->right],(*c)->gap));