4 lines
61 B
C++
4 lines
61 B
C++
|
inline int Controller::GetSolverIndex()
|
||
|
{
|
||
|
return solverID;
|
||
|
}
|