Lines Matching refs:Variable
13 typedef std::vector<vpsc::Variable*> Variables;
41 vpsc::Variable* variable;
50 vpsc::Variable* vl, * vr;
52 vs.push_back(vl=new vpsc::Variable(vs.size(), leftMargin, weight));
53 vs.push_back(vr=new vpsc::Variable(vs.size(), rightMargin, weight));
119 left = new vpsc::Variable(vars.size(),place_l,weight);
121 right = new vpsc::Variable(vars.size(),place_r,weight);
125 vpsc::Variable* v = vars[(*cit).first];
130 vpsc::Variable* v = vars[(*cit).first];
183 vpsc::Variable* left; // Variables used in constraints
184 vpsc::Variable* right;
215 vars.push_back(new vpsc::Variable(i,1,1));
221 vpsc::Variable *v=ac->variable=new vpsc::Variable(vars.size(),ac->position,0.0001);