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"/> -->
2019-06-20 23:19:36 +02:00
< link rel = "stylesheet" type = "text/css" href = "ortools.css" title = "default" media = "screen,print" / >
2019-06-13 13:08:49 +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" >
2019-06-26 12:16:47 +02:00
< span id = "sfml" > OR-Tools 7.1< / span >
2019-06-13 13:08:49 +02:00
< / div >
< / div >
2019-06-26 12:16:47 +02:00
< link rel = "icon" href = "https://developers.google.com/optimization/images/orLogo.png" >
2019-06-13 13:08:49 +02:00
< 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 > < a href = "annotated.html" > < span > Classes< / span > < / a > < / li >
< li class = "current" > < a href = "files.html" > < span > Files< / span > < / a > < / li >
< / ul >
< / div >
< div id = "navrow2" class = "tabs2" >
< ul class = "tablist" >
< li > < a href = "files.html" > < span > File  List< / span > < / a > < / li >
< / ul >
< / div >
< div id = "nav-path" class = "navpath" >
< ul >
< li class = "navelem" > < a class = "el" href = "dir_a7cc1eeded8f693d0da6c729bc88c45a.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_b2c6d49957bf5d0c7726edb4b829cd4d.html" > gen< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_82da1734a9cb0f1cf40dbd95c2117ce5.html" > com< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_1713cbfcde5229f242ac28be432e77c9.html" > google< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_06c320066273db25e45ae140036401c9.html" > ortools< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_81253d67c190c9baa2240dffd7ee8180.html" > constraintsolver< / a > < / li > < / ul >
< / div >
< / div > <!-- top -->
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > SolutionCollector.java< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2019-06-26 07:59:17 +02:00
< a href = "SolutionCollector_8java.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" > /* ----------------------------------------------------------------------------< / span > < / div > < div class = "line" > < a name = "l00002" > < / a > < span class = "lineno" > 2< / span >   < span class = "comment" > * This file was automatically generated by SWIG (http://www.swig.org).< / span > < / div > < div class = "line" > < a name = "l00003" > < / a > < span class = "lineno" > 3< / span >   < span class = "comment" > * Version 4.0.0< / span > < / div > < div class = "line" > < a name = "l00004" > < / a > < span class = "lineno" > 4< / span >   < span class = "comment" > *< / span > < / div > < div class = "line" > < a name = "l00005" > < / a > < span class = "lineno" > 5< / span >   < span class = "comment" > * Do not make changes to this file unless you know what you are doing--modify< / span > < / div > < div class = "line" > < a name = "l00006" > < / a > < span class = "lineno" > 6< / span >   < span class = "comment" > * the SWIG interface file instead.< / 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 >   < / div > < div class = "line" > < a name = "l00009" > < / a > < span class = "lineno" > 9< / span >   < span class = "keyword" > package < / span > com.google.ortools.constraintsolver;< / div > < div class = "line" > < a name = "l00010" > < / a > < span class = "lineno" > 10< / span >   < / div > < div class = "line" > < a name = "l00011" > < / a > < span class = "lineno" > < a class = "line" href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html" > 11< / a > < / span >   < span class = "keyword" > public< / span > < span class = "keyword" > class < / span > < a class = "code" href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html" > SolutionCollector< / a > < span class = "keyword" > extends< / span > < a class = "code" href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor.html" > SearchMonitor< / a > {< / div > < div class = "line" > < a name = "l00012" > < / a > < span class = "lineno" > 12< / span >   < span class = "keyword" > private< / span > < span class = "keyword" > transient< / span > < span class = "keywordtype" > long< / span > swigCPtr;< / div > < div class = "line" > < a name = "l00013" > < / a > < span class = "lineno" > 13< / span >   < / div > < div class = "line" > < a name = "l00014" > < / a > < span class = "lineno" > < a class = "line" href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#ae4f879954b0fcd52dc028c2d38e302d6" > 14< / a > < / span >   < span class = "keyword" > protected< / span > < a class = "code" href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#ae4f879954b0fcd52dc028c2d38e302d6" > SolutionCollector< / a > (< span class = "keywordtype" > long< / span > cPtr, < span class = "keywordtype" > boolean< / span > cMemoryOwn) {< / div > < div class = "line" > < a name = "l00015" > < / a > < span class = "lineno" > 15< / span >   super(mainJNI.SolutionCollector_SWIGUpcast(cPtr), cMemoryOwn);< / div > < div class = "line" > < a name = "l00016" > < / a > < span class = "lineno" > 16< / span >   swigCPtr = cPtr;< / 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 >   < / div > < div class = "line" > < a name = "l00019" > < / a > < span class = "lineno" > 19< / span >   < span class = "keyword" > protected< / span > < span class = "keyword" > static< / span > < span class = "keywordtype" > long< / span > getCPtr(< a class = "code" href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html" > SolutionCollector< / a > obj) {< / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "keywordflow" > return< / span > (obj == < span class = "keyword" > null< / span > ) ? 0 : obj.swigCPtr;< / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   }< / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lin
2019-06-13 02:45:44 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Solver_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Solver.html" > com.google.ortools.constraintsolver.Solver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Solver_8java_source.html#l00054" > Solver.java:54< / a > < / div > < / div >
2019-06-25 21:48:27 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a857c9448c7fbe67b94370b78e21c8a12" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a857c9448c7fbe67b94370b78e21c8a12" > com.google.ortools.constraintsolver.SolutionCollector.solutionCount< / a > < / div > < div class = "ttdeci" > int solutionCount()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00083" > SolutionCollector.java:83< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor_html_ab9ea9a1042c6f76e04e50b62bd1f99d8" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor.html#ab9ea9a1042c6f76e04e50b62bd1f99d8" > com.google.ortools.constraintsolver.SearchMonitor.solver< / a > < / div > < div class = "ttdeci" > Solver solver()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8java_source.html#l00139" > SearchMonitor.java:139< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a7c4d49070eb5ed8169c066c8fcdf1595" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a7c4d49070eb5ed8169c066c8fcdf1595" > com.google.ortools.constraintsolver.SolutionCollector.branches< / a > < / div > < div class = "ttdeci" > long branches(int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00096" > SolutionCollector.java:96< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a2f6013632417e12fe9bbfa3cccb93453" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a2f6013632417e12fe9bbfa3cccb93453" > com.google.ortools.constraintsolver.SolutionCollector.failures< / a > < / div > < div class = "ttdeci" > long failures(int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00100" > SolutionCollector.java:100< / a > < / div > < / div >
2019-06-13 02:45:44 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntervalVar.html" > com.google.ortools.constraintsolver.IntervalVar< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "gen_2com_2google_2ortools_2constraintsolver_2IntervalVar_8java_source.html#l00011" > gen/com/google/ortools/constraintsolver/IntervalVar.java:11< / a > < / div > < / div >
2019-06-25 21:48:27 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a4d4e7493343146487c7e1980e5d7078c" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a4d4e7493343146487c7e1980e5d7078c" > com.google.ortools.constraintsolver.SolutionCollector.objectiveValue< / a > < / div > < div class = "ttdeci" > long objectiveValue(int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00104" > SolutionCollector.java:104< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a5df02492af2bd207f67c259d4248bd7e" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a5df02492af2bd207f67c259d4248bd7e" > com.google.ortools.constraintsolver.SolutionCollector.add< / a > < / div > < div class = "ttdeci" > void add(IntervalVar[] vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00063" > SolutionCollector.java:63< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a9a0d03e1ec7a36baa3ea50820d9c56ad" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a9a0d03e1ec7a36baa3ea50820d9c56ad" > com.google.ortools.constraintsolver.SolutionCollector.add< / a > < / div > < div class = "ttdeci" > void add(SequenceVar[] vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00071" > SolutionCollector.java:71< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a9d62d71381c04c307bfe16952b0826f1" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a9d62d71381c04c307bfe16952b0826f1" > com.google.ortools.constraintsolver.SolutionCollector.value< / a > < / div > < div class = "ttdeci" > long value(int n, IntVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00108" > SolutionCollector.java:108< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a4e17b60c41ae411ea9851694f932841d" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a4e17b60c41ae411ea9851694f932841d" > com.google.ortools.constraintsolver.SolutionCollector.wallTime< / a > < / div > < div class = "ttdeci" > long wallTime(int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00092" > SolutionCollector.java:92< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_ad35e48c31c7fa15c333f0236348d2c1e" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#ad35e48c31c7fa15c333f0236348d2c1e" > com.google.ortools.constraintsolver.SolutionCollector.startValue< / a > < / div > < div class = "ttdeci" > long startValue(int n, IntervalVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00112" > SolutionCollector.java:112< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_ac5956c1e28a13932d9b695127becfb8a" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#ac5956c1e28a13932d9b695127becfb8a" > com.google.ortools.constraintsolver.SolutionCollector.backwardSequence< / a > < / div > < div class = "ttdeci" > int [] backwardSequence(int n, SequenceVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00132" > SolutionCollector.java:132< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a7aa8db81fe86b2351410f72c9917d671" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a7aa8db81fe86b2351410f72c9917d671" > com.google.ortools.constraintsolver.SolutionCollector.forwardSequence< / a > < / div > < div class = "ttdeci" > int [] forwardSequence(int n, SequenceVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00128" > SolutionCollector.java:128< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_aa5ac64eb91dc2d2b50ce36309298dcf4" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#aa5ac64eb91dc2d2b50ce36309298dcf4" > com.google.ortools.constraintsolver.SolutionCollector.addObjective< / a > < / div > < div class = "ttdeci" > void addObjective(IntVar objective)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00075" > SolutionCollector.java:75< / a > < / div > < / div >
2019-06-13 02:45:44 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1IntVar.html" > com.google.ortools.constraintsolver.IntVar< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "gen_2com_2google_2ortools_2constraintsolver_2IntVar_8java_source.html#l00011" > gen/com/google/ortools/constraintsolver/IntVar.java:11< / a > < / div > < / div >
2019-06-25 21:48:27 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_afa47c2156335ccf7e0a0a108d9aef603" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#afa47c2156335ccf7e0a0a108d9aef603" > com.google.ortools.constraintsolver.SolutionCollector.enterSearch< / a > < / div > < div class = "ttdeci" > void enterSearch()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00079" > SolutionCollector.java:79< / a > < / div > < / div >
2019-06-13 02:45:44 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SearchMonitor.html" > com.google.ortools.constraintsolver.SearchMonitor< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SearchMonitor_8java_source.html#l00011" > SearchMonitor.java:11< / a > < / div > < / div >
2019-06-25 21:48:27 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_ac6b410486194d1e56e699574fbfa87e3" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#ac6b410486194d1e56e699574fbfa87e3" > com.google.ortools.constraintsolver.SolutionCollector.SolutionCollector< / a > < / div > < div class = "ttdeci" > SolutionCollector(Solver solver)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00043" > SolutionCollector.java:43< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_aa6443d762c16a8a230e1a87476b861e5" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#aa6443d762c16a8a230e1a87476b861e5" > com.google.ortools.constraintsolver.SolutionCollector.toString< / a > < / div > < div class = "ttdeci" > String toString()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00047" > SolutionCollector.java:47< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_aa780e3a2de9d0a97d0f6678580e0c59b" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#aa780e3a2de9d0a97d0f6678580e0c59b" > com.google.ortools.constraintsolver.SolutionCollector.add< / a > < / div > < div class = "ttdeci" > void add(SequenceVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00067" > SolutionCollector.java:67< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a9f9e628b0da0b754a4ca5cf632b2b78f" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a9f9e628b0da0b754a4ca5cf632b2b78f" > com.google.ortools.constraintsolver.SolutionCollector.performedValue< / a > < / div > < div class = "ttdeci" > long performedValue(int n, IntervalVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00124" > SolutionCollector.java:124< / a > < / div > < / div >
2019-06-13 02:45:44 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SequenceVar.html" > com.google.ortools.constraintsolver.SequenceVar< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SequenceVar_8java_source.html#l00011" > SequenceVar.java:11< / a > < / div > < / div >
2019-06-25 21:48:27 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a1be835ee05627046de3e904133354d0e" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a1be835ee05627046de3e904133354d0e" > com.google.ortools.constraintsolver.SolutionCollector.durationValue< / a > < / div > < div class = "ttdeci" > long durationValue(int n, IntervalVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00120" > SolutionCollector.java:120< / a > < / div > < / div >
2019-06-13 02:45:44 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Assignment_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1Assignment.html" > com.google.ortools.constraintsolver.Assignment< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Assignment_8java_source.html#l00011" > Assignment.java:11< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html" > com.google.ortools.constraintsolver.SolutionCollector< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00011" > SolutionCollector.java:11< / a > < / div > < / div >
2019-06-25 21:48:27 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a33404f50b2caf972c65aaec169e72309" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a33404f50b2caf972c65aaec169e72309" > com.google.ortools.constraintsolver.SolutionCollector.add< / a > < / div > < div class = "ttdeci" > void add(IntervalVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00059" > SolutionCollector.java:59< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a8ce2e06263561d9bf75b6051d0eeeb2d" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a8ce2e06263561d9bf75b6051d0eeeb2d" > com.google.ortools.constraintsolver.SolutionCollector.solution< / a > < / div > < div class = "ttdeci" > Assignment solution(int n)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00087" > SolutionCollector.java:87< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a0dd58f296a66fa9038700a72c49c8ae3" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a0dd58f296a66fa9038700a72c49c8ae3" > com.google.ortools.constraintsolver.SolutionCollector.add< / a > < / div > < div class = "ttdeci" > void add(IntVar[] vars)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00055" > SolutionCollector.java:55< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a006ed7bd5404c736b431145633c0bea6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a006ed7bd5404c736b431145633c0bea6" > com.google.ortools.constraintsolver.SolutionCollector.SolutionCollector< / a > < / div > < div class = "ttdeci" > SolutionCollector(Solver solver, Assignment assignment)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00039" > SolutionCollector.java:39< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_a9700f84dc120785c116d0602adb30f07" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#a9700f84dc120785c116d0602adb30f07" > com.google.ortools.constraintsolver.SolutionCollector.unperformed< / a > < / div > < div class = "ttdeci" > int [] unperformed(int n, SequenceVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00136" > SolutionCollector.java:136< / a > < / div > < / div >
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_af0ece5226559d701113e850e6dfe89c5" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#af0ece5226559d701113e850e6dfe89c5" > com.google.ortools.constraintsolver.SolutionCollector.add< / a > < / div > < div class = "ttdeci" > void add(IntVar var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00051" > SolutionCollector.java:51< / a > < / div > < / div >
2019-06-13 02:45:44 +02:00
< div class = "ttc" id = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector_html_ae4f879954b0fcd52dc028c2d38e302d6" > < div class = "ttname" > < a href = "classcom_1_1google_1_1ortools_1_1constraintsolver_1_1SolutionCollector.html#ae4f879954b0fcd52dc028c2d38e302d6" > com.google.ortools.constraintsolver.SolutionCollector.SolutionCollector< / a > < / div > < div class = "ttdeci" > SolutionCollector(long cPtr, boolean cMemoryOwn)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "SolutionCollector_8java_source.html#l00014" > SolutionCollector.java:14< / a > < / div > < / div >
< / div > <!-- fragment --> < / 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 >