| 516 | } |
| 517 | |
| 518 | unsigned Tableau::nonBasicIndexToVariable( unsigned index ) const |
| 519 | { |
| 520 | return _nonBasicIndexToVariable[index]; |
| 521 | } |
| 522 | |
| 523 | unsigned Tableau::variableToIndex( unsigned index ) const |
| 524 | { |
no outgoing calls
no test coverage detected