コード例 #1
0
ファイル: highs_csharp_api.cs プロジェクト: rschwarz/HiGHS
 public int getNumRows()
 {
     return(HighsLpSolver.Highs_getNumRows(this.highs));
 }