/// <summary> Set MOSEK parameter. Please see the MOSEK .net API documentation for documentation of the available parameters. </summary> public int this[mosek.iparam 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.iparam pkey, int value) { iparam[pkey] = value; }