2020-09-01 16:00:33 +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-01 16:00:33 +02:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
< title > OR-Tools: basis_representation.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-01 16:00:33 +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-01 16:00:33 +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-01 16:00:33 +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-01 16:00:33 +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('basis__representation_8cc_source.html','');});
2020-09-01 16:00:33 +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" > basis_representation.cc< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "basis__representation_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 = "basis__representation_8h.html" > ortools/glop/basis_representation.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 " < a class = "code" href = "stl__util_8h.html" > ortools/base/stl_util.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "status_8h.html" > ortools/glop/status.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / 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 = "l00019" > < / a > < span class = "lineno" > 19< / span >   < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "keyword" > namespace < / span > < a class = "code" href = "namespaceoperations__research.html" > operations_research< / a > {< / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "keyword" > namespace < / span > glop {< / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "comment" > // --------------------------------------------------------< / span > < / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < span class = "comment" > // EtaMatrix< / span > < / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > 25< / span >   < span class = "comment" > // --------------------------------------------------------< / span > < / div > < div class = "line" > < a name = "l00026" > < /a
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_aaa803ce9366dca251925e0bdde517430" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#aaa803ce9366dca251925e0bdde517430" > operations_research::glop::Transpose< / a > < / div > < div class = "ttdeci" > const DenseRow & Transpose(const DenseColumn & col)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2lp__utils_8h_source.html#l00192" > lp_data/lp_utils.h:192< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_factorization_html_acddc81707ff8e60f4ab42b3c21939be6" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_factorization.html#acddc81707ff8e60f4ab42b3c21939be6" > operations_research::glop::EtaFactorization::EtaFactorization< / a > < / div > < div class = "ttdeci" > EtaFactorization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00137" > basis_representation.cc:137< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_a3e1cfef60e774a81f30eaddf26a3a274" > < div class = "ttname" > < a href = "base_2logging_8h.html#a3e1cfef60e774a81f30eaddf26a3a274" > CHECK< / a > < / div > < div class = "ttdeci" > #define CHECK(condition)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00491" > base/logging.h:491< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html_a64fea3282d498f3eb2d4af70692bb117" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html#a64fea3282d498f3eb2d4af70692bb117" > operations_research::glop::CompactSparseMatrixView::ComputeOneNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeOneNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00631" > sparse.cc:631< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a8fbc9efd86a3cc862a9079d86ab8b524" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a8fbc9efd86a3cc862a9079d86ab8b524" > operations_research::glop::RowToColIndex< / a > < / div > < div class = "ttdeci" > ColIndex RowToColIndex(RowIndex row)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00049" > lp_types.h:49< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a6748ce52d80c6013d4edfc77d56b96f8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a6748ce52d80c6013d4edfc77d56b96f8" > operations_research::glop::BasisFactorization::ComputeOneNormConditionNumber< / a > < / div > < div class = "ttdeci" > Fractional ComputeOneNormConditionNumber() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00586" > basis_representation.cc:586< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a6e2a232672ee1580b9144f558662a77c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a6e2a232672ee1580b9144f558662a77c" > operations_research::glop::BasisFactorization::IsRefactorized< / a > < / div > < div class = "ttdeci" > bool IsRefactorized() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00222" > basis_representation.cc:222< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_rank_one_update_factorization_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_rank_one_update_factorization.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::RankOneUpdateFactorization::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rank__one__update_8h_source.html#l00143" > rank_one_update.h:143< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_a60771349d1fcf262313b13a6a857c140" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a60771349d1fcf262313b13a6a857c140" > operations_research::glop::CompactSparseMatrix::Column< / a > < / div > < div class = "ttdeci" > ::util::IntegerRange< EntryIndex > Column(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00363" > sparse.h:363< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_a43ee08ef339bd43b5709364f91a02c38" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a43ee08ef339bd43b5709364f91a02c38" > operations_research::glop::CompactSparseMatrix::AddDenseColumnWithNonZeros< / a > < / div > < div class = "ttdeci" > ColIndex AddDenseColumnWithNonZeros(const DenseColumn & dense_column, const std::vector< RowIndex > & non_zeros)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00581" > sparse.cc:581< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1glop_1_1_scattered_vector_html_a338e6419a77aec6ea4340687c44f08f0" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_vector.html#a338e6419a77aec6ea4340687c44f08f0" > operations_research::glop::ScatteredVector::SortNonZerosIfNeeded< / a > < / div > < div class = "ttdeci" > void SortNonZerosIfNeeded()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00110" > scattered_vector.h:110< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a3c3fa8faef594bd4a249b4aaa5e32d8e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a3c3fa8faef594bd4a249b4aaa5e32d8e" > operations_research::glop::LuFactorization::ComputeInitialBasis< / a > < / div > < div class = "ttdeci" > RowToColMapping ComputeInitialBasis(const CompactSparseMatrix & matrix, const std::vector< ColIndex > & candidates)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00068" > lu_factorization.cc:68< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a6b5f31c4068711b8e6823f4888f410ce" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a6b5f31c4068711b8e6823f4888f410ce" > operations_research::glop::LuFactorization::LeftSolve< / a > < / div > < div class = "ttdeci" > void LeftSolve(DenseRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00109" > lu_factorization.cc:109< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ace58a4f9d6a147c3455ff8dc029537c4" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ace58a4f9d6a147c3455ff8dc029537c4" > operations_research::glop::LuFactorization::ComputeFactorization< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status ComputeFactorization(const CompactSparseMatrixView & compact_matrix)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00044" > lu_factorization.cc:44< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a1ea8d0a49dad57416810ab7b1a2e2108" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a1ea8d0a49dad57416810ab7b1a2e2108" > operations_research::glop::LuFactorization::LeftSolveUWithNonZeros< / a > < / div > < div class = "ttdeci" > void LeftSolveUWithNonZeros(ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00317" > lu_factorization.cc:317< / a > < / div > < / div >
< div class = "ttc" id = "stl__util_8h_html" > < div class = "ttname" > < a href = "stl__util_8h.html" > stl_util.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_rank_one_update_factorization_html_ac336bdc1a5faa992e9c015387a53b0b9" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_rank_one_update_factorization.html#ac336bdc1a5faa992e9c015387a53b0b9" > operations_research::glop::RankOneUpdateFactorization::ResetDeterministicTime< / a > < / div > < div class = "ttdeci" > void ResetDeterministicTime()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rank__one__update_8h_source.html#l00235" > rank_one_update.h:235< / 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_compact_sparse_matrix_html_aedc46de5199e203b77de2eae2e4c100d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#aedc46de5199e203b77de2eae2e4c100d" > operations_research::glop::CompactSparseMatrix::EntryRow< / a > < / div > < div class = "ttdeci" > RowIndex EntryRow(EntryIndex i) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00367" > sparse.h:367< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1glop_1_1_scattered_vector_html_a975b414f769cd320ff33ee9bd0c959bf" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_vector.html#a975b414f769cd320ff33ee9bd0c959bf" > operations_research::glop::ScatteredVector::NumNonZerosEstimate< / a > < / div > < div class = "ttdeci" > size_t NumNonZerosEstimate() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00165" > scattered_vector.h:165< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a2ac7d8b80f20a8442138b0673aa0158c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a2ac7d8b80f20a8442138b0673aa0158c" > operations_research::glop::BasisFactorization::ComputeInfinityNormConditionNumberUpperBound< / a > < / div > < div class = "ttdeci" > Fractional ComputeInfinityNormConditionNumberUpperBound() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00596" > basis_representation.cc:596< / 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_basis_factorization_html_a41b0509864e6eb62f0415975a914ba4b" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a41b0509864e6eb62f0415975a914ba4b" > operations_research::glop::BasisFactorization::LeftSolveForUnitRow< / a > < / div > < div class = "ttdeci" > void LeftSolveForUnitRow(ColIndex j, ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00395" > basis_representation.cc:395< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a3042b0778d3d901556345438e482d88a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a3042b0778d3d901556345438e482d88a" > operations_research::glop::LuFactorization::GetColumnOfU< / a > < / div > < div class = "ttdeci" > const SparseColumn & GetColumnOfU(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00453" > lu_factorization.cc:453< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a4bf241af6b1844669171d6e170ef991d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a4bf241af6b1844669171d6e170ef991d" > operations_research::glop::BasisFactorization::RightSolveSquaredNorm< / a > < / div > < div class = "ttdeci" > Fractional RightSolveSquaredNorm(const ColumnView & a) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00498" > basis_representation.cc:498< / a > < / div > < / div >
< div class = "ttc" id = "base_2logging_8h_html_accad43a85d781d53381cd53a9894b6ae" > < div class = "ttname" > < a href = "base_2logging_8h.html#accad43a85d781d53381cd53a9894b6ae" > LOG< / a > < / div > < div class = "ttdeci" > #define LOG(severity)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "base_2logging_8h_source.html#l00416" > base/logging.h:416< / 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 = "classoperations__research_1_1glop_1_1_basis_factorization_html_a9b738f6b485a4d4ef866b8d82ac07876" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a9b738f6b485a4d4ef866b8d82ac07876" > operations_research::glop::BasisFactorization::DualEdgeSquaredNorm< / a > < / div > < div class = "ttdeci" > Fractional DualEdgeSquaredNorm(RowIndex row) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00506" > basis_representation.cc:506< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_aa6c552b94fa80def1d4d1ea64697afb1" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#aa6c552b94fa80def1d4d1ea64697afb1" > operations_research::glop::ClearAndResizeVectorWithNonZeros< / a > < / div > < div class = "ttdeci" > void ClearAndResizeVectorWithNonZeros(IndexType size, ScatteredRowOrCol *v)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2lp__utils_8h_source.html#l00278" > lp_data/lp_utils.h:278< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_factorization_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_factorization.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::EtaFactorization::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00141" > basis_representation.cc:141< / 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_basis_factorization_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::BasisFactorization::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00193" > basis_representation.cc:193< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a6ec53ed3afa3d8affb6941568dcfec76" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a6ec53ed3afa3d8affb6941568dcfec76" > operations_research::glop::LuFactorization::RightSolve< / a > < / div > < div class = "ttdeci" > void RightSolve(DenseColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00099" > lu_factorization.cc:99< / 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_lu_factorization_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#aa71d36872f416feaa853788a7a7a7ef8" > operations_research::glop::LuFactorization::Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00031" > lu_factorization.cc:31< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_matrix_html_a6b5f31c4068711b8e6823f4888f410ce" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_matrix.html#a6b5f31c4068711b8e6823f4888f410ce" > operations_research::glop::EtaMatrix::LeftSolve< / a > < / div > < div class = "ttdeci" > void LeftSolve(DenseRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00051" > basis_representation.cc:51< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html" > operations_research::glop::CompactSparseMatrix< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00289" > sparse.h:289< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_a960110e64357a3e69162ebf1f71959dd" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a960110e64357a3e69162ebf1f71959dd" > operations_research::glop::CompactSparseMatrix::num_rows< / a > < / div > < div class = "ttdeci" > RowIndex num_rows() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00349" > sparse.h:349< / 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 = "classoperations__research_1_1glop_1_1_lu_factorization_html_a577c37faff9567f86849dd74c3fcf4ac" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a577c37faff9567f86849dd74c3fcf4ac" > operations_research::glop::LuFactorization::RightSolveUWithNonZeros< / a > < / div > < div class = "ttdeci" > void RightSolveUWithNonZeros(ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00333" > lu_factorization.cc:333< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a781d7728c278ae44bf265cf222479b98" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a781d7728c278ae44bf265cf222479b98" > operations_research::glop::BasisFactorization::TemporaryLeftSolveForUnitRow< / a > < / div > < div class = "ttdeci" > void TemporaryLeftSolveForUnitRow(ColIndex j, ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00450" > basis_representation.cc:450< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_ad11c05dfc65c1f5c0e19ebde89700478" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#ad11c05dfc65c1f5c0e19ebde89700478" > operations_research::glop::CompactSparseMatrix::Reset< / a > < / div > < div class = "ttdeci" > void Reset(RowIndex num_rows)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00542" > sparse.cc:542< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_aeaeb43840844cc69a88dc924b282b4c7" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#aeaeb43840844cc69a88dc924b282b4c7" > operations_research::glop::BasisFactorization::RightSolve< / a > < / div > < div class = "ttdeci" > void RightSolve(ScatteredColumn *d) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00353" > basis_representation.cc:353< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_aacdbeb58ac2d391f6586ad88db99ad61" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#aacdbeb58ac2d391f6586ad88db99ad61" > operations_research::glop::BasisFactorization::LeftSolve< / a > < / div > < div class = "ttdeci" > void LeftSolve(ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00337" > basis_representation.cc:337< / 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 = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_a3201a3fd525dd06db8cfa96eb9049d82" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a3201a3fd525dd06db8cfa96eb9049d82" > operations_research::glop::CompactSparseMatrix::AddDenseColumn< / a > < / div > < div class = "ttdeci" > ColIndex AddDenseColumn(const DenseColumn & dense_column)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00563" > sparse.cc:563< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_rank_one_update_factorization_html_a6d91289298bf5d7a417105e06d8d1c46" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_rank_one_update_factorization.html#a6d91289298bf5d7a417105e06d8d1c46" > operations_research::glop::RankOneUpdateFactorization::LeftSolveWithNonZeros< / a > < / div > < div class = "ttdeci" > void LeftSolveWithNonZeros(ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rank__one__update_8h_source.html#l00165" > rank_one_update.h:165< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_aedf255db8741ebb2011757ff37dfc02e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#aedf255db8741ebb2011757ff37dfc02e" > operations_research::glop::BasisFactorization::ForceRefactorization< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status ForceRefactorization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00229" > basis_representation.cc:229< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_matrix_html_ad1e32061321d5cc422c6f18a8ed6d33d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_matrix.html#ad1e32061321d5cc422c6f18a8ed6d33d" > operations_research::glop::EtaMatrix::SparseLeftSolve< / a > < / div > < div class = "ttdeci" > void SparseLeftSolve(DenseRow *y, ColIndexVector *pos) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00075" > basis_representation.cc:75< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a4bf241af6b1844669171d6e170ef991d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a4bf241af6b1844669171d6e170ef991d" > operations_research::glop::LuFactorization::RightSolveSquaredNorm< / a > < / div > < div class = "ttdeci" > Fractional RightSolveSquaredNorm(const ColumnView & a) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00141" > lu_factorization.cc:141< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_afbe7c81d6b4066bf7874299a0f7c0d59" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#afbe7c81d6b4066bf7874299a0f7c0d59" > operations_research::glop::CompactSparseMatrix::column< / a > < / div > < div class = "ttdeci" > ColumnView column(ColIndex col) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00369" > sparse.h:369< / 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 = "structoperations__research_1_1glop_1_1_scattered_row_html" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_row.html" > operations_research::glop::ScatteredRow< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00198" > scattered_vector.h:198< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a3f219a081f88c22ae282ada4f0bdddd3" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a3f219a081f88c22ae282ada4f0bdddd3" > operations_research::glop::BasisFactorization::ComputeInfinityNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeInfinityNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00531" > basis_representation.cc:531< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_view_html_a7fd628651fe26e69b352dfc56039764f" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_view.html#a7fd628651fe26e69b352dfc56039764f" > operations_research::glop::ColumnView::GetFirstRow< / a > < / div > < div class = "ttdeci" > RowIndex GetFirstRow() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__column_8h_source.html#l00090" > sparse_column.h:90< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_ae5fa9e57c2d31b294195ed8a9e17bfac" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#ae5fa9e57c2d31b294195ed8a9e17bfac" > operations_research::glop::DenseColumn< / a > < / div > < div class = "ttdeci" > StrictITIVector< RowIndex, Fractional > DenseColumn< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00332" > lp_types.h:332< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a9b738f6b485a4d4ef866b8d82ac07876" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a9b738f6b485a4d4ef866b8d82ac07876" > operations_research::glop::LuFactorization::DualEdgeSquaredNorm< / a > < / div > < div class = "ttdeci" > Fractional DualEdgeSquaredNorm(RowIndex row) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00172" > lu_factorization.cc:172< / 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_lu_factorization_html_a6c5735e4c25655dd4533504d22b1d66c" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a6c5735e4c25655dd4533504d22b1d66c" > operations_research::glop::LuFactorization::LeftSolveLWithNonZeros< / a > < / div > < div class = "ttdeci" > bool LeftSolveLWithNonZeros(ScatteredRow *y, ScatteredColumn *result_before_permutation) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00351" > lu_factorization.cc:351< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_matrix_html_a7b76b8753b814ba45ef9be10454230d9" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_matrix.html#a7b76b8753b814ba45ef9be10454230d9" > operations_research::glop::EtaMatrix::EtaMatrix< / a > < / div > < div class = "ttdeci" > EtaMatrix(ColIndex eta_col, const ScatteredColumn & direction)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00029" > basis_representation.cc:29< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ad9e11229fed5416bf22fb3b4fa65f4c1" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ad9e11229fed5416bf22fb3b4fa65f4c1" > operations_research::glop::LuFactorization::NumberOfEntries< / a > < / div > < div class = "ttdeci" > EntryIndex NumberOfEntries() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00474" > lu_factorization.cc:474< / 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_compact_sparse_matrix_html_a92fd573026885df55da46929dba89fa2" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a92fd573026885df55da46929dba89fa2" > operations_research::glop::CompactSparseMatrix::AddDenseColumnPrefix< / a > < / div > < div class = "ttdeci" > ColIndex AddDenseColumnPrefix(const DenseColumn & dense_column, RowIndex start)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00567" > sparse.cc:567< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_abcfadeef96ab0ef83b82cf0046a45dd7" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#abcfadeef96ab0ef83b82cf0046a45dd7" > operations_research::glop::BasisFactorization::ComputeInfinityNormConditionNumber< / a > < / div > < div class = "ttdeci" > Fractional ComputeInfinityNormConditionNumber() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00591" > basis_representation.cc:591< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_view_html_ae7c152aafe19515204c65dadcdc876d6" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_view.html#ae7c152aafe19515204c65dadcdc876d6" > operations_research::glop::ColumnView::GetFirstCoefficient< / a > < / div > < div class = "ttdeci" > Fractional GetFirstCoefficient() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__column_8h_source.html#l00086" > sparse_column.h:86< / 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_sparse_vector_html_aeff6ae7073f423651fc0352d50cadfa6" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_vector.html#aeff6ae7073f423651fc0352d50cadfa6" > operations_research::glop::SparseVector::SetCoefficient< / a > < / div > < div class = "ttdeci" > void SetCoefficient(Index index, Fractional value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__vector_8h_source.html#l00680" > sparse_vector.h:680< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_aeccc8138b268e621d96d105e0ddd474a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#aeccc8138b268e621d96d105e0ddd474a" > operations_research::glop::BasisFactorization::DeterministicTime< / a > < / div > < div class = "ttdeci" > double DeterministicTime() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00604" > basis_representation.cc:604< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1glop_1_1_scattered_vector_html_ae0473e18a367af671dc3f08063c80da4" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_vector.html#ae0473e18a367af671dc3f08063c80da4" > operations_research::glop::ScatteredVector::values< / a > < / div > < div class = "ttdeci" > StrictITIVector< Index, Fractional > values< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00057" > scattered_vector.h:57< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_rank_one_update_factorization_html_af69d9b7065a8f31604a8134be4307749" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_rank_one_update_factorization.html#af69d9b7065a8f31604a8134be4307749" > operations_research::glop::RankOneUpdateFactorization::num_entries< / a > < / div > < div class = "ttdeci" > EntryIndex num_entries() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rank__one__update_8h_source.html#l00226" > rank_one_update.h:226< / 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_basis_factorization_html_a697f638cbd5a2dab2977b24e550bd7f9" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a697f638cbd5a2dab2977b24e550bd7f9" > operations_research::glop::BasisFactorization::Initialize< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status Initialize()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00206" > basis_representation.cc:206< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a2b83a25cb4fd203c57a7155699fab246" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a2b83a25cb4fd203c57a7155699fab246" > operations_research::glop::ColIndexVector< / a > < / div > < div class = "ttdeci" > std::vector< ColIndex > ColIndexVector< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00312" > lp_types.h:312< / 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_compact_sparse_matrix_html_aaef7fc778a29bb3bb3040c0423937f6e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#aaef7fc778a29bb3bb3040c0423937f6e" > operations_research::glop::CompactSparseMatrix::EntryCoefficient< / a > < / div > < div class = "ttdeci" > Fractional EntryCoefficient(EntryIndex i) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00366" > sparse.h:366< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a40757145002c85d47ad8df1b53707661" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a40757145002c85d47ad8df1b53707661" > operations_research::glop::LuFactorization::RightSolveLForColumnView< / a > < / div > < div class = "ttdeci" > void RightSolveLForColumnView(const ColumnView & b, ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00263" > lu_factorization.cc:263< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_factorization_html_aa4714584196a160a394ec3345b30ec03" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_factorization.html#aa4714584196a160a394ec3345b30ec03" > operations_research::glop::EtaFactorization::~EtaFactorization< / a > < / div > < div class = "ttdeci" > virtual ~EtaFactorization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00139" > basis_representation.cc:139< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a43e095088501053427e317e905d5fc83" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a43e095088501053427e317e905d5fc83" > operations_research::glop::LuFactorization::RightSolveLWithPermutedInput< / a > < / div > < div class = "ttdeci" > void RightSolveLWithPermutedInput(const DenseColumn & a, ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00215" > lu_factorization.cc:215< / a > < / div > < / div >
< div class = "ttc" id = "namespacegtl_html_a4ee3db0c4acaa0f277a0d7006f5ad1e6" > < div class = "ttname" > < a href = "namespacegtl.html#a4ee3db0c4acaa0f277a0d7006f5ad1e6" > gtl::STLDeleteElements< / a > < / div > < div class = "ttdeci" > void STLDeleteElements(T *container)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stl__util_8h_source.html#l00372" > stl_util.h:372< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_a386d851d7c8b409205dd82d87e44f2fe" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a386d851d7c8b409205dd82d87e44f2fe" > operations_research::glop::IsAllZero< / a > < / div > < div class = "ttdeci" > bool IsAllZero(const Container & input)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__data_2lp__utils_8h_source.html#l00222" > lp_data/lp_utils.h:222< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_abdd940ad64b555052b33e763b80aea26" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#abdd940ad64b555052b33e763b80aea26" > operations_research::glop::CompactSparseMatrix::ColumnScalarProduct< / a > < / div > < div class = "ttdeci" > Fractional ColumnScalarProduct(ColIndex col, const DenseRow & vector) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00387" > sparse.h:387< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_sparse_vector_html_a2e5611d47d02e1029b98a8e9bee3469f" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_sparse_vector.html#a2e5611d47d02e1029b98a8e9bee3469f" > operations_research::glop::SparseVector::CheckNoDuplicates< / a > < / div > < div class = "ttdeci" > bool CheckNoDuplicates() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__vector_8h_source.html#l00669" > sparse_vector.h:669< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_factorization_html_ae3aaa0f52a29f8a7b3f4550f97ca915d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_factorization.html#ae3aaa0f52a29f8a7b3f4550f97ca915d" > operations_research::glop::EtaFactorization::Update< / a > < / div > < div class = "ttdeci" > void Update(ColIndex entering_col, RowIndex leaving_variable_row, const ScatteredColumn & direction)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00143" > basis_representation.cc:143< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_factorization_html_ad1e32061321d5cc422c6f18a8ed6d33d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_factorization.html#ad1e32061321d5cc422c6f18a8ed6d33d" > operations_research::glop::EtaFactorization::SparseLeftSolve< / a > < / div > < div class = "ttdeci" > void SparseLeftSolve(DenseRow *y, ColIndexVector *pos) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00159" > basis_representation.cc:159< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_matrix_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_matrix.html" > operations_research::glop::EtaMatrix< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8h_source.html#l00052" > basis_representation.h:52< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_ab9bd1cef3f6a18704cb7d9ce6201e106" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#ab9bd1cef3f6a18704cb7d9ce6201e106" > operations_research::glop::CompactSparseMatrix::ColumnCopyToClearedDenseColumn< / a > < / div > < div class = "ttdeci" > void ColumnCopyToClearedDenseColumn(ColIndex col, DenseColumn *dense_column) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00431" > sparse.h:431< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_matrix_html_a4975f6e9d308a97737d76519e0b773d5" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_matrix.html#a4975f6e9d308a97737d76519e0b773d5" > operations_research::glop::EtaMatrix::~EtaMatrix< / a > < / div > < div class = "ttdeci" > virtual ~EtaMatrix()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00049" > basis_representation.cc:49< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_ab65a327cfc2a74c15fa26b91f19acc64" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#ab65a327cfc2a74c15fa26b91f19acc64" > operations_research::glop::ColToRowIndex< / a > < / div > < div class = "ttdeci" > RowIndex ColToRowIndex(ColIndex col)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00052" > lp_types.h:52< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a3a6bb95b9009b1c578a27e6139d52696" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a3a6bb95b9009b1c578a27e6139d52696" > operations_research::glop::BasisFactorization::ComputeInverseInfinityNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeInverseInfinityNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00562" > basis_representation.cc:562< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_html_a66f88c5340a0acaa44643526f4ab7d33" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a66f88c5340a0acaa44643526f4ab7d33" > operations_research::glop::CompactSparseMatrix::AddAndClearColumnWithNonZeros< / a > < / div > < div class = "ttdeci" > ColIndex AddAndClearColumnWithNonZeros(DenseColumn *column, std::vector< RowIndex > *non_zeros)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00596" > sparse.cc:596< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_aa1222207079d0d679ef52f8b465cd00a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#aa1222207079d0d679ef52f8b465cd00a" > operations_research::glop::LuFactorization::RightSolveLForScatteredColumn< / a > < / div > < div class = "ttdeci" > void RightSolveLForScatteredColumn(const ScatteredColumn & b, ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00298" > lu_factorization.cc:298< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_rank_one_update_factorization_html_aed839e3b52e966f415f4f289701c51af" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_rank_one_update_factorization.html#aed839e3b52e966f415f4f289701c51af" > operations_research::glop::RankOneUpdateFactorization::Update< / a > < / div > < div class = "ttdeci" > void Update(const RankOneUpdateElementaryMatrix & update_matrix)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rank__one__update_8h_source.html#l00149" > rank_one_update.h:149< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_rank_one_update_factorization_html_add6b4ac60241ef3e018ad1157e329949" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_rank_one_update_factorization.html#add6b4ac60241ef3e018ad1157e329949" > operations_research::glop::RankOneUpdateFactorization::DeterministicTimeSinceLastReset< / a > < / div > < div class = "ttdeci" > double DeterministicTimeSinceLastReset() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rank__one__update_8h_source.html#l00234" > rank_one_update.h:234< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html" > operations_research::glop::StrictITIVector< ColIndex, Fractional > < / 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 = "status_8h_html_a8c76f1eb9790accd2cd0c5fa5c03c322" > < div class = "ttname" > < a href = "status_8h.html#a8c76f1eb9790accd2cd0c5fa5c03c322" > GLOP_RETURN_AND_LOG_ERROR< / a > < / div > < div class = "ttdeci" > #define GLOP_RETURN_AND_LOG_ERROR(error_code, message)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "status_8h_source.html#l00077" > status.h:77< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1glop_html_ac014de658aabf122011e8fb07b6f4612" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#ac014de658aabf122011e8fb07b6f4612" > operations_research::glop::RowIndexVector< / a > < / div > < div class = "ttdeci" > std::vector< RowIndex > RowIndexVector< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00313" > lp_types.h:313< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector_html_a64b6b04f3a519d2c61d49daaa88bf06e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_strict_i_t_i_vector.html#a64b6b04f3a519d2c61d49daaa88bf06e" > operations_research::glop::StrictITIVector::resize< / a > < / div > < div class = "ttdeci" > void resize(IntType size)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00273" > lp_types.h:273< / 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_basis_factorization_html_ae7202d055b6b172a8a1da4f5b136f9ea" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#ae7202d055b6b172a8a1da4f5b136f9ea" > operations_research::glop::BasisFactorization::SetParameters< / a > < / div > < div class = "ttdeci" > void SetParameters(const GlopParameters & parameters)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8h_source.html#l00158" > basis_representation.h:158< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1glop_1_1_scattered_column_html" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_column.html" > operations_research::glop::ScatteredColumn< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00196" > scattered_vector.h:196< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a87e6110ce2612a27f85e9036afef1599" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a87e6110ce2612a27f85e9036afef1599" > operations_research::glop::BasisFactorization::Update< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status Update(ColIndex entering_col, RowIndex leaving_variable_row, const ScatteredColumn & direction)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00299" > basis_representation.cc:299< / a > < / div > < / div >
< div class = "ttc" id = "status_8h_html" > < div class = "ttname" > < a href = "status_8h.html" > status.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_aac85dc71bb2e4980043fd2da3b8ee8cf" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#aac85dc71bb2e4980043fd2da3b8ee8cf" > operations_research::glop::BasisFactorization::ComputeInitialBasis< / a > < / div > < div class = "ttdeci" > RowToColMapping ComputeInitialBasis(const std::vector< ColIndex > & candidates)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00213" > basis_representation.cc:213< / 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_eta_factorization_html_a3cb026dc900190c13b208d24134755ed" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_factorization.html#a3cb026dc900190c13b208d24134755ed" > operations_research::glop::EtaFactorization::RightSolve< / a > < / div > < div class = "ttdeci" > void RightSolve(DenseColumn *d) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00166" > basis_representation.cc:166< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_aa35c31899babb961a8100bc605136424" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#aa35c31899babb961a8100bc605136424" > operations_research::glop::LuFactorization::RightSolveLWithNonZeros< / a > < / div > < div class = "ttdeci" > void RightSolveLWithNonZeros(ScatteredColumn *x) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00279" > lu_factorization.cc:279< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a627511bf305a6af5d7e114817c1792c2" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a627511bf305a6af5d7e114817c1792c2" > operations_research::glop::LuFactorization::DeterministicTimeOfLastFactorization< / a > < / div > < div class = "ttdeci" > double DeterministicTimeOfLastFactorization() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00095" > lu_factorization.cc:95< / a > < / div > < / div >
< div class = "ttc" id = "return__macros_8h_html_a6009315499028d98072d8f31834cf4f9" > < div class = "ttname" > < a href = "return__macros_8h.html#a6009315499028d98072d8f31834cf4f9" > RETURN_IF_NULL< / a > < / div > < div class = "ttdeci" > #define RETURN_IF_NULL(x)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "return__macros_8h_source.html#l00020" > return_macros.h:20< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_factorization_html_a6b5f31c4068711b8e6823f4888f410ce" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_factorization.html#a6b5f31c4068711b8e6823f4888f410ce" > operations_research::glop::EtaFactorization::LeftSolve< / a > < / div > < div class = "ttdeci" > void LeftSolve(DenseRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00152" > basis_representation.cc:152< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view_html_a3f219a081f88c22ae282ada4f0bdddd3" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix_view.html#a3f219a081f88c22ae282ada4f0bdddd3" > operations_research::glop::CompactSparseMatrixView::ComputeInfinityNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeInfinityNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8cc_source.html#l00634" > sparse.cc:634< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_eta_matrix_html_a3cb026dc900190c13b208d24134755ed" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_eta_matrix.html#a3cb026dc900190c13b208d24134755ed" > operations_research::glop::EtaMatrix::RightSolve< / a > < / div > < div class = "ttdeci" > void RightSolve(DenseColumn *d) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00061" > basis_representation.cc:61< / 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_compact_sparse_matrix_html_a8a0e8a1a3afc70e2678d046feb11d024" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_compact_sparse_matrix.html#a8a0e8a1a3afc70e2678d046feb11d024" > operations_research::glop::CompactSparseMatrix::ColumnCopyToClearedDenseColumnWithNonZeros< / a > < / div > < div class = "ttdeci" > void ColumnCopyToClearedDenseColumnWithNonZeros(ColIndex col, DenseColumn *dense_column, RowIndexVector *non_zeros) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse_8h_source.html#l00441" > sparse.h:441< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_ab9de0c21968ffad6320a44a010e33e07" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#ab9de0c21968ffad6320a44a010e33e07" > operations_research::glop::BasisFactorization::RightSolveForProblemColumn< / a > < / div > < div class = "ttdeci" > void RightSolveForProblemColumn(ColIndex col, ScatteredColumn *d) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00463" > basis_representation.cc:463< / a > < / div > < / div >
< div class = "ttc" id = "basis__representation_8h_html" > < div class = "ttname" > < a href = "basis__representation_8h.html" > basis_representation.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a05d6979828b99ac719553f75335a1937" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a05d6979828b99ac719553f75335a1937" > operations_research::glop::BasisFactorization::ComputeInverseOneNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeInverseOneNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00540" > basis_representation.cc:540< / 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_basis_factorization_html_a64fea3282d498f3eb2d4af70692bb117" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a64fea3282d498f3eb2d4af70692bb117" > operations_research::glop::BasisFactorization::ComputeOneNorm< / a > < / div > < div class = "ttdeci" > Fractional ComputeOneNorm() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00525" > basis_representation.cc:525< / 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_rank_one_update_factorization_html_a0a02835bcd8b006bdc16cda3a72cd02a" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_rank_one_update_factorization.html#a0a02835bcd8b006bdc16cda3a72cd02a" > operations_research::glop::RankOneUpdateFactorization::RightSolveWithNonZeros< / a > < / div > < div class = "ttdeci" > void RightSolveWithNonZeros(ScatteredColumn *d) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "rank__one__update_8h_source.html#l00201" > rank_one_update.h:201< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_glop_parameters_html_a832709f45def60493edb83291930a4df" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_glop_parameters.html#a832709f45def60493edb83291930a4df" > operations_research::glop::GlopParameters::dynamically_adjust_refactorization_period< / a > < / div > < div class = "ttdeci" > bool dynamically_adjust_refactorization_period() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "parameters_8pb_8h_source.html#l01822" > parameters.pb.h:1822< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a405547c96cca2eded0c29941a3ff7f22" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a405547c96cca2eded0c29941a3ff7f22" > operations_research::glop::BasisFactorization::RightSolveForTau< / a > < / div > < div class = "ttdeci" > const DenseColumn & RightSolveForTau(const ScatteredColumn & a) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00369" > basis_representation.cc:369< / 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 = "namespaceoperations__research_1_1glop_html_a4dc8ae0f97c4110f3cc770715b2bbd12" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1glop.html#a4dc8ae0f97c4110f3cc770715b2bbd12" > operations_research::glop::DenseRow< / a > < / div > < div class = "ttdeci" > StrictITIVector< ColIndex, Fractional > DenseRow< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lp__types_8h_source.html#l00303" > lp_types.h:303< / a > < / div > < / div >
< div class = "ttc" id = "structoperations__research_1_1glop_1_1_scattered_vector_html_ac146d47daa294f7e6546c7569c9c881b" > < div class = "ttname" > < a href = "structoperations__research_1_1glop_1_1_scattered_vector.html#ac146d47daa294f7e6546c7569c9c881b" > operations_research::glop::ScatteredVector::non_zeros< / a > < / div > < div class = "ttdeci" > std::vector< Index > non_zeros< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "scattered__vector_8h_source.html#l00062" > scattered_vector.h:62< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a39b7e347f32f4024a988cb93f5e81a2d" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a39b7e347f32f4024a988cb93f5e81a2d" > operations_research::glop::BasisFactorization::Refactorize< / a > < / div > < div class = "ttdeci" > ABSL_MUST_USE_RESULT Status Refactorize()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00224" > basis_representation.cc:224< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_ada69c9026d5d933471bf27c9ad2d1b38" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#ada69c9026d5d933471bf27c9ad2d1b38" > operations_research::glop::LuFactorization::ComputeInverseInfinityNormUpperBound< / a > < / div > < div class = "ttdeci" > Fractional ComputeInverseInfinityNormUpperBound() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00547" > lu_factorization.cc:547< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_basis_factorization_html_a90c2785b56a02a7d2e87b72cef43db9e" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_basis_factorization.html#a90c2785b56a02a7d2e87b72cef43db9e" > operations_research::glop::BasisFactorization::~BasisFactorization< / a > < / div > < div class = "ttdeci" > virtual ~BasisFactorization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "basis__representation_8cc_source.html#l00191" > basis_representation.cc:191< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_column_view_html" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_column_view.html" > operations_research::glop::ColumnView< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "sparse__column_8h_source.html#l00065" > sparse_column.h:65< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1glop_1_1_lu_factorization_html_a9438a3ceb0327c1bd75ff3b4fa58d3b0" > < div class = "ttname" > < a href = "classoperations__research_1_1glop_1_1_lu_factorization.html#a9438a3ceb0327c1bd75ff3b4fa58d3b0" > operations_research::glop::LuFactorization::LeftSolveUForUnitRow< / a > < / div > < div class = "ttdeci" > ColIndex LeftSolveUForUnitRow(ColIndex col, ScatteredRow *y) const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "lu__factorization_8cc_source.html#l00420" > lu_factorization.cc:420< / a > < / div > < / div >
< div class = "ttc" id = "log__severity_8h_html_ab4a2cbab234914b320b7fae11b6e8cb9" > < div class = "ttname" > < a href = "log__severity_8h.html#ab4a2cbab234914b320b7fae11b6e8cb9" > INFO< / a > < / div > < div class = "ttdeci" > const int INFO< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "log__severity_8h_source.html#l00031" > log_severity.h:31< / a > < / div > < / div >
< div class = "ttc" id = "constraint__solver_2table_8cc_html_acb18315d548212835cd8ed4287e6c0b6" > < div class = "ttname" > < a href = "constraint__solver_2table_8cc.html#acb18315d548212835cd8ed4287e6c0b6" > a< / a > < / div > < div class = "ttdeci" > int64_t a< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "constraint__solver_2table_8cc_source.html#l00046" > constraint_solver/table.cc:46< / 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-01 16:00:33 +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 = "basis__representation_8cc.html" > basis_representation.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-01 16:00:33 +02:00
< / ul >
< / div >
< / body >
< / html >