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" / >
2022-01-16 18:02:36 +01: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: stats.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 >
2022-01-16 18:02:36 +01: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-12-14 13:41:01 +01:00
  < span id = "projectnumber" > 9.2< / span >
2020-09-02 09:42:51 +02:00
< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
2022-01-16 18:02:36 +01:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-02 09:42:51 +02:00
< script type = "text/javascript" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
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" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2020-09-02 09:42:51 +02:00
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
2022-01-16 18:02:36 +01:00
/* @license-end */< / script >
2020-09-02 09:42:51 +02:00
< 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" >
2022-01-16 18:02:36 +01:00
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(document).ready(function(){initNavTree('stats_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" >
2022-01-16 18:02:36 +01:00
< div class = "headertitle" >
< div class = "title" > stats.cc< / div > < / div >
2020-09-02 09:42:51 +02:00
< / div > <!-- header -->
< div class = "contents" >
2022-01-16 18:02:36 +01:00
< a href = "stats_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 = "stats_8h.html" > ortools/util/stats.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 < cmath> < / span > < / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < / div > < div class = "line" > < a name = "l00018" > < / a > < span class = "lineno" > 18< / span >   < span class = "preprocessor" > #include " absl/strings/str_format.h" < / span > < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / 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 = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "port_2sysinfo_8h.html" > ortools/port/sysinfo.h< / a > " < / span > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "preprocessor" > #include " < a class = "code" href = "utf8_8h.html" > ortools/port/utf8.h< / a > " < / span > < / 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 = "keyword" > namespace < / span > < a class = "code" href = "namespaceoperations__research.html" > operations_research< / a > {< / div > < div class = "line" > < a name = "l00024" > < / a > < span class = "lineno" > 24< / span >   < / div > < div class = "line" > < a name = "l00025" > < / a > < span class = "lineno" > < a class = "line" href = "namespaceoperations__research.html#acb92bdbce12d475f965f6db3c5f5b7b5" > 25< / a > < / span >   std::string < a class = "code" href = "namespaceoperations__research.html#acb92bdbce12d475f965f6db3c5f5b7b5" > MemoryUsage< / a > () {< / div > < div c
< div class = "ttc" id = "classoperations__research_1_1_time_limit_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_time_limit.html" > operations_research::TimeLimit< / a > < / div > < div class = "ttdoc" > A simple class to enforce both an elapsed time limit and a deterministic time limit in the same threa...< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "time__limit_8h_source.html#l00106" > time_limit.h:106< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_ad779bb497179db63b116a844818ad2ea" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#ad779bb497179db63b116a844818ad2ea" > operations_research::DistributionStat::Average< / a > < / div > < div class = "ttdeci" > double Average() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00168" > stats.cc:168< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_abf27c9059f7eb75125cd9ca5a3e46293" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#abf27c9059f7eb75125cd9ca5a3e46293" > operations_research::DistributionStat::sum_squares_from_average_< / a > < / div > < div class = "ttdeci" > double sum_squares_from_average_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00208" > stats.h:208< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html_af9bc435481ae9e6e60d66a65d5394a7f" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html#af9bc435481ae9e6e60d66a65d5394a7f" > operations_research::StatsGroup::StatString< / a > < / div > < div class = "ttdeci" > std::string StatString() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00071" > stats.cc:71< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stat_html_abe07a8683cea7eb50589b0681e99c03b" > < div class = "ttname" > < a href = "classoperations__research_1_1_stat.html#abe07a8683cea7eb50589b0681e99c03b" > operations_research::Stat::Priority< / a > < / div > < div class = "ttdeci" > virtual int Priority() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00111" > stats.h:111< / 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_1_double_distribution_html_ac9d765ba162438b4963dabe51ffc97f1" > < div class = "ttname" > < a href = "classoperations__research_1_1_double_distribution.html#ac9d765ba162438b4963dabe51ffc97f1" > operations_research::DoubleDistribution::Add< / a > < / div > < div class = "ttdeci" > void Add(double value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00222" > stats.cc:222< / a > < / div > < / div >
< div class = "ttc" id = "log__severity_8h_html_acdd38e3c9f22f127d7776920e3079eda" > < div class = "ttname" > < a href = "log__severity_8h.html#acdd38e3c9f22f127d7776920e3079eda" > FATAL< / a > < / div > < div class = "ttdeci" > const int FATAL< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "log__severity_8h_source.html#l00032" > log_severity.h:32< / 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 = "cp__model__solver_8cc_html_aec8af5c1be4e1b6d4330e1161028de21" > < div class = "ttname" > < a href = "cp__model__solver_8cc.html#aec8af5c1be4e1b6d4330e1161028de21" > time_limit< / a > < / div > < div class = "ttdeci" > ModelSharedTimeLimit * time_limit< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "cp__model__solver_8cc_source.html#l01951" > cp_model_solver.cc:1951< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html_a72289b62ea0e9c90e198f437528b3357" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html#a72289b62ea0e9c90e198f437528b3357" > operations_research::StatsGroup::Register< / a > < / div > < div class = "ttdeci" > void Register(Stat *stat)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00050" > stats.cc:50< / a > < / div > < / div >
< div class = "ttc" id = "default__search_8cc_html_ac673bc430bdc3fdaa09f7becf98ef267" > < div class = "ttname" > < a href = "default__search_8cc.html#ac673bc430bdc3fdaa09f7becf98ef267" > name< / a > < / div > < div class = "ttdeci" > const std::string name< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "default__search_8cc_source.html#l00813" > default_search.cc:813< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html_aa8fc83a27372d89cee2a2e5dd024b515a0a1aa84c65d99c7f8c2a52a0cb4b02b8" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html#aa8fc83a27372d89cee2a2e5dd024b515a0a1aa84c65d99c7f8c2a52a0cb4b02b8" > operations_research::StatsGroup::SORT_BY_NAME< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00135" > stats.h:135< / 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#l00420" > base/logging.h:420< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_ratio_distribution_html_ac9d765ba162438b4963dabe51ffc97f1" > < div class = "ttname" > < a href = "classoperations__research_1_1_ratio_distribution.html#ac9d765ba162438b4963dabe51ffc97f1" > operations_research::RatioDistribution::Add< / a > < / div > < div class = "ttdeci" > void Add(double value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00211" > stats.cc:211< / a > < / div > < / div >
< div class = "ttc" id = "utf8_8h_html" > < div class = "ttname" > < a href = "utf8_8h.html" > utf8.h< / a > < / div > < / div >
< div class = "ttc" id = "namespacegtl_html_a115efd2ec0ec9c7ced30f4daadd89ab7" > < div class = "ttname" > < a href = "namespacegtl.html#a115efd2ec0ec9c7ced30f4daadd89ab7" > gtl::STLDeleteValues< / a > < / div > < div class = "ttdeci" > void STLDeleteValues(T *v)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stl__util_8h_source.html#l00382" > stl_util.h:382< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_ad3a27494d1093fc3a575682b38322f4d" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#ad3a27494d1093fc3a575682b38322f4d" > operations_research::DistributionStat::min_< / a > < / div > < div class = "ttdeci" > double min_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00209" > stats.h:209< / a > < / div > < / div >
< div class = "ttc" id = "stats_8h_html" > < div class = "ttname" > < a href = "stats_8h.html" > stats.h< / 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 = "classoperations__research_1_1_time_distribution_html_ae3010428d37e69b1e0ae49bf1fdd0dae" > < div class = "ttname" > < a href = "classoperations__research_1_1_time_distribution.html#ae3010428d37e69b1e0ae49bf1fdd0dae" > operations_research::TimeDistribution::AddTimeInSec< / a > < / div > < div class = "ttdeci" > void AddTimeInSec(double seconds)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00193" > stats.cc:193< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1sysinfo_html_a19148076f1e5c0b2d2444a705d9e12c5" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1sysinfo.html#a19148076f1e5c0b2d2444a705d9e12c5" > operations_research::sysinfo::MemoryUsageProcess< / a > < / div > < div class = "ttdeci" > int64_t MemoryUsageProcess()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "port_2sysinfo_8cc_source.html#l00024" > port/sysinfo.cc:24< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_ae96009398d1a042ef5a5630f8b22890f" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#ae96009398d1a042ef5a5630f8b22890f" > operations_research::DistributionStat::num_< / a > < / div > < div class = "ttdeci" > int64_t num_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00211" > stats.h:211< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stat_html_af9bc435481ae9e6e60d66a65d5394a7f" > < div class = "ttname" > < a href = "classoperations__research_1_1_stat.html#af9bc435481ae9e6e60d66a65d5394a7f" > operations_research::Stat::StatString< / a > < / div > < div class = "ttdeci" > std::string StatString() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00046" > stats.cc:46< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_time_distribution_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_time_distribution.html" > operations_research::TimeDistribution< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00221" > stats.h:221< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html_ad864d00a339458c23486b219afb7a3bb" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html#ad864d00a339458c23486b219afb7a3bb" > operations_research::StatsGroup::~StatsGroup< / a > < / div > < div class = "ttdeci" > ~StatsGroup()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00048" > stats.cc:48< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_integer_distribution_html_ab11f01ce0c5787f659d7259db9a43fc5" > < div class = "ttname" > < a href = "classoperations__research_1_1_integer_distribution.html#ab11f01ce0c5787f659d7259db9a43fc5" > operations_research::IntegerDistribution::Add< / a > < / div > < div class = "ttdeci" > void Add(int64_t value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00229" > stats.cc:229< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_aad57ea11c71cf57e42ecce0181026030" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#aad57ea11c71cf57e42ecce0181026030" > operations_research::DistributionStat::AddToDistribution< / a > < / div > < div class = "ttdeci" > void AddToDistribution(double value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00150" > stats.cc:150< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_a2d1ee6f8fc2aa0859c3ecf9825f64a14" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#a2d1ee6f8fc2aa0859c3ecf9825f64a14" > operations_research::DistributionStat::StdDeviation< / a > < / div > < div class = "ttdeci" > double StdDeviation() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00170" > stats.cc:170< / 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#l00894" > base/logging.h:894< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_acf705050e1f1e871931af88d9ef1fa84" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#acf705050e1f1e871931af88d9ef1fa84" > operations_research::DistributionStat::DistributionStat< / a > < / div > < div class = "ttdeci" > DistributionStat()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00178" > stats.h:178< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html_aa8fc83a27372d89cee2a2e5dd024b515a59cc5c85cc65887ecc327790789c9c8c" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html#aa8fc83a27372d89cee2a2e5dd024b515a59cc5c85cc65887ecc327790789c9c8c" > operations_research::StatsGroup::SORT_BY_PRIORITY_THEN_VALUE< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00134" > stats.h:134< / a > < / div > < / div >
< div class = "ttc" id = "resource_8cc_html_af12056bc2a8e3ec563f0940d87abbd2e" > < div class = "ttname" > < a href = "resource_8cc.html#af12056bc2a8e3ec563f0940d87abbd2e" > delta< / a > < / div > < div class = "ttdeci" > int64_t delta< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "resource_8cc_source.html#l01692" > resource.cc:1692< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_html_acb92bdbce12d475f965f6db3c5f5b7b5" > < div class = "ttname" > < a href = "namespaceoperations__research.html#acb92bdbce12d475f965f6db3c5f5b7b5" > operations_research::MemoryUsage< / a > < / div > < div class = "ttdeci" > std::string MemoryUsage()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00025" > stats.cc:25< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_integer_distribution_html_af5fefc40cd2d2984159a9b13b95eb1e5" > < div class = "ttname" > < a href = "classoperations__research_1_1_integer_distribution.html#af5fefc40cd2d2984159a9b13b95eb1e5" > operations_research::IntegerDistribution::ValueAsString< / a > < / div > < div class = "ttdeci" > std::string ValueAsString() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00233" > stats.cc:233< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_a8bcdcd42ddc8f439c264f0bc06eb2d1d" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#a8bcdcd42ddc8f439c264f0bc06eb2d1d" > operations_research::DistributionStat::average_< / a > < / div > < div class = "ttdeci" > double average_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00207" > stats.h:207< / a > < / div > < / div >
< div class = "ttc" id = "port_2sysinfo_8h_html" > < div class = "ttname" > < a href = "port_2sysinfo_8h.html" > sysinfo.h< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html_a372de693ad40b3f42839c8ec6ac845f4" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html#a372de693ad40b3f42839c8ec6ac845f4" > operations_research::StatsGroup::Reset< / a > < / div > < div class = "ttdeci" > void Reset()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00052" > stats.cc:52< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stat_html_adfbfed59520fcc5b4b7fe950f78aa14b" > < div class = "ttname" > < a href = "classoperations__research_1_1_stat.html#adfbfed59520fcc5b4b7fe950f78aa14b" > operations_research::Stat::Stat< / a > < / div > < div class = "ttdeci" > Stat(const std::string & name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00095" > stats.h:95< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_a9fbe051a2f57ed4d629c429070965eaf" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#a9fbe051a2f57ed4d629c429070965eaf" > operations_research::DistributionStat::sum_< / a > < / div > < div class = "ttdeci" > double sum_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00206" > stats.h:206< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_a28726e931190dc86614c042722baa035" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#a28726e931190dc86614c042722baa035" > operations_research::DistributionStat::max_< / a > < / div > < div class = "ttdeci" > double max_< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00210" > stats.h:210< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_time_distribution_html_a3e859dcef42ee23b6871e2d45863c005" > < div class = "ttname" > < a href = "classoperations__research_1_1_time_distribution.html#a3e859dcef42ee23b6871e2d45863c005" > operations_research::TimeDistribution::AddTimeInCycles< / a > < / div > < div class = "ttdeci" > void AddTimeInCycles(double cycles)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00199" > stats.cc:199< / 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_1_ratio_distribution_html_af5fefc40cd2d2984159a9b13b95eb1e5" > < div class = "ttname" > < a href = "classoperations__research_1_1_ratio_distribution.html#af5fefc40cd2d2984159a9b13b95eb1e5" > operations_research::RatioDistribution::ValueAsString< / a > < / div > < div class = "ttdeci" > std::string ValueAsString() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00216" > stats.cc:216< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html_a9ad57a50faea44df629908e26fc1de40" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html#a9ad57a50faea44df629908e26fc1de40" > operations_research::StatsGroup::LookupOrCreateTimeDistribution< / a > < / div > < div class = "ttdeci" > TimeDistribution * LookupOrCreateTimeDistribution(std::string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00114" > stats.cc:114< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_time_distribution_html_a2ce18b3871a3d7fd5ef84e2e907b802e" > < div class = "ttname" > < a href = "classoperations__research_1_1_time_distribution.html#a2ce18b3871a3d7fd5ef84e2e907b802e" > operations_research::TimeDistribution::CyclesToSeconds< / a > < / div > < div class = "ttdeci" > static double CyclesToSeconds(double num_cycles)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00175" > stats.cc:175< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_distribution_stat_html_af82f4acaed7bb39d568e689a9caa63d5" > < div class = "ttname" > < a href = "classoperations__research_1_1_distribution_stat.html#af82f4acaed7bb39d568e689a9caa63d5" > operations_research::DistributionStat::Reset< / a > < / div > < div class = "ttdeci" > void Reset() override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00141" > stats.cc:141< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stat_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_stat.html" > operations_research::Stat< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00093" > stats.h:93< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stat_html_a743b077fb326c0e3aa5d1ca74ae2ed4e" > < div class = "ttname" > < a href = "classoperations__research_1_1_stat.html#a743b077fb326c0e3aa5d1ca74ae2ed4e" > operations_research::Stat::Sum< / a > < / div > < div class = "ttdeci" > virtual double Sum() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00115" > stats.h:115< / a > < / div > < / div >
< div class = "ttc" id = "namespaceoperations__research_1_1utf8_html_a2aef3e417a18c1683e7511e04379738e" > < div class = "ttname" > < a href = "namespaceoperations__research_1_1utf8.html#a2aef3e417a18c1683e7511e04379738e" > operations_research::utf8::UTF8StrLen< / a > < / div > < div class = "ttdeci" > int UTF8StrLen(StrType str_type)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "utf8_8h_source.html#l00028" > utf8.h:28< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_time_distribution_html_af5fefc40cd2d2984159a9b13b95eb1e5" > < div class = "ttname" > < a href = "classoperations__research_1_1_time_distribution.html#af5fefc40cd2d2984159a9b13b95eb1e5" > operations_research::TimeDistribution::ValueAsString< / a > < / div > < div class = "ttdeci" > std::string ValueAsString() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00204" > stats.cc:204< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_double_distribution_html_af5fefc40cd2d2984159a9b13b95eb1e5" > < div class = "ttname" > < a href = "classoperations__research_1_1_double_distribution.html#af5fefc40cd2d2984159a9b13b95eb1e5" > operations_research::DoubleDistribution::ValueAsString< / a > < / div > < div class = "ttdeci" > std::string ValueAsString() const override< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8cc_source.html#l00224" > stats.cc:224< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stats_group_html" > < div class = "ttname" > < a href = "classoperations__research_1_1_stats_group.html" > operations_research::StatsGroup< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00131" > stats.h:131< / a > < / div > < / div >
< div class = "ttc" id = "demon__profiler_8cc_html_ac072af30c4ffbc834bb4c681f6ecb514" > < div class = "ttname" > < a href = "demon__profiler_8cc.html#ac072af30c4ffbc834bb4c681f6ecb514" > value< / a > < / div > < div class = "ttdeci" > int64_t value< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "demon__profiler_8cc_source.html#l00044" > demon_profiler.cc:44< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stat_html_a41087c5f2f732f7a2f336b45b952f199" > < div class = "ttname" > < a href = "classoperations__research_1_1_stat.html#a41087c5f2f732f7a2f336b45b952f199" > operations_research::Stat::Name< / a > < / div > < div class = "ttdeci" > std::string Name() const< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "stats_8h_source.html#l00102" > stats.h:102< / a > < / div > < / div >
< div class = "ttc" id = "classoperations__research_1_1_stat_html_a27a07e353fa71b591a62193dbc1c0229" > < div class = "ttname" > < a href = "classoperations__research_1_1_stat.html#a27a07e353fa71b591a62193dbc1c0229" > operations_research::Stat::ValueAsString< / a > < / div > < div class = "ttdeci" > virtual std::string ValueAsString() const =0< / 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 >
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_a3328a0ea67a2aaa160c2783ffbaa5dc.html" > util< / a > < / li > < li class = "navelem" > < a class = "el" href = "stats_8cc.html" > stats.cc< / a > < / li >
< li class = "footer" > Generated by
< a href = "http://www.doxygen.org/index.html" >
2022-01-16 18:02:36 +01: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 >