query
stringlengths
9
3.4k
document
stringlengths
9
87.4k
metadata
dict
negatives
listlengths
4
101
negative_scores
listlengths
4
101
document_score
stringlengths
3
10
document_rank
stringclasses
102 values
Computes the violation of a dual solution associated with a set of scalar variables. getdviolvar(self,whichsol_,sub_,viol_)
def getdviolvar(self,whichsol_,sub_,viol_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if sub_ is None: raise ValueError("Argument sub cannot be None") if sub_ is None: raise ValueError("Argument ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getdviolvar(self,whichsol_,sub,viol): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n num_ = None\n if num_ is None:\n num_ = len(sub)\n elif num_ != len(sub):\n raise IndexError(\"Inconsistent length of array sub\")\n i...
[ "0.842469", "0.8020049", "0.7901954", "0.78885037", "0.7700739", "0.74876314", "0.7316246", "0.7308457", "0.71310973", "0.7126803", "0.70612556", "0.69538635", "0.6839152", "0.6820221", "0.6764274", "0.63441837", "0.60243124", "0.58630145", "0.58565766", "0.5746518", "0.56699...
0.8300813
1
Computes the violation of dual solution for a set of semidefinite variables. getdviolbarvar(self,whichsol_,sub_,viol_)
def getdviolbarvar(self,whichsol_,sub_,viol_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if sub_ is None: raise ValueError("Argument sub cannot be None") if sub_ is None: raise ValueError("Argume...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getdviolbarvar(self,whichsol_,sub,viol): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n num_ = None\n if num_ is None:\n num_ = len(sub)\n elif num_ != len(sub):\n raise IndexError(\"Inconsistent length of array sub\")\n ...
[ "0.8365152", "0.820791", "0.80888903", "0.80470765", "0.8035463", "0.79758537", "0.7821625", "0.71889246", "0.7017734", "0.69864213", "0.69533056", "0.6851415", "0.68440586", "0.6822642", "0.6695411", "0.5912819", "0.5740153", "0.5733863", "0.56503063", "0.55693674", "0.54391...
0.833021
1
Computes the violation of a solution for set of dual conic constraints. getdviolcones(self,whichsol_,sub_,viol_)
def getdviolcones(self,whichsol_,sub_,viol_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if sub_ is None: raise ValueError("Argument sub cannot be None") if sub_ is None: raise ValueError("Argumen...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getdviolcones(self,whichsol_,sub,viol): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n num_ = None\n if num_ is None:\n num_ = len(sub)\n elif num_ != len(sub):\n raise IndexError(\"Inconsistent length of array sub\")\n ...
[ "0.8349926", "0.81372005", "0.7943071", "0.7794971", "0.7692615", "0.76759416", "0.73636335", "0.72565156", "0.7177833", "0.69880986", "0.6783844", "0.6722641", "0.6663118", "0.6470961", "0.6186312", "0.5971693", "0.5965254", "0.5513916", "0.5476401", "0.54692227", "0.5461435...
0.8095238
2
Obtains information about of a solution. getsolutioninfo(self,whichsol_)
def getsolutioninfo(self,whichsol_): pobj_ = ctypes.c_double() pviolcon_ = ctypes.c_double() pviolvar_ = ctypes.c_double() pviolbarvar_ = ctypes.c_double() pviolcone_ = ctypes.c_double() pviolitg_ = ctypes.c_double() dobj_ = ctypes.c_double() dviolcon_ = ctypes.c_double() dviolvar_ =...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getsolutioninfo(self,whichsol_): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n res,resargs = self.__obj.getsolutioninfo(whichsol_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _po...
[ "0.83259404", "0.7097056", "0.70560944", "0.62482697", "0.61821", "0.6134684", "0.5949938", "0.5949938", "0.58852124", "0.5849498", "0.58224726", "0.5818088", "0.5818062", "0.58057815", "0.5803957", "0.57681364", "0.5765166", "0.57560706", "0.5745533", "0.57215154", "0.570536...
0.76058203
1
Compute norms of the dual solution. getdualsolutionnorms(self,whichsol_)
def getdualsolutionnorms(self,whichsol_): nrmy_ = ctypes.c_double() nrmslc_ = ctypes.c_double() nrmsuc_ = ctypes.c_double() nrmslx_ = ctypes.c_double() nrmsux_ = ctypes.c_double() nrmsnx_ = ctypes.c_double() nrmbars_ = ctypes.c_double() res = __library__.MSK_XX_getdualsolutionnorms(self....
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getdualsolutionnorms(self,whichsol_): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n res,resargs = self.__obj.getdualsolutionnorms(whichsol_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\...
[ "0.86213017", "0.7799082", "0.75975305", "0.5843836", "0.58425874", "0.58296424", "0.58143187", "0.5741888", "0.572548", "0.5703944", "0.56897783", "0.5674844", "0.56606346", "0.5631683", "0.5582", "0.5572983", "0.55595255", "0.555448", "0.5498853", "0.54523396", "0.544812", ...
0.8386281
1
Compute norms of the primal solution. getprimalsolutionnorms(self,whichsol_)
def getprimalsolutionnorms(self,whichsol_): nrmxc_ = ctypes.c_double() nrmxx_ = ctypes.c_double() nrmbarx_ = ctypes.c_double() res = __library__.MSK_XX_getprimalsolutionnorms(self.__nativep,whichsol_,ctypes.byref(nrmxc_),ctypes.byref(nrmxx_),ctypes.byref(nrmbarx_)) if res != 0: _,msg = self.__...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getprimalsolutionnorms(self,whichsol_): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n res,resargs = self.__obj.getprimalsolutionnorms(whichsol_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),m...
[ "0.8324788", "0.7253409", "0.7123311", "0.5990859", "0.5774027", "0.5561484", "0.5471691", "0.5438935", "0.5428926", "0.5412315", "0.54044545", "0.5353224", "0.5341129", "0.5296491", "0.5293551", "0.5284404", "0.52810794", "0.52686256", "0.52663827", "0.52657825", "0.52632594...
0.8563136
0
Obtains a slice of the solution. getsolutionslice(self,whichsol_,solitem_,first_,last_,values_)
def getsolutionslice(self,whichsol_,solitem_,first_,last_,values_): _values_minlength = ((last_) - (first_)) if ((last_) - (first_)) > 0 and values_ is not None and len(values_) != ((last_) - (first_)): raise ValueError("Array argument values is not long enough: Is %d, expected %d" % (len(values_),((last_...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getsolutionslice(self,whichsol_,solitem_,first_,last_,values): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n if not isinstance(solitem_,solitem): raise TypeError(\"Argument solitem has wrong type\")\n _copyback_values = False\n if values...
[ "0.87597924", "0.65897465", "0.65460825", "0.652142", "0.64466506", "0.6407843", "0.6392543", "0.6389086", "0.638142", "0.62045497", "0.6178242", "0.615228", "0.614273", "0.6135625", "0.61208415", "0.6096903", "0.6052912", "0.59870696", "0.5830406", "0.5768767", "0.573988", ...
0.8561782
1
Obtains the reduced costs for a sequence of variables. getreducedcosts(self,whichsol_,first_,last_,redcosts_)
def getreducedcosts(self,whichsol_,first_,last_,redcosts_): _redcosts_minlength = ((last_) - (first_)) if ((last_) - (first_)) > 0 and redcosts_ is not None and len(redcosts_) != ((last_) - (first_)): raise ValueError("Array argument redcosts is not long enough: Is %d, expected %d" % (len(redcosts_),((las...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getreducedcosts(self,whichsol_,first_,last_,redcosts): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n _copyback_redcosts = False\n if redcosts is None:\n redcosts_ = None\n else:\n try:\n redcosts_ = memoryview(redc...
[ "0.8526416", "0.5733916", "0.5447237", "0.535488", "0.5351056", "0.5340395", "0.5331999", "0.533112", "0.523295", "0.5223164", "0.52220964", "0.5167097", "0.51390874", "0.5138091", "0.5131547", "0.51277804", "0.5109994", "0.5080163", "0.5077774", "0.5056903", "0.5050309", "...
0.8104121
1
Obtains the value of a string parameter. getstrparam(self,param_)
def getstrparam(self,param_): maxlen_ = (1 + self.getstrparamlen((param_))) len_ = ctypes.c_int32() parvalue_ = (ctypes.c_char * (maxlen_))() res = __library__.MSK_XX_getstrparam(self.__nativep,param_,maxlen_,ctypes.byref(len_),parvalue_) if res != 0: _,msg = self.__getlasterror(res) rai...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getStrParam(self, paramkey, default=None):\n value = self.request.getParameter(paramkey)\n if value is None: return default\n return value", "def getstrparam(self,param_): # 3\n if not isinstance(param_,sparam): raise TypeError(\"Argument param has wrong type\")\n maxlen_ = (1 ...
[ "0.7935466", "0.7634089", "0.7359659", "0.720644", "0.67880225", "0.67430836", "0.6694598", "0.6593283", "0.65884066", "0.6575903", "0.6563992", "0.65217215", "0.6457357", "0.6379218", "0.63673365", "0.63578653", "0.63423514", "0.6282078", "0.62551343", "0.6241636", "0.619703...
0.80357796
0
Obtains the length of a string parameter. getstrparamlen(self,param_)
def getstrparamlen(self,param_): len_ = ctypes.c_int32() res = __library__.MSK_XX_getstrparamlen(self.__nativep,param_,ctypes.byref(len_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) len_ = len_.value _len_return_value = len_ return (_len_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getstrparamlen(self,param_): # 3\n if not isinstance(param_,sparam): raise TypeError(\"Argument param has wrong type\")\n res,resargs = self.__obj.getstrparamlen(param_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _len_return_value ...
[ "0.9096072", "0.71522003", "0.6668345", "0.65663975", "0.6506962", "0.64881116", "0.6398439", "0.614287", "0.61132294", "0.6104768", "0.6094698", "0.5968915", "0.5955851", "0.59100646", "0.5908313", "0.58431584", "0.58408535", "0.582819", "0.5819093", "0.5803778", "0.5803778"...
0.9009316
1
Obtains the length the task name. gettasknamelen(self)
def gettasknamelen(self): len_ = ctypes.c_int32() res = __library__.MSK_XX_gettasknamelen(self.__nativep,ctypes.byref(len_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) len_ = len_.value _len_return_value = len_ return (_len_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def gettasknamelen(self): # 3\n res,resargs = self.__obj.gettasknamelen()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _len_return_value = resargs\n return _len_return_value", "def gettaskname(self):\n sizetaskname_ = (1 + self.gett...
[ "0.8965651", "0.7397242", "0.72126365", "0.667672", "0.6508015", "0.6390483", "0.6323408", "0.62874895", "0.61902267", "0.61406875", "0.61028075", "0.61009693", "0.61009693", "0.60868466", "0.58861375", "0.58722395", "0.58384854", "0.5818338", "0.5761852", "0.5759502", "0.575...
0.88484406
1
Obtains the task name. gettaskname(self)
def gettaskname(self): sizetaskname_ = (1 + self.gettasknamelen()) taskname_ = (ctypes.c_char * (sizetaskname_))() res = __library__.MSK_XX_gettaskname(self.__nativep,sizetaskname_,taskname_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) _taskname_retval = t...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getTaskName(self):\n return self._taskName", "def task_name(self) -> str:\n return self._task_name", "def task_name(self):\n pass", "def task(self) -> str:\n return self._task", "def gettaskname(self): # 3\n sizetaskname_ = (1 + self.gettasknamelen())\n arr_tasknam...
[ "0.9225546", "0.9222605", "0.8905019", "0.80700994", "0.7833355", "0.7788377", "0.7711659", "0.7691786", "0.7691786", "0.7611951", "0.7544766", "0.7498057", "0.74122566", "0.73614204", "0.7213984", "0.7192169", "0.71578455", "0.7126896", "0.7096741", "0.70961493", "0.7053906"...
0.7600426
10
Gets the variable type of one variable. getvartype(self,j_)
def getvartype(self,j_): vartype_ = ctypes.c_int32() res = __library__.MSK_XX_getvartype(self.__nativep,j_,ctypes.byref(vartype_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) _vartype_return_value = variabletype(vartype_.value) return (_vartype_return_valu...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getvartype(self,j_): # 3\n res,resargs = self.__obj.getvartype(j_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _vartype_return_value = resargs\n _vartype_return_value = variabletype(_vartype_return_value)\n return _vartype_retu...
[ "0.905106", "0.68339425", "0.6826129", "0.6610592", "0.64489937", "0.6415037", "0.63719475", "0.6252331", "0.61517644", "0.61124295", "0.60500795", "0.6013344", "0.5994384", "0.59254044", "0.5884005", "0.5843133", "0.5802532", "0.5790517", "0.5766481", "0.56811124", "0.566860...
0.8521373
1
Obtains the variable type for one or more variables. getvartypelist(self,subj_,vartype_)
def getvartypelist(self,subj_,vartype_): num_ = None if num_ is None: num_ = len(subj_) elif num_ != len(subj_): raise IndexError("Inconsistent length of array subj") if subj_ is None: raise ValueError("Argument subj cannot be None") if subj_ is None: raise ValueError("Argume...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getvartypelist(self,subj,vartype): # 3\n num_ = None\n if num_ is None:\n num_ = len(subj)\n elif num_ != len(subj):\n raise IndexError(\"Inconsistent length of array subj\")\n if num_ is None: num_ = 0\n if subj is None: raise TypeError(\"Invalid type for argument subj\"...
[ "0.79822195", "0.6934229", "0.6789694", "0.65395796", "0.61634475", "0.6046211", "0.5934622", "0.58922654", "0.5809417", "0.5805788", "0.56369525", "0.55829936", "0.5531917", "0.5438396", "0.5414235", "0.53518057", "0.53442925", "0.5290569", "0.52470815", "0.52378434", "0.522...
0.7767394
1
Input the linear part of an optimization task in one function call. inputdata(self,maxnumcon_,maxnumvar_,c_,cfix_,aptrb_,aptre_,asub_,aval_,bkc_,blc_,buc_,bkx_,blx_,bux_)
def inputdata(self,maxnumcon_,maxnumvar_,c_,cfix_,aptrb_,aptre_,asub_,aval_,bkc_,blc_,buc_,bkx_,blx_,bux_): numcon_ = None if numcon_ is None: numcon_ = len(buc_) elif numcon_ != len(buc_): raise IndexError("Inconsistent length of array buc") if numcon_ is None: numcon_ = len(blc_) ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def inputdata(self,maxnumcon_,maxnumvar_,c,cfix_,aptrb,aptre,asub,aval,bkc,blc,buc,bkx,blx,bux): # 3\n numcon_ = None\n if numcon_ is None:\n numcon_ = len(buc)\n elif numcon_ != len(buc):\n raise IndexError(\"Inconsistent length of array buc\")\n if numcon_ is None:\n numc...
[ "0.75954765", "0.58628434", "0.56659245", "0.5474209", "0.54651934", "0.5464624", "0.5457585", "0.5383377", "0.53758955", "0.5368115", "0.53530073", "0.53413105", "0.5320913", "0.5311969", "0.5309887", "0.5296562", "0.52821916", "0.5266035", "0.52494615", "0.524528", "0.52344...
0.7667418
0
Checks a double parameter name. isdouparname(self,parname_)
def isdouparname(self,parname_): if isinstance(parname_,unicode): parname_ = parname_.encode("utf-8",errors="replace") param_ = ctypes.c_int32() res = __library__.MSK_XX_isdouparname(self.__nativep,parname_,ctypes.byref(param_)) if res != 0: _,msg = self.__getlasterror(res) raise Error...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def isdouparname(self,parname_): # 3\n res,resargs = self.__obj.isdouparname(parname_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _param_return_value = resargs\n _param_return_value = dparam(_param_return_value)\n return _param_re...
[ "0.80806935", "0.68700576", "0.64967716", "0.63709056", "0.61381704", "0.60840553", "0.59852844", "0.5982808", "0.58434045", "0.5807862", "0.5747373", "0.57192117", "0.5711429", "0.5684285", "0.5672923", "0.56625664", "0.56414455", "0.5623535", "0.56149685", "0.5614595", "0.5...
0.75950897
1
Checks an integer parameter name. isintparname(self,parname_)
def isintparname(self,parname_): if isinstance(parname_,unicode): parname_ = parname_.encode("utf-8",errors="replace") param_ = ctypes.c_int32() res = __library__.MSK_XX_isintparname(self.__nativep,parname_,ctypes.byref(param_)) if res != 0: _,msg = self.__getlasterror(res) raise Error...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def isintparname(self,parname_): # 3\n res,resargs = self.__obj.isintparname(parname_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _param_return_value = resargs\n _param_return_value = iparam(_param_return_value)\n return _param_re...
[ "0.8943503", "0.72626674", "0.7105855", "0.6482964", "0.63203907", "0.6214711", "0.61602587", "0.61551595", "0.60910577", "0.6028535", "0.59252524", "0.57617325", "0.5749392", "0.57139874", "0.5683462", "0.5636818", "0.56267637", "0.56267637", "0.5624048", "0.56225157", "0.56...
0.8926859
1
Checks a string parameter name. isstrparname(self,parname_)
def isstrparname(self,parname_): if isinstance(parname_,unicode): parname_ = parname_.encode("utf-8",errors="replace") param_ = ctypes.c_int32() res = __library__.MSK_XX_isstrparname(self.__nativep,parname_,ctypes.byref(param_)) if res != 0: _,msg = self.__getlasterror(res) raise Error...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def isstrparname(self,parname_): # 3\n res,resargs = self.__obj.isstrparname(parname_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _param_return_value = resargs\n _param_return_value = sparam(_param_return_value)\n return _param_re...
[ "0.89850354", "0.7278682", "0.7277868", "0.7031824", "0.70296276", "0.6844901", "0.6804795", "0.6768947", "0.6753342", "0.66259956", "0.66259956", "0.64886266", "0.62590593", "0.62335366", "0.61893946", "0.6130385", "0.6129044", "0.61108005", "0.6060818", "0.6014146", "0.5991...
0.8786404
1
Directs all output from a task stream to a file. linkfiletostream(self,whichstream_,filename_,append_)
def linkfiletostream(self,whichstream_,filename_,append_): if isinstance(filename_,unicode): filename_ = filename_.encode("utf-8",errors="replace") res = __library__.MSK_XX_linkfiletotaskstream(self.__nativep,whichstream_,filename_,append_) if res != 0: _,msg = self.__getlasterror(res) rai...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def linkfiletostream(self,whichstream_,filename_,append_): # 3\n if not isinstance(whichstream_,streamtype): raise TypeError(\"Argument whichstream has wrong type\")\n res = self.__obj.linkfiletotaskstream(whichstream_,filename_,append_)\n if res != 0:\n result,msg = self.__getlasterror(res)\...
[ "0.8318727", "0.77448934", "0.7373398", "0.57945675", "0.5791961", "0.5715489", "0.5558145", "0.55282754", "0.55161315", "0.54058146", "0.533981", "0.5332803", "0.5253724", "0.5166495", "0.51639307", "0.51587784", "0.5121433", "0.50872654", "0.50666916", "0.50341964", "0.5025...
0.8256208
1
Repairs a primal infeasible optimization problem by adjusting the bounds on the constraints and variables. primalrepair(self,wlc_,wuc_,wlx_,wux_)
def primalrepair(self,wlc_,wuc_,wlx_,wux_): _wlc_minlength = self.getnumcon() if self.getnumcon() > 0 and wlc_ is not None and len(wlc_) != self.getnumcon(): raise ValueError("Array argument wlc is not long enough: Is %d, expected %d" % (len(wlc_),self.getnumcon())) if isinstance(wlc_, numpy.ndarray) ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def primalrepair(self,wlc,wuc,wlx,wux): # 3\n if wlc is None:\n wlc_ = None\n else:\n try:\n wlc_ = memoryview(wlc)\n except TypeError:\n try:\n _tmparr_wlc = array.array(\"d\",wlc)\n except TypeError:\n raise TypeError(\"Argument wlc ...
[ "0.80588853", "0.57209605", "0.56667006", "0.56207", "0.5570829", "0.55265594", "0.55035216", "0.54500896", "0.543349", "0.5393113", "0.53447133", "0.533168", "0.5316762", "0.5287845", "0.52589554", "0.5221941", "0.51770306", "0.5143078", "0.5087917", "0.50838614", "0.5065829...
0.78439325
1
Inplace reformulation of a QCQP to a COP toconic(self)
def toconic(self): res = __library__.MSK_XX_toconic(self.__nativep) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def qchannel_to_qiskit(representation):\n\n rep = representation.representation\n # Find what representation it is.\n # Then create the corresponding matrix and shape it like qiskit is expecting it.\n # Finally, create the qiskit representation from that matrix.\n if rep in (RepresentationType.PTM, ...
[ "0.5834786", "0.5763762", "0.5494851", "0.54759103", "0.54056937", "0.52836055", "0.5276868", "0.52675694", "0.523278", "0.5229992", "0.5162237", "0.5157569", "0.5150449", "0.5148391", "0.51430106", "0.508227", "0.50785273", "0.50548977", "0.5018255", "0.49843046", "0.4980547...
0.0
-1
Optimizes the problem. optimize(self)
def optimize(self): trmcode_ = ctypes.c_int32() res = __library__.MSK_XX_optimizetrm(self.__nativep,ctypes.byref(trmcode_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) _trmcode_return_value = rescode(trmcode_.value) return (_trmcode_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def minimize(self):\n pass", "def minimize(self):\n raise NotImplementedError", "def Optimize(self):\n return _gmat_py.Optimizer_Optimize(self)", "def _optimise(self):\n pass", "def Optimize(self):\n return _gmat_py.ExternalOptimizer_Optimize(self)", "def optimize(self)...
[ "0.77038383", "0.7509769", "0.735032", "0.730405", "0.7098665", "0.7035441", "0.6961135", "0.68164253", "0.6750857", "0.67198616", "0.6691278", "0.66578263", "0.6605731", "0.6562218", "0.6558255", "0.65536994", "0.6548704", "0.65304416", "0.65304416", "0.65304416", "0.6499936...
0.0
-1
Commits all cached problem changes. commitchanges(self)
def commitchanges(self): res = __library__.MSK_XX_commitchanges(self.__nativep) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def commitchanges(self): # 3\n res = self.__obj.commitchanges()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def commit_changes(self):\n self.connection.commit()", "def commit(self):\n pass", "def commit(self):\n pass",...
[ "0.76084656", "0.676833", "0.6732544", "0.6732544", "0.6732544", "0.6732544", "0.6732544", "0.6690966", "0.66586244", "0.6633915", "0.6497338", "0.64345556", "0.6411314", "0.6405037", "0.63306653", "0.6300718", "0.6299956", "0.62567204", "0.62290084", "0.6215825", "0.615116",...
0.70863163
1
Gets the current A matrix truncation threshold. getatruncatetol(self,tolzero_)
def getatruncatetol(self,tolzero_): _tolzero_minlength = 1 if 1 > 0 and tolzero_ is not None and len(tolzero_) != 1: raise ValueError("Array argument tolzero is not long enough: Is %d, expected %d" % (len(tolzero_),1)) if isinstance(tolzero_,numpy.ndarray) and not tolzero_.flags.writeable: raise...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putatruncatetol(self,tolzero_):\n res = __library__.MSK_XX_putatruncatetol(self.__nativep,tolzero_)\n if res != 0:\n _,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def root_threshold(self):\n return self._ll_tree.get_root_threshold()", "def get_abs_tolerance(self...
[ "0.67641044", "0.55815715", "0.55104095", "0.54922104", "0.536327", "0.53503454", "0.5266048", "0.52519375", "0.5251207", "0.51428974", "0.50763685", "0.5071689", "0.505621", "0.501474", "0.50051814", "0.49723387", "0.49293035", "0.49293035", "0.48994562", "0.48980278", "0.48...
0.7983391
0
Truncates all elements in A below a certain tolerance to zero. putatruncatetol(self,tolzero_)
def putatruncatetol(self,tolzero_): res = __library__.MSK_XX_putatruncatetol(self.__nativep,tolzero_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getatruncatetol(self,tolzero_):\n _tolzero_minlength = 1\n if 1 > 0 and tolzero_ is not None and len(tolzero_) != 1:\n raise ValueError(\"Array argument tolzero is not long enough: Is %d, expected %d\" % (len(tolzero_),1))\n if isinstance(tolzero_,numpy.ndarray) and not tolzero_.flags.writeable:\...
[ "0.80036145", "0.5751662", "0.5640666", "0.5628784", "0.55079186", "0.5492442", "0.5491674", "0.5307355", "0.5290475", "0.5286937", "0.52232546", "0.5209159", "0.5189761", "0.51801574", "0.5154854", "0.51260567", "0.5098613", "0.50700945", "0.5041812", "0.50397253", "0.503684...
0.7630597
1
Changes a single value in the linear coefficient matrix. putaij(self,i_,j_,aij_)
def putaij(self,i_,j_,aij_): res = __library__.MSK_XX_putaij(self.__nativep,i_,j_,aij_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putaij(self,i_,j_,aij_): # 3\n res = self.__obj.putaij(i_,j_,aij_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def getaij(self,i_,j_):\n aij_ = ctypes.c_double()\n res = __library__.MSK_XX_getaij(self.__nativep,i_,j_,ctypes.byref(aij...
[ "0.77300495", "0.6668987", "0.6660921", "0.6471983", "0.64646226", "0.6461473", "0.61172444", "0.6107512", "0.60523355", "0.6006178", "0.5970558", "0.5945894", "0.5909612", "0.59052235", "0.58720404", "0.58607316", "0.58551913", "0.58178586", "0.5790797", "0.5705922", "0.5656...
0.783983
0
Changes one or more coefficients in the linear constraint matrix. putaijlist(self,subi_,subj_,valij_)
def putaijlist(self,subi_,subj_,valij_): num_ = None if num_ is None: num_ = len(subi_) elif num_ != len(subi_): raise IndexError("Inconsistent length of array subi") if num_ is None: num_ = len(subj_) elif num_ != len(subj_): raise IndexError("Inconsistent length of array su...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putaijlist(self,subi,subj,valij): # 3\n num_ = None\n if num_ is None:\n num_ = len(subi)\n elif num_ != len(subi):\n raise IndexError(\"Inconsistent length of array subi\")\n if num_ is None:\n num_ = len(subj)\n elif num_ != len(subj):\n raise IndexError(\...
[ "0.76199657", "0.67067486", "0.6587105", "0.6432624", "0.6215005", "0.61117065", "0.5975101", "0.59496117", "0.5931895", "0.5928728", "0.5910426", "0.5877166", "0.56786174", "0.5629414", "0.5609968", "0.5585486", "0.5579588", "0.55791116", "0.5475792", "0.54427344", "0.536428...
0.7752596
0
Replaces all elements in one column of the linear constraint matrix. putacol(self,j_,subj_,valj_)
def putacol(self,j_,subj_,valj_): nzj_ = None if nzj_ is None: nzj_ = len(subj_) elif nzj_ != len(subj_): raise IndexError("Inconsistent length of array subj") if nzj_ is None: nzj_ = len(valj_) elif nzj_ != len(valj_): raise IndexError("Inconsistent length of array valj") ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putacol(self,j_,subj,valj): # 3\n nzj_ = None\n if nzj_ is None:\n nzj_ = len(subj)\n elif nzj_ != len(subj):\n raise IndexError(\"Inconsistent length of array subj\")\n if nzj_ is None:\n nzj_ = len(valj)\n elif nzj_ != len(valj):\n raise IndexError(\"Incon...
[ "0.7239256", "0.66198826", "0.6576874", "0.6424902", "0.5502499", "0.54932886", "0.5471949", "0.546628", "0.5395238", "0.5250104", "0.51579374", "0.5112476", "0.5112115", "0.5078982", "0.50694185", "0.506477", "0.5047945", "0.50186586", "0.5005424", "0.49487793", "0.49407876"...
0.7026005
1
Replaces all elements in one row of the linear constraint matrix. putarow(self,i_,subi_,vali_)
def putarow(self,i_,subi_,vali_): nzi_ = None if nzi_ is None: nzi_ = len(subi_) elif nzi_ != len(subi_): raise IndexError("Inconsistent length of array subi") if nzi_ is None: nzi_ = len(vali_) elif nzi_ != len(vali_): raise IndexError("Inconsistent length of array vali") ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putarow(self,i_,subi,vali): # 3\n nzi_ = None\n if nzi_ is None:\n nzi_ = len(subi)\n elif nzi_ != len(subi):\n raise IndexError(\"Inconsistent length of array subi\")\n if nzi_ is None:\n nzi_ = len(vali)\n elif nzi_ != len(vali):\n raise IndexError(\"Incon...
[ "0.67917335", "0.60628814", "0.5958818", "0.5807271", "0.5769178", "0.56926376", "0.5588199", "0.5587641", "0.5496159", "0.54637206", "0.5370489", "0.5326177", "0.5312469", "0.5302563", "0.52845985", "0.52328", "0.51951206", "0.5188997", "0.5179855", "0.5082866", "0.50648874"...
0.6598026
1
Replaces all elements in several rows the linear constraint matrix. putarowslice(self,first_,last_,ptrb_,ptre_,asub_,aval_)
def putarowslice(self,first_,last_,ptrb_,ptre_,asub_,aval_): _ptrb_minlength = ((last_) - (first_)) if ((last_) - (first_)) > 0 and ptrb_ is not None and len(ptrb_) != ((last_) - (first_)): raise ValueError("Array argument ptrb is not long enough: Is %d, expected %d" % (len(ptrb_),((last_) - (first_)))) ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putacolslice(self,first_,last_,ptrb_,ptre_,asub_,aval_):\n if ptrb_ is None:\n raise ValueError(\"Argument ptrb cannot be None\")\n if ptrb_ is None:\n raise ValueError(\"Argument ptrb may not be None\")\n if isinstance(ptrb_, numpy.ndarray) and ptrb_.dtype is numpy.dtype(numpy.int64) and pt...
[ "0.7404314", "0.7322725", "0.7104161", "0.6849304", "0.6482448", "0.61469907", "0.61213756", "0.6089529", "0.5984134", "0.59686124", "0.59560657", "0.59348285", "0.591947", "0.5878643", "0.58049715", "0.5793094", "0.574386", "0.55775774", "0.5560746", "0.54988486", "0.5478345...
0.7555351
0
Replaces all elements in several rows of the linear constraint matrix. putarowlist(self,sub_,ptrb_,ptre_,asub_,aval_)
def putarowlist(self,sub_,ptrb_,ptre_,asub_,aval_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if num_ is None: num_ = len(ptrb_) elif num_ != len(ptrb_): raise IndexError("Inconsistent length of ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putacollist(self,sub_,ptrb_,ptre_,asub_,aval_):\n num_ = None\n if num_ is None:\n num_ = len(sub_)\n elif num_ != len(sub_):\n raise IndexError(\"Inconsistent length of array sub\")\n if num_ is None:\n num_ = len(ptrb_)\n elif num_ != len(ptrb_):\n raise IndexError(\"Incons...
[ "0.7166984", "0.70779383", "0.7077155", "0.7009495", "0.6519843", "0.61421853", "0.6117272", "0.608168", "0.59091073", "0.58321506", "0.5795848", "0.5780153", "0.57748336", "0.5751861", "0.5738041", "0.5662904", "0.56070936", "0.54496944", "0.5404027", "0.5375109", "0.5352889...
0.73380697
0
Replaces all elements in a sequence of columns the linear constraint matrix. putacolslice(self,first_,last_,ptrb_,ptre_,asub_,aval_)
def putacolslice(self,first_,last_,ptrb_,ptre_,asub_,aval_): if ptrb_ is None: raise ValueError("Argument ptrb cannot be None") if ptrb_ is None: raise ValueError("Argument ptrb may not be None") if isinstance(ptrb_, numpy.ndarray) and ptrb_.dtype is numpy.dtype(numpy.int64) and ptrb_.flags.cont...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putacolslice(self,first_,last_,ptrb,ptre,asub,aval): # 3\n if ptrb is None: raise TypeError(\"Invalid type for argument ptrb\")\n if ptrb is None:\n ptrb_ = None\n else:\n try:\n ptrb_ = memoryview(ptrb)\n except TypeError:\n try:\n _tmparr_ptrb ...
[ "0.7589353", "0.7360616", "0.6743218", "0.64514834", "0.6416378", "0.64101464", "0.63146544", "0.6266777", "0.6082965", "0.58759755", "0.57552385", "0.5581388", "0.55421555", "0.54518884", "0.53525954", "0.53166443", "0.52935916", "0.52841985", "0.5253678", "0.5235242", "0.52...
0.79024863
0
Replaces all elements in several columns the linear constraint matrix. putacollist(self,sub_,ptrb_,ptre_,asub_,aval_)
def putacollist(self,sub_,ptrb_,ptre_,asub_,aval_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if num_ is None: num_ = len(ptrb_) elif num_ != len(ptrb_): raise IndexError("Inconsistent length of ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putacollist(self,sub,ptrb,ptre,asub,aval): # 3\n num_ = None\n if num_ is None:\n num_ = len(sub)\n elif num_ != len(sub):\n raise IndexError(\"Inconsistent length of array sub\")\n if num_ is None:\n num_ = len(ptrb)\n elif num_ != len(ptrb):\n raise IndexE...
[ "0.74245644", "0.6290077", "0.6092594", "0.60655177", "0.5945023", "0.5859933", "0.5820203", "0.58128494", "0.57564044", "0.56575847", "0.5627294", "0.55868393", "0.5496758", "0.5488544", "0.5481107", "0.5311536", "0.49722016", "0.49675912", "0.4916937", "0.49151236", "0.4907...
0.7473528
0
Inputs an element of barA. putbaraij(self,i_,j_,sub_,weights_)
def putbaraij(self,i_,j_,sub_,weights_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if num_ is None: num_ = len(weights_) elif num_ != len(weights_): raise IndexError("Inconsistent length of array...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putbaraij(self,i_,j_,sub,weights): # 3\n num_ = None\n if num_ is None:\n num_ = len(sub)\n elif num_ != len(sub):\n raise IndexError(\"Inconsistent length of array sub\")\n if num_ is None:\n num_ = len(weights)\n elif num_ != len(weights):\n raise IndexErr...
[ "0.8622167", "0.7611092", "0.7276272", "0.72428167", "0.6288931", "0.6111654", "0.60395956", "0.5904328", "0.58659524", "0.58246255", "0.57645816", "0.55474997", "0.5455191", "0.54046607", "0.5398408", "0.53886384", "0.52858645", "0.526097", "0.5223889", "0.5210424", "0.52021...
0.81481034
1
Inputs list of elements of barA. putbaraijlist(self,subi_,subj_,alphaptrb_,alphaptre_,matidx_,weights_)
def putbaraijlist(self,subi_,subj_,alphaptrb_,alphaptre_,matidx_,weights_): num_ = None if num_ is None: num_ = len(subi_) elif num_ != len(subi_): raise IndexError("Inconsistent length of array subi") if num_ is None: num_ = len(subj_) elif num_ != len(subj_): raise IndexErr...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putbaraij(self,i_,j_,sub,weights): # 3\n num_ = None\n if num_ is None:\n num_ = len(sub)\n elif num_ != len(sub):\n raise IndexError(\"Inconsistent length of array sub\")\n if num_ is None:\n num_ = len(weights)\n elif num_ != len(weights):\n raise IndexErr...
[ "0.72721004", "0.6810426", "0.671993", "0.6488707", "0.60943043", "0.5819522", "0.575237", "0.54880625", "0.52580094", "0.51958394", "0.5174712", "0.5102174", "0.50996226", "0.5046311", "0.50254816", "0.49972755", "0.49248773", "0.49245527", "0.48816815", "0.48778692", "0.487...
0.822026
0
Replace a set of rows of barA putbararowlist(self,subi_,ptrb_,ptre_,subj_,nummat_,matidx_,weights_)
def putbararowlist(self,subi_,ptrb_,ptre_,subj_,nummat_,matidx_,weights_): num_ = None if num_ is None: num_ = len(subi_) elif num_ != len(subi_): raise IndexError("Inconsistent length of array subi") if num_ is None: num_ = len(ptrb_) elif num_ != len(ptrb_): raise IndexErro...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putbaraijlist(self,subi_,subj_,alphaptrb_,alphaptre_,matidx_,weights_):\n num_ = None\n if num_ is None:\n num_ = len(subi_)\n elif num_ != len(subi_):\n raise IndexError(\"Inconsistent length of array subi\")\n if num_ is None:\n num_ = len(subj_)\n elif num_ != len(subj_):\n ...
[ "0.69141024", "0.57564807", "0.56130505", "0.55167717", "0.5442003", "0.5344216", "0.5246333", "0.5187387", "0.5142179", "0.49682668", "0.48680598", "0.48350987", "0.4808861", "0.4752955", "0.4751432", "0.47513345", "0.47332814", "0.46975785", "0.467135", "0.4622978", "0.4565...
0.7620331
0
Obtains the number of nonzero elements in barc. getnumbarcnz(self)
def getnumbarcnz(self): nz_ = ctypes.c_int64() res = __library__.MSK_XX_getnumbarcnz(self.__nativep,ctypes.byref(nz_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) nz_ = nz_.value _nz_return_value = nz_ return (_nz_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getnumbarcnz(self): # 3\n res,resargs = self.__obj.getnumbarcnz()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _nz_return_value = resargs\n return _nz_return_value", "def getnumbaranz(self):\n nz_ = ctypes.c_int64()\n res = _...
[ "0.8414863", "0.732054", "0.7181858", "0.6833535", "0.6721521", "0.66638815", "0.65889084", "0.64409876", "0.64379865", "0.64336276", "0.63874006", "0.6374218", "0.6348899", "0.6307783", "0.6306807", "0.62579656", "0.62028146", "0.6169162", "0.61074764", "0.60677207", "0.6067...
0.790851
1
Get the number of nonzero elements in barA. getnumbaranz(self)
def getnumbaranz(self): nz_ = ctypes.c_int64() res = __library__.MSK_XX_getnumbaranz(self.__nativep,ctypes.byref(nz_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) nz_ = nz_.value _nz_return_value = nz_ return (_nz_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getnumbaranz(self): # 3\n res,resargs = self.__obj.getnumbaranz()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _nz_return_value = resargs\n return _nz_return_value", "def getnumbarcnz(self): # 3\n res,resargs = self.__obj.getn...
[ "0.73079044", "0.695428", "0.6405161", "0.6346526", "0.6294061", "0.62621385", "0.62515223", "0.6134515", "0.6053183", "0.60438895", "0.60046744", "0.5997218", "0.59886605", "0.5983975", "0.59795845", "0.59599566", "0.5944614", "0.59325683", "0.5888442", "0.5874875", "0.58482...
0.71311706
1
Get the positions of the nonzero elements in barc. getbarcsparsity(self,idxj_)
def getbarcsparsity(self,idxj_): maxnumnz_ = self.getnumbarcnz() numnz_ = ctypes.c_int64() _idxj_minlength = (maxnumnz_) if (maxnumnz_) > 0 and idxj_ is not None and len(idxj_) != (maxnumnz_): raise ValueError("Array argument idxj is not long enough: Is %d, expected %d" % (len(idxj_),(maxnumnz_)))...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbarcsparsity(self,idxj): # 3\n maxnumnz_ = self.getnumbarcnz()\n if idxj is None: raise TypeError(\"Invalid type for argument idxj\")\n _copyback_idxj = False\n if idxj is None:\n idxj_ = None\n else:\n try:\n idxj_ = memoryview(idxj)\n except TypeError...
[ "0.7913995", "0.7098691", "0.70675564", "0.6986523", "0.6893359", "0.6240509", "0.62401795", "0.5906834", "0.5778606", "0.57324004", "0.5551815", "0.5542871", "0.54500717", "0.52832943", "0.52578807", "0.52447194", "0.5243626", "0.5220802", "0.5206901", "0.51710534", "0.51589...
0.7981993
0
Obtains the sparsity pattern of the barA matrix. getbarasparsity(self,idxij_)
def getbarasparsity(self,idxij_): maxnumnz_ = self.getnumbaranz() numnz_ = ctypes.c_int64() _idxij_minlength = (maxnumnz_) if (maxnumnz_) > 0 and idxij_ is not None and len(idxij_) != (maxnumnz_): raise ValueError("Array argument idxij is not long enough: Is %d, expected %d" % (len(idxij_),(maxnum...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbarasparsity(self,idxij): # 3\n maxnumnz_ = self.getnumbaranz()\n if idxij is None: raise TypeError(\"Invalid type for argument idxij\")\n _copyback_idxij = False\n if idxij is None:\n idxij_ = None\n else:\n try:\n idxij_ = memoryview(idxij)\n except T...
[ "0.77351505", "0.72915465", "0.72167975", "0.5404141", "0.5340408", "0.5338645", "0.5234122", "0.52128935", "0.5133407", "0.51011145", "0.4957848", "0.49559408", "0.4946568", "0.48629996", "0.48176265", "0.47592816", "0.47335243", "0.47119555", "0.47081134", "0.46808594", "0....
0.7716057
1
Obtains information about an element in barc. getbarcidxinfo(self,idx_)
def getbarcidxinfo(self,idx_): num_ = ctypes.c_int64() res = __library__.MSK_XX_getbarcidxinfo(self.__nativep,idx_,ctypes.byref(num_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) num_ = num_.value _num_return_value = num_ return (_num_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbarcidxinfo(self,idx_): # 3\n res,resargs = self.__obj.getbarcidxinfo(idx_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _num_return_value = resargs\n return _num_return_value", "def getbaraidxinfo(self,idx_):\n num_ = ctypes...
[ "0.86891156", "0.71962595", "0.70044905", "0.69010836", "0.6858001", "0.5903754", "0.5803983", "0.5737491", "0.56529295", "0.56049544", "0.55654025", "0.5553507", "0.54870677", "0.5413116", "0.5405953", "0.53953177", "0.5377202", "0.53466", "0.5336274", "0.53325117", "0.53131...
0.84884477
1
Obtains the row index of an element in barc. getbarcidxj(self,idx_)
def getbarcidxj(self,idx_): j_ = ctypes.c_int32() res = __library__.MSK_XX_getbarcidxj(self.__nativep,idx_,ctypes.byref(j_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) j_ = j_.value _j_return_value = j_ return (_j_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbarcidxj(self,idx_): # 3\n res,resargs = self.__obj.getbarcidxj(idx_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _j_return_value = resargs\n return _j_return_value", "def getbaraidxij(self,idx_): # 3\n res,resargs = self....
[ "0.8396391", "0.71261173", "0.70907575", "0.67884517", "0.6727334", "0.6509022", "0.6382574", "0.62180233", "0.61967444", "0.6188288", "0.6149179", "0.61295444", "0.6103931", "0.6080982", "0.6072824", "0.60486424", "0.6047505", "0.6035643", "0.6004207", "0.5998882", "0.594949...
0.81668854
1
Obtains information about an element in barc. getbarcidx(self,idx_,sub_,weights_)
def getbarcidx(self,idx_,sub_,weights_): maxnum_ = self.getbarcidxinfo((idx_)) j_ = ctypes.c_int32() num_ = ctypes.c_int64() _sub_minlength = (maxnum_) if (maxnum_) > 0 and sub_ is not None and len(sub_) != (maxnum_): raise ValueError("Array argument sub is not long enough: Is %d, expected %d"...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbarcidx(self,idx_,sub,weights): # 3\n maxnum_ = self.getbarcidxinfo((idx_))\n if sub is None: raise TypeError(\"Invalid type for argument sub\")\n _copyback_sub = False\n if sub is None:\n sub_ = None\n else:\n try:\n sub_ = memoryview(sub)\n except Typ...
[ "0.81144726", "0.72846395", "0.7217906", "0.665363", "0.6640706", "0.6635058", "0.65106195", "0.63355154", "0.5838797", "0.5818682", "0.5737795", "0.5736788", "0.55965847", "0.553447", "0.5459193", "0.5442391", "0.5383529", "0.5376213", "0.5336467", "0.5267637", "0.5224516", ...
0.80855787
1
Obtains the number of terms in the weighted sum that form a particular element in barA. getbaraidxinfo(self,idx_)
def getbaraidxinfo(self,idx_): num_ = ctypes.c_int64() res = __library__.MSK_XX_getbaraidxinfo(self.__nativep,idx_,ctypes.byref(num_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) num_ = num_.value _num_return_value = num_ return (_num_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbaraidxinfo(self,idx_): # 3\n res,resargs = self.__obj.getbaraidxinfo(idx_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _num_return_value = resargs\n return _num_return_value", "def getbarcidxinfo(self,idx_): # 3\n res,res...
[ "0.7756773", "0.6507387", "0.64196265", "0.6186367", "0.6128352", "0.5972996", "0.5923507", "0.59121716", "0.5646623", "0.5492446", "0.5417949", "0.5402761", "0.53898597", "0.53793544", "0.5307793", "0.5303424", "0.5293265", "0.5285976", "0.5244835", "0.523641", "0.5207586", ...
0.7473943
1
Obtains information about an element in barA. getbaraidxij(self,idx_)
def getbaraidxij(self,idx_): i_ = ctypes.c_int32() j_ = ctypes.c_int32() res = __library__.MSK_XX_getbaraidxij(self.__nativep,idx_,ctypes.byref(i_),ctypes.byref(j_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) i_ = i_.value _i_return_value = i_ j_ ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbaraidxij(self,idx_): # 3\n res,resargs = self.__obj.getbaraidxij(idx_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _i_return_value,_j_return_value = resargs\n return _i_return_value,_j_return_value", "def getbaraidxinfo(self,i...
[ "0.8346773", "0.77193934", "0.754142", "0.67876697", "0.6486184", "0.64195204", "0.6404053", "0.640032", "0.6305876", "0.59074754", "0.5890297", "0.58680964", "0.58324194", "0.5825518", "0.5760624", "0.5729917", "0.565855", "0.56582534", "0.56447303", "0.5631596", "0.55810976...
0.7791537
1
Obtains information about an element in barA. getbaraidx(self,idx_,sub_,weights_)
def getbaraidx(self,idx_,sub_,weights_): maxnum_ = self.getbaraidxinfo((idx_)) i_ = ctypes.c_int32() j_ = ctypes.c_int32() num_ = ctypes.c_int64() _sub_minlength = (maxnum_) if (maxnum_) > 0 and sub_ is not None and len(sub_) != (maxnum_): raise ValueError("Array argument sub is not long e...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbaraidx(self,idx_,sub,weights): # 3\n maxnum_ = self.getbaraidxinfo((idx_))\n if sub is None: raise TypeError(\"Invalid type for argument sub\")\n _copyback_sub = False\n if sub is None:\n sub_ = None\n else:\n try:\n sub_ = memoryview(sub)\n except Typ...
[ "0.79349804", "0.7220432", "0.6909607", "0.68911463", "0.66678464", "0.66436964", "0.63469344", "0.59986603", "0.59368634", "0.5867839", "0.57814175", "0.56003904", "0.5393162", "0.5353795", "0.53340846", "0.5328281", "0.5303927", "0.53004795", "0.52901924", "0.5209837", "0.5...
0.7813326
1
Obtains an upper bound on the number of elements in the block triplet form of barc. getnumbarcblocktriplets(self)
def getnumbarcblocktriplets(self): num_ = ctypes.c_int64() res = __library__.MSK_XX_getnumbarcblocktriplets(self.__nativep,ctypes.byref(num_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) num_ = num_.value _num_return_value = num_ return (_num_return_va...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getnumbarcblocktriplets(self): # 3\n res,resargs = self.__obj.getnumbarcblocktriplets()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _num_return_value = resargs\n return _num_return_value", "def getnumbarablocktriplets(self): # 3\n...
[ "0.85420984", "0.75696456", "0.7015618", "0.6847383", "0.6627744", "0.64907646", "0.6451518", "0.64438766", "0.6355343", "0.63185966", "0.62884474", "0.62712073", "0.62185615", "0.61999696", "0.61999696", "0.61999696", "0.61999696", "0.61817807", "0.61790687", "0.61690867", "...
0.7878391
1
Inputs barC in block triplet form. putbarcblocktriplet(self,num_,subj_,subk_,subl_,valjkl_)
def putbarcblocktriplet(self,num_,subj_,subk_,subl_,valjkl_): _subj_minlength = (num_) if (num_) > 0 and subj_ is not None and len(subj_) != (num_): raise ValueError("Array argument subj is not long enough: Is %d, expected %d" % (len(subj_),(num_))) if subj_ is None: raise ValueError("Argument s...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putbarcblocktriplet(self,num_,subj,subk,subl,valjkl): # 3\n if subj is None: raise TypeError(\"Invalid type for argument subj\")\n if subj is None:\n subj_ = None\n else:\n try:\n subj_ = memoryview(subj)\n except TypeError:\n try:\n _tmparr_subj...
[ "0.7797572", "0.7431309", "0.7382793", "0.67077404", "0.6499392", "0.6443641", "0.6285413", "0.55697286", "0.5277591", "0.49592826", "0.49534807", "0.48163047", "0.48131326", "0.4768959", "0.47384974", "0.47332403", "0.47224998", "0.4697508", "0.46888828", "0.46643606", "0.46...
0.78210664
0
Obtains barC in block triplet form. getbarcblocktriplet(self,subj_,subk_,subl_,valjkl_)
def getbarcblocktriplet(self,subj_,subk_,subl_,valjkl_): maxnum_ = self.getnumbarcblocktriplets() num_ = ctypes.c_int64() _subj_minlength = (maxnum_) if (maxnum_) > 0 and subj_ is not None and len(subj_) != (maxnum_): raise ValueError("Array argument subj is not long enough: Is %d, expected %d" % ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbarcblocktriplet(self,subj,subk,subl,valjkl): # 3\n maxnum_ = self.getnumbarcblocktriplets()\n if subj is None: raise TypeError(\"Invalid type for argument subj\")\n _copyback_subj = False\n if subj is None:\n subj_ = None\n else:\n try:\n subj_ = memoryview(s...
[ "0.8242245", "0.73333", "0.71987563", "0.6874446", "0.6724419", "0.57594484", "0.55948", "0.52580005", "0.51605344", "0.5067685", "0.5061451", "0.5032754", "0.50226194", "0.49841416", "0.49765313", "0.4926271", "0.49114424", "0.4871388", "0.48678747", "0.48249632", "0.4824963...
0.8230452
1
Inputs barA in block triplet form. putbarablocktriplet(self,num_,subi_,subj_,subk_,subl_,valijkl_)
def putbarablocktriplet(self,num_,subi_,subj_,subk_,subl_,valijkl_): _subi_minlength = (num_) if (num_) > 0 and subi_ is not None and len(subi_) != (num_): raise ValueError("Array argument subi is not long enough: Is %d, expected %d" % (len(subi_),(num_))) if subi_ is None: raise ValueError("Arg...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putbarablocktriplet(self,num_,subi,subj,subk,subl,valijkl): # 3\n if subi is None: raise TypeError(\"Invalid type for argument subi\")\n if subi is None:\n subi_ = None\n else:\n try:\n subi_ = memoryview(subi)\n except TypeError:\n try:\n _tmpar...
[ "0.7724536", "0.76001674", "0.7368044", "0.7276849", "0.70442146", "0.6847936", "0.66217136", "0.6007909", "0.5981407", "0.5901117", "0.5549072", "0.5326024", "0.53235453", "0.51292914", "0.5128834", "0.50121427", "0.5005257", "0.4898183", "0.48976943", "0.48955905", "0.48938...
0.74522436
2
Obtains an upper bound on the number of scalar elements in the block triplet form of bara. getnumbarablocktriplets(self)
def getnumbarablocktriplets(self): num_ = ctypes.c_int64() res = __library__.MSK_XX_getnumbarablocktriplets(self.__nativep,ctypes.byref(num_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) num_ = num_.value _num_return_value = num_ return (_num_return_va...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getnumbarablocktriplets(self): # 3\n res,resargs = self.__obj.getnumbarablocktriplets()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _num_return_value = resargs\n return _num_return_value", "def getnumbarcblocktriplets(self): # 3\n...
[ "0.82595944", "0.8122216", "0.7633738", "0.6887998", "0.6663699", "0.6631301", "0.64007086", "0.6396754", "0.63777614", "0.632827", "0.6285043", "0.6273211", "0.62282586", "0.6213626", "0.61684984", "0.616576", "0.61654574", "0.61307305", "0.608089", "0.60745347", "0.60691917...
0.73850656
3
Obtains barA in block triplet form. getbarablocktriplet(self,subi_,subj_,subk_,subl_,valijkl_)
def getbarablocktriplet(self,subi_,subj_,subk_,subl_,valijkl_): maxnum_ = self.getnumbarablocktriplets() num_ = ctypes.c_int64() _subi_minlength = (maxnum_) if (maxnum_) > 0 and subi_ is not None and len(subi_) != (maxnum_): raise ValueError("Array argument subi is not long enough: Is %d, expected...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getbarablocktriplet(self,subi,subj,subk,subl,valijkl): # 3\n maxnum_ = self.getnumbarablocktriplets()\n if subi is None: raise TypeError(\"Invalid type for argument subi\")\n _copyback_subi = False\n if subi is None:\n subi_ = None\n else:\n try:\n subi_ = memory...
[ "0.80541843", "0.7718639", "0.7490929", "0.70500946", "0.69929564", "0.692479", "0.68191475", "0.5320601", "0.5103941", "0.5083685", "0.505206", "0.5037894", "0.49752373", "0.49659145", "0.49474913", "0.48905304", "0.48676184", "0.4846214", "0.48412463", "0.4812279", "0.47859...
0.7856036
1
Changes the bound for one constraint. putconbound(self,i_,bkc_,blc_,buc_)
def putconbound(self,i_,bkc_,blc_,buc_): res = __library__.MSK_XX_putconbound(self.__nativep,i_,bkc_,blc_,buc_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putconbound(self,i_,bk_,bl_,bu_): # 3\n if not isinstance(bk_,boundkey): raise TypeError(\"Argument bk has wrong type\")\n res = self.__obj.putconbound(i_,bk_,bl_,bu_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putbound(self,accm...
[ "0.8431577", "0.74671066", "0.7019133", "0.69383395", "0.67582726", "0.6713032", "0.6695471", "0.6479412", "0.6461108", "0.6328686", "0.62583214", "0.62065446", "0.6160253", "0.607104", "0.60688263", "0.6038663", "0.6010842", "0.5968073", "0.59461397", "0.59395623", "0.587561...
0.8324798
1
Changes the bounds of a list of constraints. putconboundlist(self,sub_,bkc_,blc_,buc_)
def putconboundlist(self,sub_,bkc_,blc_,buc_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if num_ is None: num_ = len(bkc_) elif num_ != len(bkc_): raise IndexError("Inconsistent length of array b...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putconboundlistconst(self,sub_,bkc_,blc_,buc_):\n num_ = None\n if num_ is None:\n num_ = len(sub_)\n elif num_ != len(sub_):\n raise IndexError(\"Inconsistent length of array sub\")\n if sub_ is None:\n raise ValueError(\"Argument sub cannot be None\")\n if sub_ is None:\n r...
[ "0.84011555", "0.76973206", "0.73664284", "0.71282125", "0.6763163", "0.65985745", "0.65650123", "0.65250516", "0.6457567", "0.6309675", "0.6039203", "0.59684473", "0.59512186", "0.582025", "0.5767994", "0.5653089", "0.56379414", "0.5575884", "0.55110615", "0.54968846", "0.54...
0.80374026
1
Changes the bounds of a list of constraints. putconboundlistconst(self,sub_,bkc_,blc_,buc_)
def putconboundlistconst(self,sub_,bkc_,blc_,buc_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if sub_ is None: raise ValueError("Argument sub cannot be None") if sub_ is None: raise ValueError("A...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putconboundlist(self,sub_,bkc_,blc_,buc_):\n num_ = None\n if num_ is None:\n num_ = len(sub_)\n elif num_ != len(sub_):\n raise IndexError(\"Inconsistent length of array sub\")\n if num_ is None:\n num_ = len(bkc_)\n elif num_ != len(bkc_):\n raise IndexError(\"Inconsistent ...
[ "0.78857696", "0.78076875", "0.7175673", "0.7004306", "0.67201793", "0.6420127", "0.6372808", "0.63401717", "0.623137", "0.620073", "0.60859454", "0.59860647", "0.58440953", "0.58174753", "0.5684682", "0.56770265", "0.56493884", "0.56027967", "0.5551834", "0.551165", "0.55048...
0.870948
0
Changes the bounds for a slice of the constraints. putconboundslice(self,first_,last_,bkc_,blc_,buc_)
def putconboundslice(self,first_,last_,bkc_,blc_,buc_): _bkc_minlength = ((last_) - (first_)) if ((last_) - (first_)) > 0 and bkc_ is not None and len(bkc_) != ((last_) - (first_)): raise ValueError("Array argument bkc is not long enough: Is %d, expected %d" % (len(bkc_),((last_) - (first_)))) if bkc_...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putconboundsliceconst(self,first_,last_,bkc_,blc_,buc_):\n res = __library__.MSK_XX_putconboundsliceconst(self.__nativep,first_,last_,bkc_,blc_,buc_)\n if res != 0:\n _,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putconboundslice(self,first_,last_,bk,bl,bu): # 3\n ...
[ "0.8424689", "0.7909946", "0.77987653", "0.7661096", "0.7383701", "0.72629064", "0.71362746", "0.69376904", "0.6732253", "0.6692375", "0.6643416", "0.6629445", "0.655081", "0.652846", "0.64281434", "0.6054415", "0.6003487", "0.58678806", "0.5852181", "0.5829782", "0.582154", ...
0.79280216
1
Changes the bounds for a slice of the constraints. putconboundsliceconst(self,first_,last_,bkc_,blc_,buc_)
def putconboundsliceconst(self,first_,last_,bkc_,blc_,buc_): res = __library__.MSK_XX_putconboundsliceconst(self.__nativep,first_,last_,bkc_,blc_,buc_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putvarboundsliceconst(self,first_,last_,bkx_,blx_,bux_):\n res = __library__.MSK_XX_putvarboundsliceconst(self.__nativep,first_,last_,bkx_,blx_,bux_)\n if res != 0:\n _,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putconboundslice(self,first_,last_,bkc_,blc_,buc_):\n ...
[ "0.7940694", "0.7843107", "0.7633073", "0.7385376", "0.7198701", "0.7138386", "0.7068631", "0.6802846", "0.6657966", "0.6564169", "0.65478146", "0.65182567", "0.64068395", "0.63733363", "0.62952274", "0.61070985", "0.60120577", "0.58785725", "0.58716613", "0.578715", "0.57703...
0.88294995
0
Changes the bounds for one variable. putvarbound(self,j_,bkx_,blx_,bux_)
def putvarbound(self,j_,bkx_,blx_,bux_): res = __library__.MSK_XX_putvarbound(self.__nativep,j_,bkx_,blx_,bux_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putvarbound(self,j_,bk_,bl_,bu_): # 3\n if not isinstance(bk_,boundkey): raise TypeError(\"Argument bk has wrong type\")\n res = self.__obj.putvarbound(j_,bk_,bl_,bu_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def chgvarbound(self,j...
[ "0.83352685", "0.77197856", "0.7631901", "0.69681317", "0.6884526", "0.660315", "0.65222496", "0.6383775", "0.63717395", "0.62624204", "0.62609136", "0.62328184", "0.6203693", "0.6166688", "0.6145063", "0.5939188", "0.5806258", "0.57605875", "0.57412565", "0.5724231", "0.5684...
0.87297875
0
Changes the bounds of a list of variables. putvarboundlist(self,sub_,bkx_,blx_,bux_)
def putvarboundlist(self,sub_,bkx_,blx_,bux_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if num_ is None: num_ = len(bkx_) elif num_ != len(bkx_): raise IndexError("Inconsistent length of array b...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putvarboundlistconst(self,sub_,bkx_,blx_,bux_):\n num_ = None\n if num_ is None:\n num_ = len(sub_)\n elif num_ != len(sub_):\n raise IndexError(\"Inconsistent length of array sub\")\n if sub_ is None:\n raise ValueError(\"Argument sub cannot be None\")\n if sub_ is None:\n r...
[ "0.8234259", "0.7890434", "0.70631224", "0.6849752", "0.6744828", "0.6431723", "0.6421552", "0.64171445", "0.641259", "0.6356358", "0.6287844", "0.606733", "0.60325545", "0.5835947", "0.5711706", "0.56917834", "0.5684577", "0.5666441", "0.56318825", "0.5488267", "0.54620206",...
0.8044877
1
Changes the bounds of a list of variables. putvarboundlistconst(self,sub_,bkx_,blx_,bux_)
def putvarboundlistconst(self,sub_,bkx_,blx_,bux_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if sub_ is None: raise ValueError("Argument sub cannot be None") if sub_ is None: raise ValueError("A...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putvarboundlist(self,sub_,bkx_,blx_,bux_):\n num_ = None\n if num_ is None:\n num_ = len(sub_)\n elif num_ != len(sub_):\n raise IndexError(\"Inconsistent length of array sub\")\n if num_ is None:\n num_ = len(bkx_)\n elif num_ != len(bkx_):\n raise IndexError(\"Inconsistent ...
[ "0.7802839", "0.74736947", "0.7351789", "0.71760994", "0.68241155", "0.65913326", "0.65883243", "0.6351352", "0.63493115", "0.62824434", "0.62661535", "0.6100925", "0.60384923", "0.59712017", "0.58503205", "0.5785788", "0.57782364", "0.5726529", "0.5715237", "0.5681339", "0.5...
0.8611551
0
Changes the bounds for a slice of the variables. putvarboundslice(self,first_,last_,bkx_,blx_,bux_)
def putvarboundslice(self,first_,last_,bkx_,blx_,bux_): _bkx_minlength = ((last_) - (first_)) if ((last_) - (first_)) > 0 and bkx_ is not None and len(bkx_) != ((last_) - (first_)): raise ValueError("Array argument bkx is not long enough: Is %d, expected %d" % (len(bkx_),((last_) - (first_)))) if bkx_...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putvarboundsliceconst(self,first_,last_,bkx_,blx_,bux_):\n res = __library__.MSK_XX_putvarboundsliceconst(self.__nativep,first_,last_,bkx_,blx_,bux_)\n if res != 0:\n _,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putvarboundslice(self,first_,last_,bk,bl,bu): # 3\n ...
[ "0.85273284", "0.8044646", "0.7539585", "0.7323293", "0.67018676", "0.66931504", "0.659911", "0.6440455", "0.6379589", "0.63711655", "0.63274574", "0.63001", "0.62871003", "0.6224053", "0.6090941", "0.6087178", "0.6076162", "0.60601884", "0.6049202", "0.596602", "0.59273034",...
0.7870629
2
Changes the bounds for a slice of the variables. putvarboundsliceconst(self,first_,last_,bkx_,blx_,bux_)
def putvarboundsliceconst(self,first_,last_,bkx_,blx_,bux_): res = __library__.MSK_XX_putvarboundsliceconst(self.__nativep,first_,last_,bkx_,blx_,bux_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putvarboundslice(self,first_,last_,bk,bl,bu): # 3\n if bk is None: raise TypeError(\"Invalid type for argument bk\")\n if bk is None:\n bk_ = None\n else:\n try:\n bk_ = memoryview(bk)\n except TypeError:\n try:\n _tmparr_bk = array.array(\"i\",b...
[ "0.78326833", "0.7734105", "0.7384246", "0.73374903", "0.7264578", "0.676517", "0.6706333", "0.65771973", "0.6273341", "0.6261887", "0.62256247", "0.6213124", "0.61776054", "0.6171745", "0.6162715", "0.61598974", "0.61103725", "0.6071546", "0.601926", "0.6003408", "0.58926064...
0.89807767
0
Replaces the fixed term in the objective. putcfix(self,cfix_)
def putcfix(self,cfix_): res = __library__.MSK_XX_putcfix(self.__nativep,cfix_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putcfix(self,cfix_): # 3\n res = self.__obj.putcfix(cfix_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def fixC(self,i,value):\n if self.coeffPattern[2] == None:\n m,n=self.m,self.n\n self.coeffPattern[2] = [No...
[ "0.708022", "0.6352814", "0.5975144", "0.58999455", "0.5676646", "0.5464873", "0.53494346", "0.5349058", "0.5343659", "0.53432745", "0.53168523", "0.52869856", "0.5279766", "0.5264671", "0.51587206", "0.5142443", "0.5114193", "0.51119894", "0.5060143", "0.5042062", "0.5015368...
0.69024557
1
Modifies one linear coefficient in the objective. putcj(self,j_,cj_)
def putcj(self,j_,cj_): res = __library__.MSK_XX_putcj(self.__nativep,j_,cj_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putcj(self,j_,cj_): # 3\n res = self.__obj.putcj(j_,cj_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def jacobian(self, c):\n\n raise NotImplementedError", "def getcj(self,j_): # 3\n res,resargs = self.__obj.getcj(j_)\n ...
[ "0.71400785", "0.6213591", "0.61696875", "0.6164791", "0.60605234", "0.59805757", "0.58748615", "0.57106733", "0.5628812", "0.56003463", "0.55685896", "0.5553388", "0.5516792", "0.5434863", "0.5434863", "0.5425381", "0.540043", "0.5388786", "0.5384671", "0.53840244", "0.53762...
0.70735407
1
Sets the objective sense. putobjsense(self,sense_)
def putobjsense(self,sense_): res = __library__.MSK_XX_putobjsense(self.__nativep,sense_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putobjsense(self,sense_): # 3\n if not isinstance(sense_,objsense): raise TypeError(\"Argument sense has wrong type\")\n res = self.__obj.putobjsense(sense_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def objective(self, objective):\...
[ "0.79471225", "0.52841735", "0.5171148", "0.5096876", "0.50680315", "0.48795915", "0.48363435", "0.48355487", "0.48335677", "0.48176384", "0.47935885", "0.47814864", "0.4768401", "0.47334376", "0.4723602", "0.469889", "0.46933207", "0.46930823", "0.4692844", "0.46748367", "0....
0.75217026
1
Gets the objective sense. getobjsense(self)
def getobjsense(self): sense_ = ctypes.c_int32() res = __library__.MSK_XX_getobjsense(self.__nativep,ctypes.byref(sense_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) _sense_return_value = objsense(sense_.value) return (_sense_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getobjsense(self): # 3\n res,resargs = self.__obj.getobjsense()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _sense_return_value = resargs\n _sense_return_value = objsense(_sense_return_value)\n return _sense_return_value", "d...
[ "0.8077817", "0.6475919", "0.62005496", "0.62005496", "0.62005496", "0.61305094", "0.6124314", "0.6089001", "0.5931077", "0.58792186", "0.5827234", "0.58187944", "0.57927275", "0.5724244", "0.57183784", "0.5676843", "0.56714916", "0.5586467", "0.5586467", "0.5586467", "0.5568...
0.73985374
1
Modifies a part of the linear objective coefficients. putclist(self,subj_,val_)
def putclist(self,subj_,val_): num_ = None if num_ is None: num_ = len(subj_) elif num_ != len(subj_): raise IndexError("Inconsistent length of array subj") if num_ is None: num_ = len(val_) elif num_ != len(val_): raise IndexError("Inconsistent length of array val") if s...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putclist(self,subj,val): # 3\n num_ = None\n if num_ is None:\n num_ = len(subj)\n elif num_ != len(subj):\n raise IndexError(\"Inconsistent length of array subj\")\n if num_ is None:\n num_ = len(val)\n elif num_ != len(val):\n raise IndexError(\"Inconsiste...
[ "0.7019918", "0.6498057", "0.565561", "0.55103093", "0.5359275", "0.53481793", "0.5285191", "0.5283986", "0.5262921", "0.5168434", "0.5103253", "0.50901055", "0.50725174", "0.5070623", "0.50672764", "0.5047127", "0.49618518", "0.49521777", "0.49174896", "0.4880588", "0.487536...
0.6732897
1
Modifies a slice of the linear objective coefficients. putcslice(self,first_,last_,slice_)
def putcslice(self,first_,last_,slice_): _slice_minlength = ((last_) - (first_)) if ((last_) - (first_)) > 0 and slice_ is not None and len(slice_) != ((last_) - (first_)): raise ValueError("Array argument slice is not long enough: Is %d, expected %d" % (len(slice_),((last_) - (first_)))) if slice_ is...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putcslice(self,first_,last_,slice): # 3\n if slice is None: raise TypeError(\"Invalid type for argument slice\")\n if slice is None:\n slice_ = None\n else:\n try:\n slice_ = memoryview(slice)\n except TypeError:\n try:\n _tmparr_slice = array.ar...
[ "0.7177398", "0.64559644", "0.64415175", "0.6327401", "0.63102835", "0.62641084", "0.6245864", "0.6206491", "0.61138916", "0.60814995", "0.597995", "0.593315", "0.5893596", "0.58712506", "0.5860539", "0.5855395", "0.58295006", "0.58105403", "0.5787265", "0.5746839", "0.570190...
0.73769736
0
Changes one element in barc. putbarcj(self,j_,sub_,weights_)
def putbarcj(self,j_,sub_,weights_): num_ = None if num_ is None: num_ = len(sub_) elif num_ != len(sub_): raise IndexError("Inconsistent length of array sub") if num_ is None: num_ = len(weights_) elif num_ != len(weights_): raise IndexError("Inconsistent length of array wei...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putbarcj(self,j_,sub,weights): # 3\n num_ = None\n if num_ is None:\n num_ = len(sub)\n elif num_ != len(sub):\n raise IndexError(\"Inconsistent length of array sub\")\n if num_ is None:\n num_ = len(weights)\n elif num_ != len(weights):\n raise IndexError(\...
[ "0.8175987", "0.73748964", "0.7216971", "0.62823015", "0.62727207", "0.6010744", "0.58721524", "0.5819966", "0.57759297", "0.5744071", "0.56815547", "0.5676308", "0.55539197", "0.54821527", "0.53647524", "0.53490466", "0.52245176", "0.52084583", "0.5198786", "0.5183286", "0.5...
0.77634215
1
Replaces a conic constraint. putcone(self,k_,ct_,conepar_,submem_)
def putcone(self,k_,ct_,conepar_,submem_): nummem_ = None if nummem_ is None: nummem_ = len(submem_) elif nummem_ != len(submem_): raise IndexError("Inconsistent length of array submem") if submem_ is None: raise ValueError("Argument submem cannot be None") if submem_ is None: ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putcone(self,k_,ct_,conepar_,submem): # 3\n if not isinstance(ct_,conetype): raise TypeError(\"Argument ct has wrong type\")\n nummem_ = None\n if nummem_ is None:\n nummem_ = len(submem)\n elif nummem_ != len(submem):\n raise IndexError(\"Inconsistent length of array submem\"...
[ "0.79132587", "0.65889823", "0.6287175", "0.60342395", "0.58452046", "0.584365", "0.54893136", "0.53622764", "0.5344895", "0.52238137", "0.5210514", "0.50818294", "0.50687397", "0.5066322", "0.5015226", "0.50098133", "0.4991474", "0.49618068", "0.49253765", "0.4921023", "0.48...
0.78817594
1
Appends a general sparse symmetric matrix to the storage of symmetric matrices. appendsparsesymmat(self,dim_,subi_,subj_,valij_)
def appendsparsesymmat(self,dim_,subi_,subj_,valij_): nz_ = None if nz_ is None: nz_ = len(subi_) elif nz_ != len(subi_): raise IndexError("Inconsistent length of array subi") if nz_ is None: nz_ = len(subj_) elif nz_ != len(subj_): raise IndexError("Inconsistent length of ar...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def appendsparsesymmat(self,dim_,subi,subj,valij): # 3\n nz_ = None\n if nz_ is None:\n nz_ = len(subi)\n elif nz_ != len(subi):\n raise IndexError(\"Inconsistent length of array subi\")\n if nz_ is None:\n nz_ = len(subj)\n elif nz_ != len(subj):\n raise IndexE...
[ "0.7391125", "0.6855938", "0.64830375", "0.6458727", "0.54127806", "0.5294181", "0.51218337", "0.5078287", "0.5072397", "0.5031775", "0.5025988", "0.50101835", "0.50026613", "0.49249858", "0.49118322", "0.48946965", "0.4886756", "0.4860377", "0.48591778", "0.4854623", "0.4850...
0.7588713
0
Appends a general sparse symmetric matrix to the storage of symmetric matrices. appendsparsesymmatlist(self,dims_,nz_,subi_,subj_,valij_,idx_)
def appendsparsesymmatlist(self,dims_,nz_,subi_,subj_,valij_,idx_): num_ = None if num_ is None: num_ = len(dims_) elif num_ != len(dims_): raise IndexError("Inconsistent length of array dims") if num_ is None: num_ = len(nz_) elif num_ != len(nz_): raise IndexError("Inconsis...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def appendsparsesymmat(self,dim_,subi_,subj_,valij_):\n nz_ = None\n if nz_ is None:\n nz_ = len(subi_)\n elif nz_ != len(subi_):\n raise IndexError(\"Inconsistent length of array subi\")\n if nz_ is None:\n nz_ = len(subj_)\n elif nz_ != len(subj_):\n raise IndexError(\"Inconsis...
[ "0.70590025", "0.6795725", "0.63318455", "0.6023266", "0.52935266", "0.5206711", "0.5191596", "0.5079819", "0.49437016", "0.49408752", "0.4925097", "0.4889433", "0.4782237", "0.4736962", "0.4685731", "0.467853", "0.46744376", "0.46646318", "0.46621722", "0.46508092", "0.46442...
0.74942684
0
Obtains information about a matrix from the symmetric matrix storage. getsymmatinfo(self,idx_)
def getsymmatinfo(self,idx_): dim_ = ctypes.c_int32() nz_ = ctypes.c_int64() type_ = ctypes.c_int32() res = __library__.MSK_XX_getsymmatinfo(self.__nativep,idx_,ctypes.byref(dim_),ctypes.byref(nz_),ctypes.byref(type_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getsymmatinfo(self,idx_): # 3\n res,resargs = self.__obj.getsymmatinfo(idx_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _dim_return_value,_nz_return_value,_type_return_value = resargs\n _type_return_value = symmattype(_type_return_...
[ "0.8472209", "0.61438686", "0.60188043", "0.59274673", "0.5842971", "0.57795507", "0.57204145", "0.57204145", "0.57204145", "0.57204145", "0.5698095", "0.5413046", "0.5405503", "0.5376912", "0.5374786", "0.531883", "0.5297684", "0.523657", "0.51200414", "0.51060134", "0.50813...
0.8566959
0
Obtains the number of symmetric matrices stored. getnumsymmat(self)
def getnumsymmat(self): num_ = ctypes.c_int64() res = __library__.MSK_XX_getnumsymmat(self.__nativep,ctypes.byref(num_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) num_ = num_.value _num_return_value = num_ return (_num_return_value)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getnumsymmat(self): # 3\n res,resargs = self.__obj.getnumsymmat()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _num_return_value = resargs\n return _num_return_value", "def getsymmatinfo(self,idx_): # 3\n res,resargs = self.__...
[ "0.7524286", "0.6255513", "0.62463", "0.6031631", "0.5934353", "0.58589876", "0.5748166", "0.5643437", "0.5588444", "0.5525005", "0.551974", "0.5482156", "0.547971", "0.54718024", "0.54672223", "0.5427831", "0.54226774", "0.5403771", "0.5391538", "0.5375537", "0.53549564", ...
0.7143468
1
Gets a single symmetric matrix from the matrix store. getsparsesymmat(self,idx_,subi_,subj_,valij_)
def getsparsesymmat(self,idx_,subi_,subj_,valij_): maxlen_ = self.getsymmatinfo((idx_))[1] _subi_minlength = (maxlen_) if (maxlen_) > 0 and subi_ is not None and len(subi_) != (maxlen_): raise ValueError("Array argument subi is not long enough: Is %d, expected %d" % (len(subi_),(maxlen_))) if isin...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getsparsesymmat(self,idx_,subi,subj,valij): # 3\n maxlen_ = self.getsymmatinfo((idx_))[1]\n _copyback_subi = False\n if subi is None:\n subi_ = None\n else:\n try:\n subi_ = memoryview(subi)\n except TypeError:\n try:\n _tmparr_subi = array....
[ "0.75738734", "0.6238482", "0.6137533", "0.56444985", "0.5625718", "0.558371", "0.54747504", "0.52915025", "0.52799106", "0.52322876", "0.5228932", "0.51636285", "0.5140221", "0.5121791", "0.50425875", "0.49852064", "0.4978507", "0.49779502", "0.49698326", "0.4951648", "0.492...
0.77381927
0
Sets a double parameter. putdouparam(self,param_,parvalue_)
def putdouparam(self,param_,parvalue_): res = __library__.MSK_XX_putdouparam(self.__nativep,param_,parvalue_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putdouparam(self,param_,parvalue_): # 3\n if not isinstance(param_,dparam): raise TypeError(\"Argument param has wrong type\")\n res = self.__obj.putdouparam(param_,parvalue_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def setDouble(...
[ "0.68033856", "0.66483873", "0.6322731", "0.62533104", "0.62401855", "0.6139179", "0.61077297", "0.6105442", "0.60806364", "0.6070325", "0.6022202", "0.60140693", "0.600733", "0.5987992", "0.5986172", "0.5898448", "0.5880513", "0.5780829", "0.57804143", "0.5722894", "0.567925...
0.5916938
15
Sets an integer parameter. putintparam(self,param_,parvalue_)
def putintparam(self,param_,parvalue_): res = __library__.MSK_XX_putintparam(self.__nativep,param_,parvalue_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putintparam(self,param_,parvalue_): # 3\n if not isinstance(param_,iparam): raise TypeError(\"Argument param has wrong type\")\n res = self.__obj.putintparam(param_,parvalue_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def getintpara...
[ "0.8837676", "0.71326786", "0.6860121", "0.68544596", "0.6800701", "0.6800701", "0.6740805", "0.6733184", "0.6618874", "0.658969", "0.6509817", "0.6441833", "0.6363545", "0.6344362", "0.633649", "0.6328604", "0.63135433", "0.62845325", "0.6263861", "0.62351775", "0.6199873", ...
0.85035557
1
Sets the number of preallocated constraints in the optimization task. putmaxnumcon(self,maxnumcon_)
def putmaxnumcon(self,maxnumcon_): res = __library__.MSK_XX_putmaxnumcon(self.__nativep,maxnumcon_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putmaxnumcon(self,maxnumcon_): # 3\n res = self.__obj.putmaxnumcon(maxnumcon_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putmaxnumcone(self,maxnumcone_):\n res = __library__.MSK_XX_putmaxnumcone(self.__nativep,maxnumcone_)\n if...
[ "0.7620724", "0.6740477", "0.6646557", "0.60926807", "0.5997314", "0.59877884", "0.59074914", "0.589972", "0.5885956", "0.57590777", "0.5751454", "0.5703682", "0.5699466", "0.56882566", "0.5686642", "0.568195", "0.56570315", "0.5625261", "0.5607635", "0.5532643", "0.5513424",...
0.73856825
1
Sets the number of preallocated conic constraints in the optimization task. putmaxnumcone(self,maxnumcone_)
def putmaxnumcone(self,maxnumcone_): res = __library__.MSK_XX_putmaxnumcone(self.__nativep,maxnumcone_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putmaxnumcone(self,maxnumcone_): # 3\n res = self.__obj.putmaxnumcone(maxnumcone_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putmaxnumcon(self,maxnumcon_): # 3\n res = self.__obj.putmaxnumcon(maxnumcon_)\n if res != 0:\n ...
[ "0.7859737", "0.687435", "0.6576984", "0.6516009", "0.6250021", "0.5742838", "0.57224095", "0.5664653", "0.5662323", "0.5644606", "0.5565795", "0.55509084", "0.55272174", "0.54718906", "0.5445443", "0.54382503", "0.5431226", "0.5375135", "0.53488725", "0.5343298", "0.5334908"...
0.76632214
1
Obtains the number of preallocated cones in the optimization task. getmaxnumcone(self)
def getmaxnumcone(self): maxnumcone_ = ctypes.c_int32() res = __library__.MSK_XX_getmaxnumcone(self.__nativep,ctypes.byref(maxnumcone_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) maxnumcone_ = maxnumcone_.value _maxnumcone_return_value = maxnumcone_ ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getmaxnumcone(self): # 3\n res,resargs = self.__obj.getmaxnumcone()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _maxnumcone_return_value = resargs\n return _maxnumcone_return_value", "def getnumcone(self): # 3\n res,resargs =...
[ "0.82559127", "0.74485886", "0.7001308", "0.6936185", "0.6920529", "0.67586905", "0.6735455", "0.64610845", "0.64500237", "0.64104486", "0.6385375", "0.6377788", "0.63512313", "0.6300954", "0.6270852", "0.6235373", "0.6222689", "0.6206008", "0.62018204", "0.61789495", "0.6172...
0.7739373
1
Sets the number of preallocated variables in the optimization task. putmaxnumvar(self,maxnumvar_)
def putmaxnumvar(self,maxnumvar_): res = __library__.MSK_XX_putmaxnumvar(self.__nativep,maxnumvar_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putmaxnumvar(self,maxnumvar_): # 3\n res = self.__obj.putmaxnumvar(maxnumvar_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putmaxnumbarvar(self,maxnumbarvar_): # 3\n res = self.__obj.putmaxnumbarvar(maxnumbarvar_)\n if res !=...
[ "0.80868816", "0.7560464", "0.73389435", "0.65560055", "0.65400666", "0.6336814", "0.63105714", "0.62413776", "0.61817116", "0.6158278", "0.60976154", "0.60662615", "0.6011411", "0.5994649", "0.5986585", "0.5917469", "0.58999217", "0.58730257", "0.58647376", "0.58646524", "0....
0.76906484
1
Sets the number of preallocated symmetric matrix variables. putmaxnumbarvar(self,maxnumbarvar_)
def putmaxnumbarvar(self,maxnumbarvar_): res = __library__.MSK_XX_putmaxnumbarvar(self.__nativep,maxnumbarvar_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putmaxnumbarvar(self,maxnumbarvar_): # 3\n res = self.__obj.putmaxnumbarvar(maxnumbarvar_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putmaxnumvar(self,maxnumvar_): # 3\n res = self.__obj.putmaxnumvar(maxnumvar_)\n if res !=...
[ "0.7951648", "0.6959753", "0.6795598", "0.65727705", "0.6438065", "0.6048308", "0.5996996", "0.5852882", "0.5841968", "0.5822205", "0.5682764", "0.5667983", "0.5649398", "0.5640302", "0.5615086", "0.56006753", "0.55580956", "0.5552524", "0.5495012", "0.54564613", "0.5411751",...
0.78251684
1
Sets the number of preallocated nonzero entries in the linear coefficient matrix. putmaxnumanz(self,maxnumanz_)
def putmaxnumanz(self,maxnumanz_): res = __library__.MSK_XX_putmaxnumanz(self.__nativep,maxnumanz_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putmaxnumanz(self,maxnumanz_): # 3\n res = self.__obj.putmaxnumanz(maxnumanz_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putmaxnumqnz(self,maxnumqnz_):\n res = __library__.MSK_XX_putmaxnumqnz(self.__nativep,maxnumqnz_)\n if res...
[ "0.7441124", "0.68018794", "0.66798395", "0.6399272", "0.6247705", "0.61643946", "0.6043132", "0.59559965", "0.57927316", "0.57495356", "0.57457256", "0.56957024", "0.5552648", "0.5549431", "0.5518782", "0.55130196", "0.55069184", "0.54949814", "0.53994", "0.5381273", "0.5353...
0.7562487
0
Sets the number of preallocated nonzero entries in quadratic terms. putmaxnumqnz(self,maxnumqnz_)
def putmaxnumqnz(self,maxnumqnz_): res = __library__.MSK_XX_putmaxnumqnz(self.__nativep,maxnumqnz_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putmaxnumqnz(self,maxnumqnz_): # 3\n res = self.__obj.putmaxnumqnz(maxnumqnz_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def getmaxnumqnz(self): # 3\n res,resargs = self.__obj.getmaxnumqnz64()\n if res != 0:\n result,msg...
[ "0.8385307", "0.7157034", "0.6808096", "0.6252767", "0.6003535", "0.6001192", "0.5939193", "0.59272075", "0.5830991", "0.5783531", "0.5719293", "0.5708783", "0.56221986", "0.5621964", "0.5618641", "0.5608385", "0.55962783", "0.55303234", "0.54971045", "0.5450261", "0.54395735...
0.81725997
1
Obtains the number of preallocated nonzeros for all quadratic terms in objective and constraints. getmaxnumqnz(self)
def getmaxnumqnz(self): maxnumqnz_ = ctypes.c_int64() res = __library__.MSK_XX_getmaxnumqnz64(self.__nativep,ctypes.byref(maxnumqnz_)) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg) maxnumqnz_ = maxnumqnz_.value _maxnumqnz_return_value = maxnumqnz_ return...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def getmaxnumqnz(self): # 3\n res,resargs = self.__obj.getmaxnumqnz64()\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)\n _maxnumqnz_return_value = resargs\n return _maxnumqnz_return_value", "def getnumqobjnz(self): # 3\n res,resargs =...
[ "0.78014475", "0.72534436", "0.6734257", "0.66473365", "0.66222763", "0.65740526", "0.65578455", "0.65316844", "0.6484274", "0.64780957", "0.64710224", "0.64367837", "0.6432523", "0.6382804", "0.6381963", "0.6368233", "0.63451123", "0.63023317", "0.63014734", "0.62077934", "0...
0.69867957
2
Sets a double parameter. putnadouparam(self,paramname_,parvalue_)
def putnadouparam(self,paramname_,parvalue_): if isinstance(paramname_,unicode): paramname_ = paramname_.encode("utf-8",errors="replace") res = __library__.MSK_XX_putnadouparam(self.__nativep,paramname_,parvalue_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def set_param(self, name, value, *, distrib=None, ref=None):\n raise NotImplementedError", "def setParameter(self, name, value):", "def putnadouparam(self,paramname_,parvalue_): # 3\n res = self.__obj.putnadouparam(paramname_,parvalue_)\n if res != 0:\n result,msg = self.__getlasterror(...
[ "0.67067724", "0.66955644", "0.66359127", "0.65071666", "0.63836837", "0.63250875", "0.6187464", "0.61801934", "0.61721647", "0.6131051", "0.6114965", "0.6106153", "0.6099241", "0.60783494", "0.6043893", "0.6035908", "0.5939651", "0.5904762", "0.5851977", "0.584044", "0.58300...
0.59774894
16
Sets an integer parameter. putnaintparam(self,paramname_,parvalue_)
def putnaintparam(self,paramname_,parvalue_): if isinstance(paramname_,unicode): paramname_ = paramname_.encode("utf-8",errors="replace") res = __library__.MSK_XX_putnaintparam(self.__nativep,paramname_,parvalue_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putintparam(self,param_,parvalue_): # 3\n if not isinstance(param_,iparam): raise TypeError(\"Argument param has wrong type\")\n res = self.__obj.putintparam(param_,parvalue_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putintpara...
[ "0.8237327", "0.8059725", "0.76456845", "0.73804134", "0.7117238", "0.710104", "0.706935", "0.70490587", "0.69747484", "0.6902738", "0.6690662", "0.6675924", "0.6668182", "0.65841776", "0.6558105", "0.65107626", "0.6459708", "0.6459708", "0.6409349", "0.6405313", "0.63323426"...
0.7418072
3
Sets a string parameter. putnastrparam(self,paramname_,parvalue_)
def putnastrparam(self,paramname_,parvalue_): if isinstance(paramname_,unicode): paramname_ = paramname_.encode("utf-8",errors="replace") if isinstance(parvalue_,unicode): parvalue_ = parvalue_.encode("utf-8",errors="replace") res = __library__.MSK_XX_putnastrparam(self.__nativep,paramname_,parv...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putnastrparam(self,paramname_,parvalue_): # 3\n res = self.__obj.putnastrparam(paramname_,parvalue_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putstrparam(self,param_,parvalue_): # 3\n if not isinstance(param_,sparam): raise Typ...
[ "0.900503", "0.8041969", "0.7825734", "0.6532771", "0.64951867", "0.64323235", "0.63091147", "0.62664294", "0.62081355", "0.6152447", "0.61227375", "0.5890109", "0.58600485", "0.58454996", "0.5755116", "0.5754159", "0.575312", "0.5688754", "0.5685935", "0.5649547", "0.5641109...
0.87847257
1
Assigns a new name to the objective. putobjname(self,objname_)
def putobjname(self,objname_): if isinstance(objname_,unicode): objname_ = objname_.encode("utf-8",errors="replace") res = __library__.MSK_XX_putobjname(self.__nativep,objname_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putobjname(self,objname_): # 3\n res = self.__obj.putobjname(objname_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def set_object_name(self, object_name = \"DefaultObject\"):\n self.obj_name = object_name", "def set_object_name(se...
[ "0.8106175", "0.71860224", "0.70278543", "0.6894341", "0.68561333", "0.66999173", "0.663241", "0.6498052", "0.6482429", "0.64018923", "0.6332358", "0.63283575", "0.6323521", "0.6323521", "0.6271868", "0.62309307", "0.6210313", "0.6210313", "0.62092906", "0.61988294", "0.61915...
0.7715799
1
Modifies the value of parameter. putparam(self,parname_,parvalue_)
def putparam(self,parname_,parvalue_): if isinstance(parname_,unicode): parname_ = parname_.encode("utf-8",errors="replace") if isinstance(parvalue_,unicode): parvalue_ = parvalue_.encode("utf-8",errors="replace") res = __library__.MSK_XX_putparam(self.__nativep,parname_,parvalue_) if res !=...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putparam(self,parname_,parvalue_): # 3\n res = self.__obj.putparam(parname_,parvalue_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def setParam(self,param,value):\n if param in self.params.keys():\n self.params[param] = v...
[ "0.89312124", "0.8022478", "0.7980035", "0.7786411", "0.77297336", "0.75346786", "0.746019", "0.7395771", "0.7331477", "0.7268502", "0.7261241", "0.72502863", "0.72311014", "0.72027457", "0.7178884", "0.7141566", "0.70621306", "0.7020081", "0.7006386", "0.69946426", "0.699218...
0.8278058
1
Replaces all quadratic terms in constraints. putqcon(self,qcsubk_,qcsubi_,qcsubj_,qcval_)
def putqcon(self,qcsubk_,qcsubi_,qcsubj_,qcval_): numqcnz_ = None if numqcnz_ is None: numqcnz_ = len(qcsubi_) elif numqcnz_ != len(qcsubi_): raise IndexError("Inconsistent length of array qcsubi") if numqcnz_ is None: numqcnz_ = len(qcsubj_) elif numqcnz_ != len(qcsubj_): ra...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putqconk(self,k_,qcsubi_,qcsubj_,qcval_):\n numqcnz_ = None\n if numqcnz_ is None:\n numqcnz_ = len(qcsubi_)\n elif numqcnz_ != len(qcsubi_):\n raise IndexError(\"Inconsistent length of array qcsubi\")\n if numqcnz_ is None:\n numqcnz_ = len(qcsubj_)\n elif numqcnz_ != len(qcsubj_...
[ "0.7356916", "0.7274804", "0.7158734", "0.66391945", "0.6536458", "0.5380898", "0.5333184", "0.5304116", "0.52284986", "0.52283263", "0.5153612", "0.5121988", "0.50708705", "0.50423145", "0.4997849", "0.49975076", "0.49906054", "0.49511495", "0.4933693", "0.4864164", "0.48633...
0.7487632
0
Replaces all quadratic terms in a single constraint. putqconk(self,k_,qcsubi_,qcsubj_,qcval_)
def putqconk(self,k_,qcsubi_,qcsubj_,qcval_): numqcnz_ = None if numqcnz_ is None: numqcnz_ = len(qcsubi_) elif numqcnz_ != len(qcsubi_): raise IndexError("Inconsistent length of array qcsubi") if numqcnz_ is None: numqcnz_ = len(qcsubj_) elif numqcnz_ != len(qcsubj_): raise ...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putqconk(self,k_,qcsubi,qcsubj,qcval): # 3\n numqcnz_ = None\n if numqcnz_ is None:\n numqcnz_ = len(qcsubi)\n elif numqcnz_ != len(qcsubi):\n raise IndexError(\"Inconsistent length of array qcsubi\")\n if numqcnz_ is None:\n numqcnz_ = len(qcsubj)\n elif numqcnz_ ...
[ "0.7407992", "0.73707557", "0.7119913", "0.67798036", "0.6661862", "0.5547101", "0.55400264", "0.5332845", "0.5304892", "0.5226392", "0.5216021", "0.5155784", "0.5152715", "0.51131207", "0.50926286", "0.50507396", "0.5048387", "0.5019227", "0.4992005", "0.497944", "0.49701524...
0.76697636
0
Replaces all quadratic terms in the objective. putqobj(self,qosubi_,qosubj_,qoval_)
def putqobj(self,qosubi_,qosubj_,qoval_): numqonz_ = None if numqonz_ is None: numqonz_ = len(qosubi_) elif numqonz_ != len(qosubi_): raise IndexError("Inconsistent length of array qosubi") if numqonz_ is None: numqonz_ = len(qosubj_) elif numqonz_ != len(qosubj_): raise Inde...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putqobj(self,qosubi,qosubj,qoval): # 3\n numqonz_ = None\n if numqonz_ is None:\n numqonz_ = len(qosubi)\n elif numqonz_ != len(qosubi):\n raise IndexError(\"Inconsistent length of array qosubi\")\n if numqonz_ is None:\n numqonz_ = len(qosubj)\n elif numqonz_ != l...
[ "0.71988887", "0.67377245", "0.66842896", "0.6546956", "0.642287", "0.5680763", "0.565179", "0.5649305", "0.5616514", "0.55763125", "0.536642", "0.5291595", "0.5255819", "0.51279503", "0.51187503", "0.51012385", "0.50656164", "0.50490975", "0.5015812", "0.5012745", "0.5003809...
0.7221554
0
Replaces one coefficient in the quadratic term in the objective. putqobjij(self,i_,j_,qoij_)
def putqobjij(self,i_,j_,qoij_): res = __library__.MSK_XX_putqobjij(self.__nativep,i_,j_,qoij_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putqobjij(self,i_,j_,qoij_): # 3\n res = self.__obj.putqobjij(i_,j_,qoij_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def getqobjij(self,i_,j_): # 3\n res,resargs = self.__obj.getqobjij(i_,j_)\n if res != 0:\n result,msg ...
[ "0.8022443", "0.67813957", "0.659472", "0.62387276", "0.6219436", "0.61874425", "0.6092477", "0.6030711", "0.6007447", "0.58423615", "0.58029187", "0.5546479", "0.5543163", "0.54854363", "0.54592514", "0.54140776", "0.5403207", "0.54002947", "0.537518", "0.5340782", "0.533449...
0.78803056
1
Inserts a solution. putsolution(self,whichsol_,skc_,skx_,skn_,xc_,xx_,y_,slc_,suc_,slx_,sux_,snx_)
def putsolution(self,whichsol_,skc_,skx_,skn_,xc_,xx_,y_,slc_,suc_,slx_,sux_,snx_): if skc_ is not None: _skc_tmp = (ctypes.c_int32 * len(skc_))(*skc_) else: _skc_tmp = None if skx_ is not None: _skx_tmp = (ctypes.c_int32 * len(skx_))(*skx_) else: _skx_tmp = None if s...
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putsolution(self,whichsol_,skc,skx,skn,xc,xx,y,slc,suc,slx,sux,snx): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n if skc is None:\n skc_ = None\n else:\n try:\n skc_ = memoryview(skc)\n except TypeError:\n ...
[ "0.83637935", "0.7895491", "0.7831769", "0.7328144", "0.7040539", "0.7033978", "0.6997567", "0.698759", "0.66940373", "0.6660308", "0.66146725", "0.6513136", "0.65105414", "0.6361307", "0.621909", "0.62079835", "0.6107939", "0.6081402", "0.59675616", "0.582417", "0.57879984",...
0.7681796
3
Sets the primal and dual solution information for a single constraint. putconsolutioni(self,i_,whichsol_,sk_,x_,sl_,su_)
def putconsolutioni(self,i_,whichsol_,sk_,x_,sl_,su_): res = __library__.MSK_XX_putconsolutioni(self.__nativep,i_,whichsol_,sk_,x_,sl_,su_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putsolutioni(self,accmode_,i_,whichsol_,sk_,x_,sl_,su_,sn_): # 3\n if not isinstance(accmode_,accmode): raise TypeError(\"Argument accmode has wrong type\")\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n if not isinstance(sk_,stakey): raise TypeEr...
[ "0.7256664", "0.7085556", "0.70574284", "0.67001754", "0.66156536", "0.6531177", "0.6481275", "0.63412815", "0.63247937", "0.6043454", "0.5931599", "0.5860473", "0.58587015", "0.57669955", "0.57536566", "0.5601438", "0.55334353", "0.55334353", "0.55334353", "0.5502079", "0.54...
0.8645917
0
Sets the primal and dual solution information for a single variable. putvarsolutionj(self,j_,whichsol_,sk_,x_,sl_,su_,sn_)
def putvarsolutionj(self,j_,whichsol_,sk_,x_,sl_,su_,sn_): res = __library__.MSK_XX_putvarsolutionj(self.__nativep,j_,whichsol_,sk_,x_,sl_,su_,sn_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putsolution(self,whichsol_,skc,skx,skn,xc,xx,y,slc,suc,slx,sux,snx): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n if skc is None:\n skc_ = None\n else:\n try:\n skc_ = memoryview(skc)\n except TypeError:\n ...
[ "0.6384697", "0.59763306", "0.5868142", "0.58261186", "0.58098394", "0.5764213", "0.5686661", "0.56294215", "0.55897075", "0.555756", "0.55094", "0.54587734", "0.5450689", "0.5421204", "0.5396719", "0.5390872", "0.53769356", "0.53164923", "0.52948296", "0.52874386", "0.524441...
0.888349
0
Inputs the dual variable of a solution. putsolutionyi(self,i_,whichsol_,y_)
def putsolutionyi(self,i_,whichsol_,y_): res = __library__.MSK_XX_putsolutionyi(self.__nativep,i_,whichsol_,y_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putsolutionyi(self,i_,whichsol_,y_): # 3\n if not isinstance(whichsol_,soltype): raise TypeError(\"Argument whichsol has wrong type\")\n res = self.__obj.putsolutionyi(i_,whichsol_,y_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def p...
[ "0.85774046", "0.70034355", "0.66922426", "0.66091764", "0.62563616", "0.6108404", "0.5998291", "0.56189865", "0.5569256", "0.549024", "0.5483207", "0.5337774", "0.52960414", "0.52665466", "0.5235813", "0.52331036", "0.52272004", "0.51770955", "0.51770955", "0.5159293", "0.51...
0.81092507
1
Sets a string parameter. putstrparam(self,param_,parvalue_)
def putstrparam(self,param_,parvalue_): if isinstance(parvalue_,unicode): parvalue_ = parvalue_.encode("utf-8",errors="replace") res = __library__.MSK_XX_putstrparam(self.__nativep,param_,parvalue_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def putstrparam(self,param_,parvalue_): # 3\n if not isinstance(param_,sparam): raise TypeError(\"Argument param has wrong type\")\n res = self.__obj.putstrparam(param_,parvalue_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def putnastrpa...
[ "0.8903032", "0.79385155", "0.78946966", "0.6862305", "0.6671494", "0.6618401", "0.66161126", "0.65867805", "0.64877427", "0.64677244", "0.6323704", "0.6307091", "0.62468153", "0.6246462", "0.6167524", "0.616714", "0.61054486", "0.60639423", "0.59956676", "0.5957143", "0.5952...
0.85641146
1
Assigns a new name to the task. puttaskname(self,taskname_)
def puttaskname(self,taskname_): if isinstance(taskname_,unicode): taskname_ = taskname_.encode("utf-8",errors="replace") res = __library__.MSK_XX_puttaskname(self.__nativep,taskname_) if res != 0: _,msg = self.__getlasterror(res) raise Error(rescode(res),msg)
{ "objective": { "self": [], "paired": [], "triplet": [ [ "query", "document", "negatives" ] ] } }
[ "def puttaskname(self,taskname_): # 3\n res = self.__obj.puttaskname(taskname_)\n if res != 0:\n result,msg = self.__getlasterror(res)\n raise Error(rescode(res),msg)", "def task_name(self, task_name):\n\n self._task_name = task_name", "def _setTaskName(self, taskName):\n s...
[ "0.87137294", "0.8589184", "0.7855133", "0.7552247", "0.7284806", "0.7256069", "0.69043714", "0.675982", "0.6663191", "0.6645687", "0.6581016", "0.6562904", "0.65047216", "0.648085", "0.645912", "0.64160436", "0.63803774", "0.63803774", "0.6374819", "0.63747865", "0.63524747"...
0.8126309
2