| 538 | } |
| 539 | |
| 540 | void InputQuery::markOutputVariable( unsigned variable, unsigned outputIndex ) |
| 541 | { |
| 542 | _variableToOutputIndex[variable] = outputIndex; |
| 543 | _outputIndexToVariable[outputIndex] = variable; |
| 544 | } |
| 545 | |
| 546 | unsigned InputQuery::inputVariableByIndex( unsigned index ) const |
| 547 | { |
no outgoing calls