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.
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_clean()