/// <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); } }
/// <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; }