mosek_clean(Rmosek)
mosek_clean()所属R语言包:Rmosek
Release an acquired MOSEK license
放开收购MOSEK许可证
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Forces the early release of any previously acquired MOSEK license. If you do not share a limited number of licenses among multiple users, you do not need to use this function. Notice that the acquisition of a new MOSEK license will automatically take place at the next call to the function mosek given a valid problem description, using a small amount of extra time.
强制年初发布的任何先前获得的MOSEK许可证。如果您不同意在多个用户之间的许可证数量有限,你不需要使用此功能。请注意,收购一个新的MOSEK许可证会自动将在下一次调用的功能mosek有效的问题描述,用少量的额外时间。
For advanced users: If you utilize the .Call convention directly, bypassing the mosek R-function definition, an Rf_error will result in an unclean memory space. For this reason you can also use mosek_clean to tidy up in uncleaned resources after an error has occurred. Otherwise this will not happen until the next call to mosek or until the library is unloaded.
对于高级用户:如果您直接利用呼叫惯例,绕过MOSEK R-函数的定义,Rf_error将导致在不洁的内存空间。出于这个原因,你也可以使用mosek_clean收拾错误后未清洗的资源的已发生。否则,这将不会发生,直到下一次调用mosek或库之前卸载。
用法----------Usage----------
mosek_clean()
参见----------See Also----------
mosek
mosek
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|