2019-06-13 13:08:49 +02:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2019-06-13 02:45:44 +02:00
< html xmlns = "http://www.w3.org/1999/xhtml" >
2019-06-13 13:08:49 +02:00
< head >
< title > OR-Tools< / title >
< meta http-equiv = "Content-Type" content = "text/html;" / >
< meta charset = "utf-8" / >
<!-- <link rel='stylesheet' type='text/css' href="https://fonts.googleapis.com/css?family=Ubuntu:400,700,400italic"/> -->
< link rel = "stylesheet" type = "text/css" href = "doxygen.css" title = "default" media = "screen,print" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
< span id = "sfml" > OR-Tools 7.1@< / span >
< / div >
< / div >
< div id = "content" >
2019-06-13 02:45:44 +02:00
<!-- Generated by Doxygen 1.8.15 -->
< div id = "navrow1" class = "tabs" >
< ul class = "tablist" >
< li > < a href = "index.html" > < span > Main  Page< / span > < / a > < / li >
< li > < a href = "pages.html" > < span > Related  Pages< / span > < / a > < / li >
< li > < a href = "namespaces.html" > < span > Namespaces< / span > < / a > < / li >
< li class = "current" > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "annotated.html" > < span > Class  List< / span > < / a > < / li >
< li > < a href = "classes.html" > < span > Class  Index< / span > < / a > < / li >
< li > < a href = "inherits.html" > < span > Class  Hierarchy< / span > < / a > < / li >
< li > < a href = "functions.html" > < span > Class  Members< / span > < / a > < / li >
< / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
< a href = "#pub-static-methods" > Static Public Member Functions< / a > |
< a href = "classSearchForAllSolutionsSampleSat-members.html" > List of all members< / a > < / div >
< div class = "headertitle" >
< div class = "title" > SearchForAllSolutionsSampleSat Class Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Code sample that solves a model and displays all solutions.
< a href = "classSearchForAllSolutionsSampleSat.html#details" > More...< / a > < / p >
< table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < b > VarArraySolutionPrinter< / b > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / 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 >
< tr class = "memitem:a5a6d4edcb5b5e1c584ea11a68265b0cd" > < td class = "memItemLeft" align = "right" valign = "top" > static void  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classSearchForAllSolutionsSampleSat.html#a5a6d4edcb5b5e1c584ea11a68265b0cd" > main< / a > (String[] args) throws Exception < / td > < / tr >
< tr class = "separator:a5a6d4edcb5b5e1c584ea11a68265b0cd" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Code sample that solves a model and displays all solutions. < / p >
< p class = "definition" > Definition at line < a class = "el" href = "SearchForAllSolutionsSampleSat_8java_source.html#l00021" > 21< / a > of file < a class = "el" href = "SearchForAllSolutionsSampleSat_8java_source.html" > SearchForAllSolutionsSampleSat.java< / a > .< / p >
< / div > < h2 class = "groupheader" > Member Function Documentation< / h2 >
< a id = "a5a6d4edcb5b5e1c584ea11a68265b0cd" > < / a >
< h2 class = "memtitle" > < span class = "permalink" > < a href = "#a5a6d4edcb5b5e1c584ea11a68265b0cd" > ◆ < / a > < / span > main()< / h2 >
< div class = "memitem" >
< div class = "memproto" >
< table class = "mlabels" >
< tr >
< td class = "mlabels-left" >
< table class = "memname" >
< tr >
< td class = "memname" > static void SearchForAllSolutionsSampleSat.main < / td >
< td > (< / td >
< td class = "paramtype" > String []  < / td >
< td class = "paramname" > < em > args< / em > < / td > < td > )< / td >
< td > throws Exception< / 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 = "SearchForAllSolutionsSampleSat_8java_source.html#l00050" > 50< / a > of file < a class = "el" href = "SearchForAllSolutionsSampleSat_8java_source.html" > SearchForAllSolutionsSampleSat.java< / a > .< / p >
< / div >
< / div >
< hr / > The documentation for this class was generated from the following file:< ul >
< li > < a class = "el" href = "SearchForAllSolutionsSampleSat_8java_source.html" > SearchForAllSolutionsSampleSat.java< / a > < / li >
< / ul >
< / div > <!-- contents -->
2019-06-13 13:08:49 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
2019-06-13 02:45:44 +02:00
< / html >