2019-06-13 15:36:14 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" >
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
2019-06-20 23:08:48 +02:00
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
2019-06-13 15:36:14 +02:00
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2020-01-27 13:48:26 +01:00
< span id = "sfml" > Google OR-Tools 7.5< / span >
2019-06-13 15:36:14 +02:00
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "content" style = "width: 100%; overflow: hidden;" >
< div style = "margin-left: 15px; margin-top: 5px; float: left; color: #145A32;" >
2019-08-12 09:16:03 -07:00
< h2 > C++ Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../cpp_algorithms/annotated.html" > Algorithms< / a > < / li >
2019-08-12 09:16:03 -07:00
< li > < a href = "../cpp_sat/annotated.html" > CP-SAT< / a > < / li >
2019-08-07 18:01:08 -07:00
< li > < a href = "../cpp_graph/annotated.html" > Graph< / a > < / li >
< li > < a href = "../cpp_routing/annotated.html" > Routing< / a > < / li >
< li > < a href = "../cpp_linear/annotated.html" > Linear solver< / a > < / li >
< / ul >
< / div >
2019-06-13 15:36:14 +02:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< div align = "center" >
< h1 style = "color: #145A32;" > C++ Reference: Graph< / h1 >
< / div >
2020-04-23 15:34:43 +02:00
<!-- Generated by Doxygen 1.8.16 -->
2019-06-13 15:36:14 +02:00
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
2019-07-15 17:42:24 -07:00
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
2019-06-13 15:36:14 +02:00
< / ul >
< / div >
2019-08-07 18:01:08 -07:00
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "namespaceoperations__research.html" > operations_research< / a > < / li > < li class = "navelem" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > < / li > < / ul >
2019-06-13 15:36:14 +02:00
< / div >
2019-08-07 18:01:08 -07:00
< / div > <!-- top -->
2019-06-13 15:36:14 +02:00
< div class = "header" >
< div class = "summary" >
< a href = "#pub-types" > Public Types< / a > |
< a href = "#pub-methods" > Public Member Functions< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "#pub-static-attribs" > Static Public Attributes< / a > |
< a href = "classoperations__research_1_1Set-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
2019-08-07 18:01:08 -07:00
< div class = "title" > Set< Integer > < / div > < / div >
2019-06-13 15:36:14 +02:00
< / div > <!-- header -->
< div class = "contents" >
2019-08-12 23:15:11 -07:00
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < h3 > template< typename Integer> < br / >
class operations_research::Set< Integer > < / h3 >
2019-07-12 13:25:23 -07:00
2019-08-12 23:15:11 -07:00
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00127" > 127< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div > < table class = "memberdecls" >
2019-06-13 15:36:14 +02:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-types" > < / a >
Public Types< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:aabbec0d4f2a126cbdd6c1bce67b7cc8b" > < td class = "memItemLeft" align = "right" valign = "top" > typedef Integer  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#aabbec0d4f2a126cbdd6c1bce67b7cc8b" > IntegerType< / a > < / td > < / tr >
< tr class = "separator:aabbec0d4f2a126cbdd6c1bce67b7cc8b" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-methods" > < / a >
Public Member Functions< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:a450e5cf964a0b2c866641c8f4e4b3361" > < td class = "memItemLeft" align = "right" valign = "top" >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a450e5cf964a0b2c866641c8f4e4b3361" > Set< / a > (Integer n)< / td > < / tr >
< tr class = "separator:a450e5cf964a0b2c866641c8f4e4b3361" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a983cf4555b2577512febcc3aa327a3c8" > < td class = "memItemLeft" align = "right" valign = "top" > Integer  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a983cf4555b2577512febcc3aa327a3c8" > value< / a > () const< / td > < / tr >
< tr class = "separator:a983cf4555b2577512febcc3aa327a3c8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:afe05ca596cfc024da65cf61a79812a2f" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#afe05ca596cfc024da65cf61a79812a2f" > AddElement< / a > (int n) const< / td > < / tr >
< tr class = "separator:afe05ca596cfc024da65cf61a79812a2f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a190d6e916c3a1a06e2eff670e8b52da8" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a190d6e916c3a1a06e2eff670e8b52da8" > RemoveElement< / a > (int n) const< / td > < / tr >
< tr class = "separator:a190d6e916c3a1a06e2eff670e8b52da8" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a0faec65dbf29460ec59dfa75d0536efb" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a0faec65dbf29460ec59dfa75d0536efb" > Contains< / a > (int n) const< / td > < / tr >
< tr class = "separator:a0faec65dbf29460ec59dfa75d0536efb" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a9c628cec54eb559f322c284c096f1837" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a9c628cec54eb559f322c284c096f1837" > Includes< / a > (< a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > other) const< / td > < / tr >
< tr class = "separator:a9c628cec54eb559f322c284c096f1837" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a879ebf910431019a01f98d0865749c8d" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a879ebf910431019a01f98d0865749c8d" > Cardinality< / a > () const< / td > < / tr >
< tr class = "separator:a879ebf910431019a01f98d0865749c8d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abb2b3831b27fd81d60fb39ad01e108a3" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#abb2b3831b27fd81d60fb39ad01e108a3" > SmallestElement< / a > () const< / td > < / tr >
< tr class = "separator:abb2b3831b27fd81d60fb39ad01e108a3" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a5865d6398576a8e71b0f346e79c583e7" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a5865d6398576a8e71b0f346e79c583e7" > RemoveSmallestElement< / a > () const< / td > < / tr >
< tr class = "separator:a5865d6398576a8e71b0f346e79c583e7" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a33392f61ea41062250f3664a055cd3bf" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a33392f61ea41062250f3664a055cd3bf" > ElementRank< / a > (int n) const< / td > < / tr >
< tr class = "separator:a33392f61ea41062250f3664a055cd3bf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a64f741970505f1dea6a662c3b1776c74" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a64f741970505f1dea6a662c3b1776c74" > SmallestSingleton< / a > () const< / td > < / tr >
< tr class = "separator:a64f741970505f1dea6a662c3b1776c74" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a31dd4f4c450a217b20db6d8389d71a4e" > < td class = "memItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a31dd4f4c450a217b20db6d8389d71a4e" > SingletonRank< / a > (< a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > singleton) const< / td > < / tr >
< tr class = "separator:a31dd4f4c450a217b20db6d8389d71a4e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a191fa6bb5261ddd97d311ccc1d90fe7c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1ElementIterator.html" > ElementIterator< / a > < < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a191fa6bb5261ddd97d311ccc1d90fe7c" > begin< / a > () const< / td > < / tr >
< tr class = "separator:a191fa6bb5261ddd97d311ccc1d90fe7c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a67d03a6e5178376e21bdfa720680e447" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classoperations__research_1_1ElementIterator.html" > ElementIterator< / a > < < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a67d03a6e5178376e21bdfa720680e447" > end< / a > () const< / td > < / tr >
< tr class = "separator:a67d03a6e5178376e21bdfa720680e447" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a3382ddf3a1f05b9ded21ddb7b0013f78" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a3382ddf3a1f05b9ded21ddb7b0013f78" > operator!=< / a > (const < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > & other) const< / td > < / tr >
< tr class = "separator:a3382ddf3a1f05b9ded21ddb7b0013f78" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2020-04-23 15:34:43 +02:00
< tr class = "memitem:ab1a611fb9b161c503e676197ce82dcc1" > < td class = "memTemplParams" colspan = "2" > template< > < / td > < / tr >
< tr class = "memitem:ab1a611fb9b161c503e676197ce82dcc1" > < td class = "memTemplItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#ab1a611fb9b161c503e676197ce82dcc1" > SmallestElement< / a > () const< / td > < / tr >
< tr class = "separator:ab1a611fb9b161c503e676197ce82dcc1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4549c2beac5748836f490f1a9691aad2" > < td class = "memTemplParams" colspan = "2" > template< > < / td > < / tr >
< tr class = "memitem:a4549c2beac5748836f490f1a9691aad2" > < td class = "memTemplItemLeft" align = "right" valign = "top" > int  < / td > < td class = "memTemplItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a4549c2beac5748836f490f1a9691aad2" > Cardinality< / a > () const< / td > < / tr >
< tr class = "separator:a4549c2beac5748836f490f1a9691aad2" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-methods" > < / a >
Static Public Member Functions< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:ae7cd733dab92b86a3aaac89c4d49503f" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#ae7cd733dab92b86a3aaac89c4d49503f" > FullSet< / a > (Integer card)< / td > < / tr >
< tr class = "separator:ae7cd733dab92b86a3aaac89c4d49503f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:abbfaa99a45c4a90475cb2f5138f9a162" > < td class = "memItemLeft" align = "right" valign = "top" > static < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#abbfaa99a45c4a90475cb2f5138f9a162" > Singleton< / a > (Integer n)< / td > < / tr >
< tr class = "separator:abbfaa99a45c4a90475cb2f5138f9a162" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "pub-static-attribs" > < / a >
Static Public Attributes< / h2 > < / td > < / tr >
2019-08-07 18:01:08 -07:00
< tr class = "memitem:acb58db6a9a7acdbe2d183cc2f853615d" > < td class = "memItemLeft" align = "right" valign = "top" > static const Integer  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#acb58db6a9a7acdbe2d183cc2f853615d" > One< / a > = static_cast< Integer> (1)< / td > < / tr >
< tr class = "separator:acb58db6a9a7acdbe2d183cc2f853615d" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a4ed88f42b6335dbfad68942fad9922f1" > < td class = "memItemLeft" align = "right" valign = "top" > static const Integer  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a4ed88f42b6335dbfad68942fad9922f1" > Zero< / a > = static_cast< Integer> (0)< / td > < / tr >
< tr class = "separator:a4ed88f42b6335dbfad68942fad9922f1" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a062c0acf17a051b885ad211acad31079" > < td class = "memItemLeft" align = "right" valign = "top" > static const int  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classoperations__research_1_1Set.html#a062c0acf17a051b885ad211acad31079" > MaxCardinality< / a > = 8 * sizeof(Integer)< / td > < / tr >
< tr class = "separator:a062c0acf17a051b885ad211acad31079" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2019-06-13 15:36:14 +02:00
< / table >
2019-08-12 23:15:11 -07:00
< h2 class = "groupheader" > Member Typedef Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "aabbec0d4f2a126cbdd6c1bce67b7cc8b" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#aabbec0d4f2a126cbdd6c1bce67b7cc8b" > ◆ < / a > < / span > IntegerType< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > typedef Integer < a class = "el" href = "classoperations__research_1_1Set.html#aabbec0d4f2a126cbdd6c1bce67b7cc8b" > IntegerType< / a > < / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00130" > 130< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Constructor & Destructor Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a450e5cf964a0b2c866641c8f4e4b3361" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a450e5cf964a0b2c866641c8f4e4b3361" > ◆ < / a > < / span > Set()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > Integer  < / td >
< td class = "paramname" > < em > n< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > explicit< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00138" > 138< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Function Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "afe05ca596cfc024da65cf61a79812a2f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#afe05ca596cfc024da65cf61a79812a2f" > ◆ < / a > < / span > AddElement()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > AddElement < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > n< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00155" > 155< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a191fa6bb5261ddd97d311ccc1d90fe7c" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a191fa6bb5261ddd97d311ccc1d90fe7c" > ◆ < / a > < / span > begin()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1ElementIterator.html" > ElementIterator< / a > < < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > > begin < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00198" > 198< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a879ebf910431019a01f98d0865749c8d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a879ebf910431019a01f98d0865749c8d" > ◆ < / a > < / span > Cardinality() < span class = "overload" > [1/2]< / span > < / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int Cardinality < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00171" > 171< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2020-04-23 15:34:43 +02:00
< a id = "a4549c2beac5748836f490f1a9691aad2" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4549c2beac5748836f490f1a9691aad2" > ◆ < / a > < / span > Cardinality() < span class = "overload" > [2/2]< / span > < / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int Cardinality < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00215" > 215< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a0faec65dbf29460ec59dfa75d0536efb" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a0faec65dbf29460ec59dfa75d0536efb" > ◆ < / a > < / span > Contains()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool Contains < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > n< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00162" > 162< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a33392f61ea41062250f3664a055cd3bf" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a33392f61ea41062250f3664a055cd3bf" > ◆ < / a > < / span > ElementRank()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int ElementRank < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > n< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00183" > 183< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a67d03a6e5178376e21bdfa720680e447" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a67d03a6e5178376e21bdfa720680e447" > ◆ < / a > < / span > end()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1ElementIterator.html" > ElementIterator< / a > < < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > > end < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00201" > 201< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "ae7cd733dab92b86a3aaac89c4d49503f" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ae7cd733dab92b86a3aaac89c4d49503f" > ◆ < / a > < / span > FullSet()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > static < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > FullSet < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > Integer  < / td >
< td class = "paramname" > < em > card< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00146" > 146< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a9c628cec54eb559f322c284c096f1837" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a9c628cec54eb559f322c284c096f1837" > ◆ < / a > < / span > Includes()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool Includes < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > < Integer >   < / td >
< td class = "paramname" > < em > other< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00165" > 165< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a3382ddf3a1f05b9ded21ddb7b0013f78" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a3382ddf3a1f05b9ded21ddb7b0013f78" > ◆ < / a > < / span > operator!=()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > bool operator!= < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > const < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > < Integer > &   < / td >
< td class = "paramname" > < em > other< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00202" > 202< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a190d6e916c3a1a06e2eff670e8b52da8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a190d6e916c3a1a06e2eff670e8b52da8" > ◆ < / a > < / span > RemoveElement()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > RemoveElement < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > int  < / td >
< td class = "paramname" > < em > n< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00159" > 159< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a5865d6398576a8e71b0f346e79c583e7" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5865d6398576a8e71b0f346e79c583e7" > ◆ < / a > < / span > RemoveSmallestElement()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > RemoveSmallestElement < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00179" > 179< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "abbfaa99a45c4a90475cb2f5138f9a162" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abbfaa99a45c4a90475cb2f5138f9a162" > ◆ < / a > < / span > Singleton()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > static < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > Singleton < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > Integer  < / td >
< td class = "paramname" > < em > n< / em > < / td > < td > )< / td >
< td > < / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00151" > 151< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a31dd4f4c450a217b20db6d8389d71a4e" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a31dd4f4c450a217b20db6d8389d71a4e" > ◆ < / a > < / span > SingletonRank()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int SingletonRank < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramtype" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > < Integer >   < / td >
< td class = "paramname" > < em > singleton< / em > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00192" > 192< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "abb2b3831b27fd81d60fb39ad01e108a3" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#abb2b3831b27fd81d60fb39ad01e108a3" > ◆ < / a > < / span > SmallestElement() < span class = "overload" > [1/2]< / span > < / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int SmallestElement < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00175" > 175< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2020-04-23 15:34:43 +02:00
< a id = "ab1a611fb9b161c503e676197ce82dcc1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#ab1a611fb9b161c503e676197ce82dcc1" > ◆ < / a > < / span > SmallestElement() < span class = "overload" > [2/2]< / span > < / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > int SmallestElement < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00210" > 210< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a64f741970505f1dea6a662c3b1776c74" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a64f741970505f1dea6a662c3b1776c74" > ◆ < / a > < / span > SmallestSingleton()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > < a class = "el" href = "classoperations__research_1_1Set.html" > Set< / a > SmallestSingleton < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00189" > 189< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a983cf4555b2577512febcc3aa327a3c8" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a983cf4555b2577512febcc3aa327a3c8" > ◆ < / a > < / span > value()< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > Integer value < / td >
2019-06-13 15:36:14 +02:00
< td > (< / td >
< td class = "paramname" > < / td > < td > )< / td >
< td > const< / td >
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > inline< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00144" > 144< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
< h2 class = "groupheader" > Member Data Documentation< / h2 >
2019-08-07 18:01:08 -07:00
< a id = "a062c0acf17a051b885ad211acad31079" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a062c0acf17a051b885ad211acad31079" > ◆ < / a > < / span > MaxCardinality< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > const int MaxCardinality = 8 * sizeof(Integer)< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00135" > 135< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "acb58db6a9a7acdbe2d183cc2f853615d" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#acb58db6a9a7acdbe2d183cc2f853615d" > ◆ < / a > < / span > One< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > const Integer One = static_cast< Integer> (1)< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00133" > 133< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
2019-08-07 18:01:08 -07:00
< a id = "a4ed88f42b6335dbfad68942fad9922f1" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a4ed88f42b6335dbfad68942fad9922f1" > ◆ < / a > < / span > Zero< / h2 >
2019-06-13 15:36:14 +02:00
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
2019-08-07 18:01:08 -07:00
< td class = "memname" > const Integer Zero = static_cast< Integer> (0)< / td >
2019-06-13 15:36:14 +02:00
< / tr >
< / table >
< / td >
< td class = "mlabels-right" >
< span class = "mlabels" > < span class = "mlabel" > static< / span > < / span > < / td >
< / tr >
< / table >
< / div > < div class = "memdoc" >
< p class = "definition" > Definition at line < a class = "el" href = "hamiltonian__path_8h_source.html#l00134" > 134< / a > of file < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "hamiltonian__path_8h_source.html" > hamiltonian_path.h< / a > < / li >
< / ul >
< / div > <!-- contents -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-13 15:36:14 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >