| 2476 | } |
| 2477 | |
| 2478 | double Tableau::getBasicAssignment( unsigned basicIndex ) const |
| 2479 | { |
| 2480 | return _basicAssignment[basicIndex]; |
| 2481 | } |
| 2482 | |
| 2483 | void Tableau::setBasicAssignmentStatus( ITableau::BasicAssignmentStatus status ) |
| 2484 | { |
no outgoing calls
no test coverage detected