| 550 | } |
| 551 | |
| 552 | unsigned InputQuery::outputVariableByIndex( unsigned index ) const |
| 553 | { |
| 554 | ASSERT( _outputIndexToVariable.exists( index ) ); |
| 555 | return _outputIndexToVariable.get( index ); |
| 556 | } |
| 557 | |
| 558 | unsigned InputQuery::getNumInputVariables() const |
| 559 | { |