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