예제 #1
0
 /// <summary> Set MOSEK parameter. Please see the MOSEK .net API documentation for documentation of the available parameters. </summary>
 public string this[mosek.sparam pkey]
 {
     set
     {
         SetMosekParameter(pkey, value);
     }
 }
예제 #2
0
 /// <summary> Set MOSEK parameter. Please see the MOSEK .net API documentation for documentation of the available parameters. </summary>
 public void SetMosekParameter(mosek.sparam pkey, string value)
 {
     sparam[pkey] = value;
 }