Skip to content

Commit

Permalink
Mosek tech:optionnativeread: param file format #231
Browse files Browse the repository at this point in the history
  • Loading branch information
glebbelov committed Jan 22, 2024
1 parent 7817841 commit 3e76194
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion solvers/mosek/mosekbackend.cc
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,13 @@ void MosekBackend::InitCustomOptions() {

AddStoredOption("tech:optionnativeread optionnativeread tech:param:read param:read",
"Name of Mosek parameter file (surrounded by 'single' or "
"\"double\" quotes if the name contains blanks) to be read.",
"\"double\" quotes if the name contains blanks) to be read. File format:\n"
"\n"
" BEGIN MOSEK\n"
" MSK_DPAR_MIO_MAX_TIME 3\n"
" END MOSEK\n"
"\n"
"Parameter descriptions: docs.mosek.com/latest/cmdtools/param-groups.html.",
storedOptions_.paramRead_);
AddStoredOption("tech:optionnativewrite optionnativewrite tech:param:write param:write",
"Name of Mosek parameter file (surrounded by 'single' or \"double\" quotes if the "
Expand Down

0 comments on commit 3e76194

Please sign in to comment.