| 544 | } |
| 545 | |
| 546 | unsigned InputQuery::inputVariableByIndex( unsigned index ) const |
| 547 | { |
| 548 | ASSERT( _inputIndexToVariable.exists( index ) ); |
| 549 | return _inputIndexToVariable.get( index ); |
| 550 | } |
| 551 | |
| 552 | unsigned InputQuery::outputVariableByIndex( unsigned index ) const |
| 553 | { |