public bool CheckGridFeasibility() { if (m_bGridEnded) { return(true); } // Check in solutions if current grid is valid based on solver solutions return(-1 != m_resolver.CheckGridFeasbility(m_aGridModel)); }