2020-09-02 09:42:51 +02:00
<!-- HTML header for doxygen 1.8.18 -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=9" / >
2021-09-20 15:57:27 +02:00
< meta name = "generator" content = "Doxygen 1.8.15" / >
2020-09-02 09:42:51 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: markowitz.cc Source File< / title >
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
2021-09-20 15:57:27 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(initResizable);
/* @license-end */< / script >
2020-09-02 09:42:51 +02:00
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr style = "height: 56px;" >
< td id = "projectlogo" > < img alt = "Logo" src = "orLogo.png" / > < / td >
< td id = "projectalign" style = "padding-left: 0.5em;" >
< div id = "projectname" > OR-Tools
2021-09-20 15:57:27 +02:00
  < span id = "projectnumber" > 9.1< / span >
2020-09-02 09:42:51 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('markowitz_8cc_source.html','');});
2020-09-02 09:42:51 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > markowitz.cc< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "markowitz_8cc.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" > // Copyright 2010-2021 Google LLC< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > // Licensed under the Apache License, Version 2.0 (the " License" );< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < span class = "comment" > // you may not use this file except in compliance with the License.< / span > < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "comment" > // You may obtain a copy of the License at< / span > < / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00006" > < / a > < span class = "lineno" > 6< / span >   < span class = "comment" > // http://www.apache.org/licenses/LICENSE-2.0< / span > < / div > < div class = "line" > < a name = "l00007" > < / a > < span class = "lineno" > 7< / span >   < span class = "comment" > //< / span > < / div > < div class = "line" > < a name = "l00008" > < / a > < span class = "lineno" > 8< / span >   < span class = "comment" > // Unless required by applicable law or agreed to in writing, software< / span > < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "comment" > // distributed under the License is distributed on an " AS IS" BASIS,< / span > < / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < span class = "comment" > // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.< / span > < / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > 11< / span >   < span class = "comment" > // See the License for the specific language governing permissions and< / span > < / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < span class = "comment" > // limitations under the License.< / span > < / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > 14< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "markowitz_8h.html" > ortools/glop/markowitz.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   < / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   < span class = "preprocessor" > #include < cstdint> < / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "preprocessor" > #include < limits> < / span > < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "preprocessor" > #include " absl/strings/str_format.h" < / span > < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "lp__types_8h.html" > ortools/lp_data/lp_types.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "lp__data_2lp__utils_8h.html" > ortools/lp_data/lp_utils.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "sparse_8h.html" > ortools/lp_data/sparse.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < span class = "keyword" > namespace < / span > < a class = "code" href = "namespaceoperations__research.html" > operations_research< / a > {< / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   < span class = "keyword" > namespace < / span > glop {< / div > < div class = "line" > < a name = "l00026" > < / a > < span class = "lineno" > 26< / span >   < / div > < div
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_markowitz_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_markowitz.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::Markowitz::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00169" > markowitz.cc:169< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_priority_queue_html_a49e7d07685ccac64b842fa1b1cc9a3cc" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_priority_queue.html#a49e7d07685ccac64b842fa1b1cc9a3cc" > operations_research::glop::ColumnPriorityQueue::Pop< / a > < / div > < div class = "ttdeci" > ColIndex Pop()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00849" > markowitz.cc:849< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_priority_queue_html_a0a601ea6856d6a6162a705fe6ab48cbc" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_priority_queue.html#a0a601ea6856d6a6162a705fe6ab48cbc" > operations_research::glop::ColumnPriorityQueue::PushOrAdjust< / a > < / div > < div class = "ttdeci" > void PushOrAdjust(ColIndex col, int32_t degree)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00823" > markowitz.cc:823< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a965275e22dbb55799f5b99cca98e0fbc" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a965275e22dbb55799f5b99cca98e0fbc" > operations_research::glop::MatrixNonZeroPattern::Update< / a > < / div > < div class = "ttdeci" > void Update(RowIndex pivot_row, ColIndex pivot_col, const SparseColumn & column)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00678" > markowitz.cc:678< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a2527e336adfc8144ee253eed236fa699" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a2527e336adfc8144ee253eed236fa699" > operations_research::glop::MatrixNonZeroPattern::RemoveDeletedColumnsFromRow< / a > < / div > < div class = "ttdeci" > void RemoveDeletedColumnsFromRow(RowIndex row)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00656" > markowitz.cc:656< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a85e6c7ebc5ac22d117ff412e3658c72d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a85e6c7ebc5ac22d117ff412e3658c72d" > operations_research::glop::MatrixNonZeroPattern::Reset< / a > < / div > < div class = "ttdeci" > void Reset(RowIndex num_rows, ColIndex num_cols)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00566" > markowitz.cc:566< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::SparseMatrixWithReusableColumnMemory::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00898" > markowitz.cc:898< / a > < / div > < / div >
< div class = "ttc" id = "alldiff__cst_8cc_html_ad10edae0a852d72fb76afb1c77735045" > < div class = "ttname" > < a href = "alldiff__cst_8cc.html#ad10edae0a852d72fb76afb1c77735045" > min< / a > < / div > < div class = "ttdeci" > int64_t min< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "alldiff__cst_8cc_source.html#l00139" > alldiff_cst.cc:139< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_ae95eb4b81113f212b6aae874a15808df" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#ae95eb4b81113f212b6aae874a15808df" > operations_research::glop::TriangularMatrix::AddDiagonalOnlyColumn< / a > < / div > < div class = "ttdeci" > void AddDiagonalOnlyColumn(Fractional diagonal_value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00663" > sparse.cc:663< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_aeebcdc829c541f3ca21a15784f02fe9c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#aeebcdc829c541f3ca21a15784f02fe9c" > operations_research::glop::TriangularMatrix::Reset< / a > < / div > < div class = "ttdeci" > void Reset(RowIndex num_rows, ColIndex col_capacity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00551" > sparse.cc:551< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_aa844f860b76cad2a3682e7d9b927195c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#aa844f860b76cad2a3682e7d9b927195c" > operations_research::glop::MatrixNonZeroPattern::DecreaseRowDegree< / a > < / div > < div class = "ttdeci" > int32_t DecreaseRowDegree(RowIndex row)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00638" > markowitz.cc:638< / a > < / div > < / div >
< div class = "ttc" id = "preprocessor_8cc_html_a2babe18010525bbf13c2fa5a959971e4" > < div class = "ttname" > < a href = "preprocessor_8cc.html#a2babe18010525bbf13c2fa5a959971e4" > num_entries< / a > < / div > < div class = "ttdeci" > EntryIndex num_entries< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "preprocessor_8cc_source.html#l01366" > preprocessor.cc:1366< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_markowitz_html_afd3f022e573b8f4f0901624a813ade07" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_markowitz.html#afd3f022e573b8f4f0901624a813ade07" > operations_research::glop::Markowitz::ComputeRowAndColumnPermutation< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status ComputeRowAndColumnPermutation(const CompactSparseMatrixView & basis_matrix, RowPermutation *row_perm, ColumnPermutation *col_perm)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00027" > markowitz.cc:27< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_afcaa7cadd41741bb855c2ada1d2ef927" > < div class = "ttname" > < a href = "base_2logging_8h.html#afcaa7cadd41741bb855c2ada1d2ef927" > VLOG< / a > < / div > < div class = "ttdeci" > #define VLOG(verboselevel)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00979" > base/logging.h:979< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_afb755b7934d8679476e2f05a89739bcd" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#afb755b7934d8679476e2f05a89739bcd" > operations_research::glop::kInvalidCol< / a > < / div > < div class = "ttdeci" > const ColIndex kInvalidCol(-1)< / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a1f59bbe4cda31ad0ee8a91c4bd57e945" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a1f59bbe4cda31ad0ee8a91c4bd57e945" > operations_research::glop::MatrixNonZeroPattern::IsColumnDeleted< / a > < / div > < div class = "ttdeci" > bool IsColumnDeleted(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00652" > markowitz.cc:652< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory_html_a4d3e4198a395b77980b341d40ddb8b3c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory.html#a4d3e4198a395b77980b341d40ddb8b3c" > operations_research::glop::SparseMatrixWithReusableColumnMemory::ClearAndReleaseColumn< / a > < / div > < div class = "ttdeci" > void ClearAndReleaseColumn(ColIndex col)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00891" > markowitz.cc:891< / a > < / div > < / div >
< div class = "ttc" id = "markowitz_8cc_html_aa9d6c98fdf8d89b0e2321fda02adc82c" > < div class = "ttname" > < a href = "markowitz_8cc.html#aa9d6c98fdf8d89b0e2321fda02adc82c" > col< / a > < / div > < div class = "ttdeci" > ColIndex col< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00183" > markowitz.cc:183< / a > < / div > < / div >
< div class = "ttc" id = "stats_8h_html_a9995704aaaf45fc21e08c847551a8d04" > < div class = "ttname" > < a href = "stats_8h.html#a9995704aaaf45fc21e08c847551a8d04" > SCOPED_TIME_STAT< / a > < / div > < div class = "ttdeci" > #define SCOPED_TIME_STAT(stats)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00438" > stats.h:438< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a733947145e3e1631165b618b05c9ccb7" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a733947145e3e1631165b618b05c9ccb7" > operations_research::glop::Fractional< / a > < / div > < div class = "ttdeci" > double Fractional< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00078" > lp_types.h:78< / a > < / div > < / div >
< div class = "ttc" id = "classabsl_1_1_strong_vector_html_ac8bb3912a3ce86b15842e79d0b421204" > < div class = "ttname" > < a href = "classabsl_1_1_strong_vector.html#ac8bb3912a3ce86b15842e79d0b421204" > absl::StrongVector::clear< / a > < / div > < div class = "ttdeci" > void clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "strong__vector_8h_source.html#l00170" > strong_vector.h:170< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_status_html_a071b1d04197c0ac6e7a4d0ec0b91ff43" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_status.html#a071b1d04197c0ac6e7a4d0ec0b91ff43" > operations_research::glop::Status::OK< / a > < / div > < div class = "ttdeci" > static const Status OK()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "status_8h_source.html#l00054" > status.h:54< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html_a6c2cb025b83ee5d5365eb0b419a0298c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html#a6c2cb025b83ee5d5365eb0b419a0298c" > operations_research::glop::CompactSparseMatrixView::column< / a > < / div > < div class = "ttdeci" > const ColumnView column(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00490" > sparse.h:490< / a > < / div > < / div >
< div class = "ttc" id = "markowitz_8cc_html_aea35f36ba98d5bbd8d033382f50c9e52" > < div class = "ttname" > < a href = "markowitz_8cc.html#aea35f36ba98d5bbd8d033382f50c9e52" > row< / a > < / div > < div class = "ttdeci" > RowIndex row< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00182" > markowitz.cc:182< / a > < / div > < / div >
< div class = "ttc" id = "sparse_8h_html" > < div class = "ttname" > < a href = "sparse_8h.html" > sparse.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_permutation_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_permutation.html" > operations_research::glop::Permutation< RowIndex > < / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a25db8d6277cbd4811441929a1817dea0" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a25db8d6277cbd4811441929a1817dea0" > operations_research::glop::MatrixNonZeroPattern::DecreaseColDegree< / a > < / div > < div class = "ttdeci" > int32_t DecreaseColDegree(ColIndex col)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00634" > markowitz.cc:634< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html_af8d7048738ceb4c753b040e6d29db79c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html#af8d7048738ceb4c753b040e6d29db79c" > operations_research::glop::StrictITIVector::assign< / a > < / div > < div class = "ttdeci" > void assign(IntType size, const T & v)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00278" > lp_types.h:278< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a6b1b56ad0cb77edbd314f2bec33b467a" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a6b1b56ad0cb77edbd314f2bec33b467a" > operations_research::glop::ColumnPermutation< / a > < / div > < div class = "ttdeci" > Permutation< ColIndex > ColumnPermutation< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2permutation_8h_source.html#l00095" > lp_data/permutation.h:95< / a > < / div > < / div >
< div class = "ttc" id = "status_8h_html_a3efb1c6250c02a5b881f8b82f75f9822" > < div class = "ttname" > < a href = "status_8h.html#a3efb1c6250c02a5b881f8b82f75f9822" > GLOP_RETURN_IF_ERROR< / a > < / div > < div class = "ttdeci" > #define GLOP_RETURN_IF_ERROR(function_call)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "status_8h_source.html#l00070" > status.h:70< / a > < / div > < / div >
< div class = "ttc" id = "markowitz_8cc_html_a722e11301e7de93191aa47dbd3ecb4d8" > < div class = "ttname" > < a href = "markowitz_8cc.html#a722e11301e7de93191aa47dbd3ecb4d8" > coefficient< / a > < / div > < div class = "ttdeci" > Fractional coefficient< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00184" > markowitz.cc:184< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory_html_a7273cc492a51a1c5d45c620b32fce502" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory.html#a7273cc492a51a1c5d45c620b32fce502" > operations_research::glop::SparseMatrixWithReusableColumnMemory::column< / a > < / div > < div class = "ttdeci" > const SparseColumn & column(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00870" > markowitz.cc:870< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html" > operations_research::glop::TriangularMatrix< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00511" > sparse.h:511< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_permutation_html_acb8f594fc0399176a6201d6c66eb0419" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_permutation.html#acb8f594fc0399176a6201d6c66eb0419" > operations_research::glop::Permutation::assign< / a > < / div > < div class = "ttdeci" > void assign(IndexType size, IndexType value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2permutation_8h_source.html#l00059" > lp_data/permutation.h:59< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html_a960110e64357a3e69162ebf1f71959dd" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html#a960110e64357a3e69162ebf1f71959dd" > operations_research::glop::CompactSparseMatrixView::num_rows< / a > < / div > < div class = "ttdeci" > RowIndex num_rows() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00488" > sparse.h:488< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_a2ffa6dbb95dfb7e397bf69fd1ddd188e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#a2ffa6dbb95dfb7e397bf69fd1ddd188e" > operations_research::glop::TriangularMatrix::AddTriangularColumnWithGivenDiagonalEntry< / a > < / div > < div class = "ttdeci" > void AddTriangularColumnWithGivenDiagonalEntry(const SparseColumn & column, RowIndex diagonal_row, Fractional diagonal_value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00699" > sparse.cc:699< / a > < / div > < / div >
< div class = "ttc" id = "alldiff__cst_8cc_html_a26e6db9bcc64b584051ecc28171ed11f" > < div class = "ttname" > < a href = "alldiff__cst_8cc.html#a26e6db9bcc64b584051ecc28171ed11f" > max< / a > < / div > < div class = "ttdeci" > int64_t max< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "alldiff__cst_8cc_source.html#l00140" > alldiff_cst.cc:140< / a > < / div > < / div >
< div class = "ttc" id = "classabsl_1_1_strong_vector_html_a4e3670a285a3642eaa07f66766cffa72" > < div class = "ttname" > < a href = "classabsl_1_1_strong_vector.html#a4e3670a285a3642eaa07f66766cffa72" > absl::StrongVector::resize< / a > < / div > < div class = "ttdeci" > void resize(size_type new_size)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "strong__vector_8h_source.html#l00150" > strong_vector.h:150< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a437a888007d0475cfaf07ac70538c458" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a437a888007d0475cfaf07ac70538c458" > operations_research::glop::MatrixNonZeroPattern::DeleteRowAndColumn< / a > < / div > < div class = "ttdeci" > void DeleteRowAndColumn(RowIndex pivot_row, ColIndex pivot_col)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00642" > markowitz.cc:642< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_vector_html_ab38326ea6cb6187267665dd8b2748f3d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_vector.html#ab38326ea6cb6187267665dd8b2748f3d" > operations_research::glop::SparseVector< RowIndex, SparseColumnIterator > ::Entry< / a > < / div > < div class = "ttdeci" > typename Iterator::Entry Entry< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__vector_8h_source.html#l00091" > sparse_vector.h:91< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_markowitz_html_a7ac2557be8cf0394f9953fbdac2f18f4" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_markowitz.html#a7ac2557be8cf0394f9953fbdac2f18f4" > operations_research::glop::Markowitz::ComputeLU< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status ComputeLU(const CompactSparseMatrixView & basis_matrix, RowPermutation *row_perm, ColumnPermutation *col_perm, TriangularMatrix *lower, TriangularMatrix *upper)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00149" > markowitz.cc:149< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a1ef38cd7e00a3d31093afe05ef6e9b8a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a1ef38cd7e00a3d31093afe05ef6e9b8a" > operations_research::glop::MatrixNonZeroPattern::RowNonZero< / a > < / div > < div class = "ttdeci" > const absl::InlinedVector< ColIndex, 6 > & RowNonZero(RowIndex row) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8h_source.html#l00168" > markowitz.h:168< / a > < / div > < / div >
< div class = "ttc" id = "markowitz_8h_html" > < div class = "ttname" > < a href = "markowitz_8h.html" > markowitz.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_column_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_column.html" > operations_research::glop::SparseColumn< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__column_8h_source.html#l00044" > sparse_column.h:44< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_a46e69120fbd3b36e6960e096d23b66f0" > < div class = "ttname" > < a href = "base_2logging_8h.html#a46e69120fbd3b36e6960e096d23b66f0" > DCHECK_NE< / a > < / div > < div class = "ttdeci" > #define DCHECK_NE(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00887" > base/logging.h:887< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_status_html_a59e56af19e754a6aa26a612ebf91d05fafa2ff9c081445bfbfbda10bc41b76a87" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_status.html#a59e56af19e754a6aa26a612ebf91d05fafa2ff9c081445bfbfbda10bc41b76a87" > operations_research::glop::Status::ERROR_LU< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "status_8h_source.html#l00032" > status.h:32< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_a478299b61f785b5406d276ebe402aa64" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#a478299b61f785b5406d276ebe402aa64" > operations_research::glop::TriangularMatrix::IsLowerTriangular< / a > < / div > < div class = "ttdeci" > bool IsLowerTriangular() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00719" > sparse.cc:719< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html_a41741829541d089f1c4d34f190884813" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html#a41741829541d089f1c4d34f190884813" > operations_research::glop::CompactSparseMatrixView::num_cols< / a > < / div > < div class = "ttdeci" > ColIndex num_cols() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00489" > sparse.h:489< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_af14468b811c1218ef477ccbd170e6f8d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#af14468b811c1218ef477ccbd170e6f8d" > operations_research::glop::MatrixNonZeroPattern::GetFirstNonDeletedColumnFromRow< / a > < / div > < div class = "ttdeci" > ColIndex GetFirstNonDeletedColumnFromRow(RowIndex row) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00670" > markowitz.cc:670< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_view_html_af69d9b7065a8f31604a8134be4307749" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_view.html#af69d9b7065a8f31604a8134be4307749" > operations_research::glop::ColumnView::num_entries< / a > < / div > < div class = "ttdeci" > EntryIndex num_entries() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__column_8h_source.html#l00082" > sparse_column.h:82< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_status_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_status.html" > operations_research::glop::Status< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "status_8h_source.html#l00024" > status.h:24< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html_a3de922485ca2c30f3e07d959dd97cdd0" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html#a3de922485ca2c30f3e07d959dd97cdd0" > operations_research::glop::StrictITIVector::AssignToZero< / a > < / div > < div class = "ttdeci" > void AssignToZero(IntType size)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00294" > lp_types.h:294< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory_html_a564caf35589006190ef4985fbda74faa" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory.html#a564caf35589006190ef4985fbda74faa" > operations_research::glop::SparseMatrixWithReusableColumnMemory::mutable_column< / a > < / div > < div class = "ttdeci" > SparseColumn * mutable_column(ColIndex col)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00876" > markowitz.cc:876< / a > < / div > < / div >
< div class = "ttc" id = "classabsl_1_1_strong_vector_html_a9263000d449fdccb6cb70b303063e60b" > < div class = "ttname" > < a href = "classabsl_1_1_strong_vector.html#a9263000d449fdccb6cb70b303063e60b" > absl::StrongVector::push_back< / a > < / div > < div class = "ttdeci" > void push_back(const value_type & x)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "strong__vector_8h_source.html#l00158" > strong_vector.h:158< / a > < / div > < / div >
< div class = "ttc" id = "parser_8yy_8cc_html_a5a634cf4429798b1c921a81de8250051" > < div class = "ttname" > < a href = "parser_8yy_8cc.html#a5a634cf4429798b1c921a81de8250051" > input< / a > < / div > < div class = "ttdeci" > static int input(yyscan_t yyscanner)< / div > < / div >
< div class = "ttc" id = "pack_8cc_html_a750b5d744c39a06bfb13e6eb010e35d0" > < div class = "ttname" > < a href = "pack_8cc.html#a750b5d744c39a06bfb13e6eb010e35d0" > index< / a > < / div > < div class = "ttdeci" > int index< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "pack_8cc_source.html#l00509" > pack.cc:509< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_aae2dc65d9ea248d54bf39daa986dd295" > < div class = "ttname" > < a href = "base_2logging_8h.html#aae2dc65d9ea248d54bf39daa986dd295" > DCHECK_GE< / a > < / div > < div class = "ttdeci" > #define DCHECK_GE(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00890" > base/logging.h:890< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_abedd52dbc024598bf0189235764f734a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#abedd52dbc024598bf0189235764f734a" > operations_research::glop::TriangularMatrix::PermutedLowerSparseSolve< / a > < / div > < div class = "ttdeci" > void PermutedLowerSparseSolve(const ColumnView & rhs, const RowPermutation & row_perm, SparseColumn *lower, SparseColumn *upper)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l01065" > sparse.cc:1065< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_glop_parameters_html_a8e1b45c8d1f9cffa3e0c48f5372b3781" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_glop_parameters.html#a8e1b45c8d1f9cffa3e0c48f5372b3781" > operations_research::glop::GlopParameters::lu_factorization_pivot_threshold< / a > < / div > < div class = "ttdeci" > double lu_factorization_pivot_threshold() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "parameters_8pb_8h_source.html#l02019" > parameters.pb.h:2019< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_ab5a8a005f27ece21134c277a33057c70" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#ab5a8a005f27ece21134c277a33057c70" > operations_research::glop::TriangularMatrix::AddTriangularColumn< / a > < / div > < div class = "ttdeci" > void AddTriangularColumn(const ColumnView & column, RowIndex diagonal_row)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00667" > sparse.cc:667< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a31ee82f6ef05c3da492c0376f910d015" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a31ee82f6ef05c3da492c0376f910d015" > operations_research::glop::kInvalidRow< / a > < / div > < div class = "ttdeci" > const RowIndex kInvalidRow(-1)< / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_priority_queue_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_priority_queue.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::ColumnPriorityQueue::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00809" > markowitz.cc:809< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_vector_html_a8e12342fc420701fbffd97025421575a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_vector.html#a8e12342fc420701fbffd97025421575a" > operations_research::glop::SparseVector::IsEmpty< / a > < / div > < div class = "ttdeci" > bool IsEmpty() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__vector_8h_source.html#l00529" > sparse_vector.h:529< / a > < / div > < / div >
< div class = "ttc" id = "classabsl_1_1_strong_vector_html_a60304b65bf89363bcc3165d3cde67f86" > < div class = "ttname" > < a href = "classabsl_1_1_strong_vector.html#a60304b65bf89363bcc3165d3cde67f86" > absl::StrongVector::size< / a > < / div > < div class = "ttdeci" > size_type size() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "strong__vector_8h_source.html#l00147" > strong_vector.h:147< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_markowitz_html_a627511bf305a6af5d7e114817c1792c2" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_markowitz.html#a627511bf305a6af5d7e114817c1792c2" > operations_research::glop::Markowitz::DeterministicTimeOfLastFactorization< / a > < / div > < div class = "ttdeci" > double DeterministicTimeOfLastFactorization() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00553" > markowitz.cc:553< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_ae17f8119c108cf3070bad3449c7e0006" > < div class = "ttname" > < a href = "base_2logging_8h.html#ae17f8119c108cf3070bad3449c7e0006" > DCHECK< / a > < / div > < div class = "ttdeci" > #define DCHECK(condition)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00885" > base/logging.h:885< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_ad001a49701677a22b4efd9186b97ae05" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#ad001a49701677a22b4efd9186b97ae05" > operations_research::glop::TriangularMatrix::ApplyRowPermutationToNonDiagonalEntries< / a > < / div > < div class = "ttdeci" > void ApplyRowPermutationToNonDiagonalEntries(const RowPermutation & row_perm)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00739" > sparse.cc:739< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html_a8e12342fc420701fbffd97025421575a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html#a8e12342fc420701fbffd97025421575a" > operations_research::glop::CompactSparseMatrixView::IsEmpty< / a > < / div > < div class = "ttdeci" > bool IsEmpty() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00487" > sparse.h:487< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_ae89df3243bbb8341130c7b3f44145ea0" > < div class = "ttname" > < a href = "base_2logging_8h.html#ae89df3243bbb8341130c7b3f44145ea0" > DCHECK_EQ< / a > < / div > < div class = "ttdeci" > #define DCHECK_EQ(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00886" > base/logging.h:886< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_glop_parameters_html_a4d3931b9edff41e42ad93dee05d3c904" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_glop_parameters.html#a4d3931b9edff41e42ad93dee05d3c904" > operations_research::glop::GlopParameters::markowitz_zlatev_parameter< / a > < / div > < div class = "ttdeci" > ::PROTOBUF_NAMESPACE_ID::int32 markowitz_zlatev_parameter() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "parameters_8pb_8h_source.html#l02131" > parameters.pb.h:2131< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_a44badccd63c183b774ba7bfb005aac9f" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#a44badccd63c183b774ba7bfb005aac9f" > operations_research::glop::MatrixNonZeroPattern::RowDegree< / a > < / div > < div class = "ttdeci" > int32_t RowDegree(RowIndex row) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8h_source.html#l00163" > markowitz.h:163< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory_html_a1eb060a55278923620fda32549d18ae7" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_matrix_with_reusable_column_memory.html#a1eb060a55278923620fda32549d18ae7" > operations_research::glop::SparseMatrixWithReusableColumnMemory::Reset< / a > < / div > < div class = "ttdeci" > void Reset(ColIndex num_cols)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00864" > markowitz.cc:864< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_a4395e95bab44e222cb2e77251017a0e2" > < div class = "ttname" > < a href = "base_2logging_8h.html#a4395e95bab44e222cb2e77251017a0e2" > DCHECK_LE< / a > < / div > < div class = "ttdeci" > #define DCHECK_LE(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00888" > base/logging.h:888< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_aec8942e8b01f9aed2abc24de9acfb6ab" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#aec8942e8b01f9aed2abc24de9acfb6ab" > operations_research::glop::TriangularMatrix::NumFpOperationsInLastPermutedLowerSparseSolve< / a > < / div > < div class = "ttdeci" > int64_t NumFpOperationsInLastPermutedLowerSparseSolve() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00709" > sparse.h:709< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_a930392173df6dce15fc905d089bd19aa" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#a930392173df6dce15fc905d089bd19aa" > operations_research::glop::TriangularMatrix::IsUpperTriangular< / a > < / div > < div class = "ttdeci" > bool IsUpperTriangular() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00729" > sparse.cc:729< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_af69d9b7065a8f31604a8134be4307749" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#af69d9b7065a8f31604a8134be4307749" > operations_research::glop::TriangularMatrix::num_entries< / a > < / div > < div class = "ttdeci" > EntryIndex num_entries() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00523" > sparse.h:523< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_html" > < div class = "ttname" > < a href = "namespaceoperations__research.html" > operations_research< / a > < / div > < div class = "ttdoc" > Collection of objects used to extend the Constraint Solver library.< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "dense__doubly__linked__list_8h_source.html#l00021" > dense_doubly_linked_list.h:21< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_a8d3594198944bf0a6ac2669581085683" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#a8d3594198944bf0a6ac2669581085683" > operations_research::glop::TriangularMatrix::AddAndNormalizeTriangularColumn< / a > < / div > < div class = "ttdeci" > void AddAndNormalizeTriangularColumn(const SparseColumn & column, RowIndex diagonal_row, Fractional diagonal_coefficient)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00682" > sparse.cc:682< / a > < / div > < / div >
< div class = "ttc" id = "classabsl_1_1_strong_vector_html_a184fe69018ae421dcf31c964bfe40576" > < div class = "ttname" > < a href = "classabsl_1_1_strong_vector.html#a184fe69018ae421dcf31c964bfe40576" > absl::StrongVector::assign< / a > < / div > < div class = "ttdeci" > void assign(size_type n, const value_type & val)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "strong__vector_8h_source.html#l00131" > strong_vector.h:131< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_glop_parameters_html_a21d03552b461f544f529021994cd065a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_glop_parameters.html#a21d03552b461f544f529021994cd065a" > operations_research::glop::GlopParameters::markowitz_singularity_threshold< / a > < / div > < div class = "ttdeci" > double markowitz_singularity_threshold() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "parameters_8pb_8h_source.html#l02159" > parameters.pb.h:2159< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_ae69267cf0653a77925ee13121b9857ec" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#ae69267cf0653a77925ee13121b9857ec" > operations_research::glop::RowPermutation< / a > < / div > < div class = "ttdeci" > Permutation< RowIndex > RowPermutation< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2permutation_8h_source.html#l00094" > lp_data/permutation.h:94< / a > < / div > < / div >
< div class = "ttc" id = "classabsl_1_1_strong_vector_html_a562f7b24b47d3e7632a9896935c14d8b" > < div class = "ttname" > < a href = "classabsl_1_1_strong_vector.html#a562f7b24b47d3e7632a9896935c14d8b" > absl::StrongVector::reserve< / a > < / div > < div class = "ttdeci" > void reserve(size_type n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "strong__vector_8h_source.html#l00157" > strong_vector.h:157< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_priority_queue_html_a026a7cba6cd132662dae0468f395d3cf" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_priority_queue.html#a026a7cba6cd132662dae0468f395d3cf" > operations_research::glop::ColumnPriorityQueue::Reset< / a > < / div > < div class = "ttdeci" > void Reset(int32_t max_degree, ColIndex num_cols)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00815" > markowitz.cc:815< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html_a967a5c081ad4195a30c78dc2c0bcabf5" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html#a967a5c081ad4195a30c78dc2c0bcabf5" > operations_research::glop::StrictITIVector::size< / a > < / div > < div class = "ttdeci" > IntType size() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00280" > lp_types.h:280< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_ac6fdf4b27f37d788a51ff50a47d0a3df" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#ac6fdf4b27f37d788a51ff50a47d0a3df" > operations_research::glop::MatrixNonZeroPattern::ColDegree< / a > < / div > < div class = "ttdeci" > int32_t ColDegree(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8h_source.html#l00156" > markowitz.h:156< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_aedb714d776d86539dbb9f42ae5d7d923" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#aedb714d776d86539dbb9f42ae5d7d923" > operations_research::glop::DeterministicTimeForFpOperations< / a > < / div > < div class = "ttdeci" > static double DeterministicTimeForFpOperations(int64_t n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00383" > lp_types.h:383< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_triangular_matrix_html_a3e1b01501c922d36c55fb59cfc18e630" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_triangular_matrix.html#a3e1b01501c922d36c55fb59cfc18e630" > operations_research::glop::TriangularMatrix::Swap< / a > < / div > < div class = "ttdeci" > void Swap(TriangularMatrix *other)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00620" > sparse.cc:620< / a > < / div > < / div >
< div class = "ttc" id = "lp__types_8h_html" > < div class = "ttname" > < a href = "lp__types_8h.html" > lp_types.h< / a > < / div > < / div >
< div class = "ttc" id = "lp__data_2lp__utils_8h_html" > < div class = "ttname" > < a href = "lp__data_2lp__utils_8h.html" > lp_utils.h< / a > < / div > < / div >
< div class = "ttc" id = "classabsl_1_1_strong_vector_html_a058bda4957df6a97b1ea6c9fd783f672" > < div class = "ttname" > < a href = "classabsl_1_1_strong_vector.html#a058bda4957df6a97b1ea6c9fd783f672" > absl::StrongVector::pop_back< / a > < / div > < div class = "ttdeci" > void pop_back()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "strong__vector_8h_source.html#l00168" > strong_vector.h:168< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::MatrixNonZeroPattern::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00557" > markowitz.cc:557< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern_html_af6141c80a5d2f56d86f149c822065cc5" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_matrix_non_zero_pattern.html#af6141c80a5d2f56d86f149c822065cc5" > operations_research::glop::MatrixNonZeroPattern::InitializeFromMatrixSubset< / a > < / div > < div class = "ttdeci" > void InitializeFromMatrixSubset(const CompactSparseMatrixView & basis_matrix, const RowPermutation & row_perm, const ColumnPermutation & col_perm, std::vector< ColIndex > *singleton_columns, std::vector< RowIndex > *singleton_rows)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "markowitz_8cc_source.html#l00576" > markowitz.cc:576< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_ab62f5ed8f2d48e29802be0cbbcd1359a" > < div class = "ttname" > < a href = "base_2logging_8h.html#ab62f5ed8f2d48e29802be0cbbcd1359a" > DCHECK_LT< / a > < / div > < div class = "ttdeci" > #define DCHECK_LT(val1, val2)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00889" > base/logging.h:889< / a > < / div > < / div >
< div class = "ttc" id = "stats_8h_html_a3c3e6b102f0d91c523099325c98e1887" > < div class = "ttname" > < a href = "stats_8h.html#a3c3e6b102f0d91c523099325c98e1887" > IF_STATS_ENABLED< / a > < / div > < div class = "ttdeci" > #define IF_STATS_ENABLED(instructions)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00437" > stats.h:437< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html" > operations_research::glop::CompactSparseMatrixView< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00476" > sparse.h:476< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
2020-09-02 09:42:51 +02:00
<!-- HTML footer for doxygen 1.8.18 -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_747248fa8ec2ebcb4d8ad85ced34db0b.html" > glop< / a > < / li > < li class = "navelem" > < a class = "el" href = "markowitz_8cc.html" > markowitz.cc< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2021-09-20 15:57:27 +02:00
< img class = "footer" src = "doxygen.png" alt = "doxygen" / > < / a > 1.8.15 < / li >
2020-09-02 09:42:51 +02:00
< / ul >
< / div >
< / body >
< / html >