(input interface{})
| 168 | } |
| 169 | |
| 170 | func (builder *builder) toVariable(input interface{}) frontend.Variable { |
| 171 | return newVariable(builder.toVariableId(input)) |
| 172 | } |
| 173 | |
| 174 | // toVariables return frontend.Variable corresponding to inputs and the total size of the linear expressions |
| 175 | func (builder *builder) toVariableIds(in ...frontend.Variable) []int { |