2019-07-04 15:11:35 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
< span id = "sfml" > OR-Tools 7.2< / span >
< / div >
< / div >
< link rel = "icon" href = "https://developers.google.com/optimization/images/orLogo.png" >
< div id = "content" >
<!-- Generated by Doxygen 1.8.15 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "pages.html" > < span > Related  Pages< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
2019-07-15 17:42:24 -07:00
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2019-07-04 15:11:35 +02:00
< / ul >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_b2c6d49957bf5d0c7726edb4b829cd4d.html" > gen< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_82da1734a9cb0f1cf40dbd95c2117ce5.html" > com< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_1713cbfcde5229f242ac28be432e77c9.html" > google< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_06c320066273db25e45ae140036401c9.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_4f0d63c348f97e5defc3c6fccd9ab57f.html" > linearsolver< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > MPSolverResponseStatus.java< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< a href = "MPSolverResponseStatus_8java.html" > Go to the documentation of this file.< / a > < div class = "fragment" > < div class = "line" > < a name = "l00001" > < / a > < span class = "lineno" > 1< / span >   < span class = "comment" > // Generated by the protocol buffer compiler. DO NOT EDIT!< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // source: ortools/linear_solver/linear_solver.proto< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "keyword" > package < / span > com.google.ortools.linearsolver;< / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html" > 20< / a > < / span >   < span class = "keyword" > public< / span > < span class = "keyword" > enum< / span > < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html" > MPSolverResponseStatus< / a > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   implements < a class = "code" href = "namespacecom.html" > com< / a > .< a class = "code" href = "namespacecom_1_1google.html" > google< / a > .protobuf.ProtocolMessageEnum {< / div > < div class = "line" > < a name = "l00032" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ab0f70ad9a0d886f8089dd9321c056e35" > 32< / a > < / span >   < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ab0f70ad9a0d886f8089dd9321c056e35" > MPSOLVER_OPTIMAL< / a > (0),< / div > < div class = "line" > < a name = "l00047" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a3d281e859dae77d29cd682bead7041d0" > 47< / a > < / span >   < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a3d281e859dae77d29cd682bead7041d0" > MPSOLVER_FEASIBLE< / a > (1),< / div > < div class = "line" > < a name = "l00058" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a680bbb4101ff655d0c761a6a719ffbd9" > 58< / a > < / span >   < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a680bbb4101ff655d0c761a6a719ffbd9" > MPSOLVER_INFEASIBLE< / a > (2),< / div > < div class = "line" > < a name = "l00068" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a054de6aff1be400c050f91ae96a66cce" > 68< / a > < / span >   < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a054de6aff1be400c050f91ae96a66cce" > MPSOLVER_UNBOUNDED< / a > (3),< / div > < div class = "line" > < a name = "l00078" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ab8f46396a288f551008a8a36f38b4178" > 78< / a > < / span >   < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ab8f46396a288f551008a8a36f38b4178" > MPSOLVER_ABNORMAL< / a > (4),< / div > < div class = "line" > < a name = "l00087" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a0d4fe36e39dbd4c788578bb8b76f6054" > 87< / a > < / span >   < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a0d4fe36e39dbd4c788578bb8b76f6054" > MPSOLVER_NOT_SOLVED< / a > (6),< / div > < div class = "line" > < a name = "l00096" > < / a > < span class = "lineno" > < a class = "line" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a612ddde3663af37e39c1f47d545d7f0b" > 96< / a > < / span >   < a class = "code" href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a612ddde3663af37e39c1f47d545d7f0b" > MPSOLVER_MODEL_IS_VALID< / a > (97),< / div > < div class = "line" > < a name = "l00
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_ab8f46396a288f551008a8a36f38b4178" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ab8f46396a288f551008a8a36f38b4178" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_ABNORMAL< / a > < / div > < div class = "ttdeci" > MPSOLVER_ABNORMAL< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00078" > MPSolverResponseStatus.java:78< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a7e57e722f7721e366865025083933948" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a7e57e722f7721e366865025083933948" > com.google.ortools.linearsolver.MPSolverResponseStatus.valueOf< / a > < / div > < div class = "ttdeci" > .lang.Deprecated static MPSolverResponseStatus valueOf(int value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00276" > MPSolverResponseStatus.java:276< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_ae0bc03fe696e83e25fd759194b39c93b" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ae0bc03fe696e83e25fd759194b39c93b" > com.google.ortools.linearsolver.MPSolverResponseStatus.internalGetValueMap< / a > < / div > < div class = "ttdeci" > static com.google.protobuf.Internal.EnumLiteMap< MPSolverResponseStatus > internalGetValueMap()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00299" > MPSolverResponseStatus.java:299< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html" > com.google.ortools.linearsolver.MPSolverResponseStatus< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00020" > MPSolverResponseStatus.java:20< / a > < / div > < / div >
< div class = "ttc" id = "namespacecom_html" > < div class = "ttname" > < a href = "namespacecom.html" > com< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a0d4fe36e39dbd4c788578bb8b76f6054" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a0d4fe36e39dbd4c788578bb8b76f6054" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_NOT_SOLVED< / a > < / div > < div class = "ttdeci" > MPSOLVER_NOT_SOLVED< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00087" > MPSolverResponseStatus.java:87< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a8258a0d1c0167e31b3b021061b1344f4" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a8258a0d1c0167e31b3b021061b1344f4" > com.google.ortools.linearsolver.MPSolverResponseStatus.getNumber< / a > < / div > < div class = "ttdeci" > final int getNumber()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00268" > MPSolverResponseStatus.java:268< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_aab088326f6d8314e4a0dc25b880be6ea" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#aab088326f6d8314e4a0dc25b880be6ea" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_SOLVER_TYPE_UNAVAILABLE< / a > < / div > < div class = "ttdeci" > MPSOLVER_SOLVER_TYPE_UNAVAILABLE< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00142" > MPSolverResponseStatus.java:142< / a > < / div > < / div >
< div class = "ttc" id = "namespacecom_1_1google_1_1ortools_1_1linearsolver_html" > < div class = "ttname" > < a href = "namespacecom_1_1google_1_1ortools_1_1linearsolver.html" > com.google.ortools.linearsolver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LinearSolver_8java_source.html#l00004" > LinearSolver.java:4< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1LinearSolver_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1LinearSolver.html" > com.google.ortools.linearsolver.LinearSolver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LinearSolver_8java_source.html#l00006" > LinearSolver.java:6< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a680bbb4101ff655d0c761a6a719ffbd9" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a680bbb4101ff655d0c761a6a719ffbd9" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_INFEASIBLE< / a > < / div > < div class = "ttdeci" > MPSOLVER_INFEASIBLE< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00058" > MPSolverResponseStatus.java:58< / a > < / div > < / div >
< div class = "ttc" id = "namespacecom_1_1google_1_1ortools_html" > < div class = "ttname" > < a href = "namespacecom_1_1google_1_1ortools.html" > com.google.ortools< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a0fb0b6c1f2dcc6e43adf695f596d15d0" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a0fb0b6c1f2dcc6e43adf695f596d15d0" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_MODEL_INVALID< / a > < / div > < div class = "ttdeci" > MPSOLVER_MODEL_INVALID< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00114" > MPSolverResponseStatus.java:114< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_ab832ec08c5bbd8380f4605ac626fe322" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ab832ec08c5bbd8380f4605ac626fe322" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_MODEL_INVALID_SOLUTION_HINT< / a > < / div > < div class = "ttdeci" > MPSOLVER_MODEL_INVALID_SOLUTION_HINT< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00123" > MPSolverResponseStatus.java:123< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a324f9b7d2e425defa6cf4a3d5b7ec398" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a324f9b7d2e425defa6cf4a3d5b7ec398" > com.google.ortools.linearsolver.MPSolverResponseStatus.forNumber< / a > < / div > < div class = "ttdeci" > static MPSolverResponseStatus forNumber(int value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00280" > MPSolverResponseStatus.java:280< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_aba77ece7b7667cc922930821875f9d35" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#aba77ece7b7667cc922930821875f9d35" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_MODEL_INVALID_SOLVER_PARAMETERS< / a > < / div > < div class = "ttdeci" > MPSOLVER_MODEL_INVALID_SOLVER_PARAMETERS< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00131" > MPSolverResponseStatus.java:131< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a2e07e41556d108b39d684feb3119b094" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a2e07e41556d108b39d684feb3119b094" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_UNKNOWN_STATUS< / a > < / div > < div class = "ttdeci" > MPSOLVER_UNKNOWN_STATUS< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00105" > MPSolverResponseStatus.java:105< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a1d036a0e098e3a81d3163c5d80334d75" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a1d036a0e098e3a81d3163c5d80334d75" > com.google.ortools.linearsolver.MPSolverResponseStatus.getValueDescriptor< / a > < / div > < div class = "ttdeci" > final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00311" > MPSolverResponseStatus.java:311< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a054de6aff1be400c050f91ae96a66cce" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a054de6aff1be400c050f91ae96a66cce" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_UNBOUNDED< / a > < / div > < div class = "ttdeci" > MPSOLVER_UNBOUNDED< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00068" > MPSolverResponseStatus.java:68< / a > < / div > < / div >
< div class = "ttc" id = "namespacecom_1_1google_html" > < div class = "ttname" > < a href = "namespacecom_1_1google.html" > com.google< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a612ddde3663af37e39c1f47d545d7f0b" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a612ddde3663af37e39c1f47d545d7f0b" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_MODEL_IS_VALID< / a > < / div > < div class = "ttdeci" > MPSOLVER_MODEL_IS_VALID< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00096" > MPSolverResponseStatus.java:96< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_ac0e2b3d07022f477492b3f1450115e36" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ac0e2b3d07022f477492b3f1450115e36" > com.google.ortools.linearsolver.MPSolverResponseStatus.valueOf< / a > < / div > < div class = "ttdeci" > static MPSolverResponseStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00325" > MPSolverResponseStatus.java:325< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_ab0f70ad9a0d886f8089dd9321c056e35" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#ab0f70ad9a0d886f8089dd9321c056e35" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_OPTIMAL< / a > < / div > < div class = "ttdeci" > MPSOLVER_OPTIMAL< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00032" > MPSolverResponseStatus.java:32< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1LinearSolver_html_a440be7ddeac7550be17221321b159a40" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1linearsolver_1_1LinearSolver.html#a440be7ddeac7550be17221321b159a40" > com.google.ortools.linearsolver.LinearSolver.getDescriptor< / a > < / div > < div class = "ttdeci" > static com.google.protobuf.Descriptors.FileDescriptor getDescriptor()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LinearSolver_8java_source.html#l00074" > LinearSolver.java:74< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a9f0e43c3bfe42613d5f7054e3bfa6428" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a9f0e43c3bfe42613d5f7054e3bfa6428" > com.google.ortools.linearsolver.MPSolverResponseStatus.getDescriptorForType< / a > < / div > < div class = "ttdeci" > final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00315" > MPSolverResponseStatus.java:315< / a > < / div > < / div >
< div class = "ttc" id = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus_html_a3d281e859dae77d29cd682bead7041d0" > < div class = "ttname" > < a href = "enumcom_1_1google_1_1ortools_1_1linearsolver_1_1MPSolverResponseStatus.html#a3d281e859dae77d29cd682bead7041d0" > com.google.ortools.linearsolver.MPSolverResponseStatus.MPSOLVER_FEASIBLE< / a > < / div > < div class = "ttdeci" > MPSOLVER_FEASIBLE< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "MPSolverResponseStatus_8java_source.html#l00047" > MPSolverResponseStatus.java:47< / a > < / div > < / div >
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >