2019-06-20 23:35:26 +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"/> -->
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
2020-09-01 16:00:33 +02:00
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "styleSheet.tmp.css" rel = "stylesheet" type = "text/css" / >
2019-06-20 23:35:26 +02:00
< / head >
< body >
< div id = "banner-container" >
< div id = "banner" >
2021-09-20 15:57:27 +02:00
< span id = "sfml" > Google OR-Tools 9.1< / span >
2019-06-20 23:35:26 +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 > DotNet Reference< / h2 >
2019-08-07 18:01:08 -07:00
< ul >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Sat.html" > CP-SAT< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Graph.html" > Graph< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Algorithms.html" > Knapsack solver< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1LinearSolver.html" > Linear solver< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1ConstraintSolver.html" > Routing< / a > < / li >
< li > < a href = "../dotnet/namespaceGoogle_1_1OrTools_1_1Util.html" > Util< / a > < / li >
< / ul >
< / div >
2019-06-20 23:35:26 +02:00
< div id = "content" >
2019-08-07 18:01:08 -07:00
< div align = "center" >
2020-09-01 16:00:33 +02:00
< h1 style = "color: #145A32;" > .Net Reference< / h1 >
2019-08-07 18:01:08 -07:00
< / div >
2021-09-20 15:57:27 +02:00
<!-- Generated by Doxygen 1.8.15 -->
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
var searchBox = new SearchBox("searchBox", "search",false,'Search');
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
$(function() {
initMenu('',true,false,'search.php','Search');
$(document).ready(function() { init_search(); });
});
/* @license-end */< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
2019-06-20 23:35:26 +02:00
< / div >
< / div >
2020-09-01 16:00:33 +02:00
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:cf05388f2679ee054f2beb29a391d25f4e673ac3& dn=gpl-2.0.txt GPL-v2 */
2021-09-20 15:57:27 +02:00
$(document).ready(function(){initNavTree('linear__solver_2csharp_2SolverHelper_8cs_source.html','');});
2020-09-01 16:00:33 +02:00
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< iframe src = "javascript:void(0)" frameborder = "0"
name="MSearchResults" id="MSearchResults">
< / iframe >
< / div >
2019-06-20 23:35:26 +02:00
< div class = "header" >
< div class = "headertitle" >
< div class = "title" > linear_solver/csharp/SolverHelper.cs< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
2021-09-20 15:57:27 +02:00
< a href = "linear__solver_2csharp_2SolverHelper_8cs.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 = "keyword" > namespace < / span > < a class = "code" href = "namespaceGoogle_1_1OrTools_1_1LinearSolver.html" > Google.OrTools.LinearSolver< / a > < / 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 = "keyword" > using< / span > System;< / div > < div class = "line" > < a name = "l00017" > < / a > < span class = "lineno" > 17< / span >   < span class = "keyword" > using< / span > System.Collections.< a class = "code" href = "namespaceSystem_1_1Collections_1_1Generic.html" > Generic< / a > ;< / 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 = "comment" > // Patch the MPSolver class to:< / span > < / div > < div class = "line" > < a name = "l00020" > < / a > < span class = "lineno" > 20< / span >   < span class = "comment" > // - support custom versions of the array-based APIs (MakeVarArray, etc).< / span > < / div > < div class = "line" > < a name = "l00021" > < / a > < span class = "lineno" > 21< / span >   < span class = "comment" > // - customize the construction, and the OptimizationProblemType enum.< / span > < / div > < div class = "line" > < a name = "l00022" > < / a > < span class = "lineno" > 22< / span >   < span class = "comment" > // - support the natural language API.< / span > < / div > < div class = "line" > < a name = "l00023" > < / a > < span class = "lineno" > 23< / span >   < span class = "keyword" > public< / span > < span class = "keyword" > partial class < / span > Solver< / 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 = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a121f0f006ff4477450b68d691fb0743c" > 25< / a > < / span >   < span class = "keyword" > public< / span > < a class = "co
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective_html_accb6f7442b6b1f579e607835c9c4b73a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html#accb6f7442b6b1f579e607835c9c4b73a" > Google.OrTools.LinearSolver.Objective.SetCoefficient< / a > < / div > < div class = "ttdeci" > void SetCoefficient(Variable var, double coeff)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Objective_8cs_source.html#l00051" > Objective.cs:51< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearConstraint_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearConstraint.html" > Google.OrTools.LinearSolver.LinearConstraint< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LinearConstraint_8cs_source.html#l00019" > LinearConstraint.cs:19< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a593bb2068f176a22436f707a97924b20" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a593bb2068f176a22436f707a97924b20" > Google.OrTools.LinearSolver.Solver.Minimize< / a > < / div > < div class = "ttdeci" > void Minimize(Variable var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00214" > linear_solver/csharp/SolverHelper.cs:214< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a640f9bb1736b477467db2e389e60052c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a640f9bb1736b477467db2e389e60052c" > Google.OrTools.LinearSolver.Solver.MakeNumVarMatrix< / a > < / div > < div class = "ttdeci" > Variable [,] MakeNumVarMatrix(int rows, int cols, double lb, double ub)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00082" > linear_solver/csharp/SolverHelper.cs:82< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae43515c003d95e1e3fd7d1d62c987149" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae43515c003d95e1e3fd7d1d62c987149" > Google.OrTools.LinearSolver.Solver.MakeIntVarMatrix< / a > < / div > < div class = "ttdeci" > Variable [,] MakeIntVarMatrix(int rows, int cols, double lb, double ub, string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00132" > linear_solver/csharp/SolverHelper.cs:132< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Variable.html" > Google.OrTools.LinearSolver.Variable< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Variable_8cs_source.html#l00013" > Variable.cs:13< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a31566e6ec6ccdfb5afe1b15cf123f22b" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a31566e6ec6ccdfb5afe1b15cf123f22b" > Google.OrTools.LinearSolver.Solver.MakeNumVar< / a > < / div > < div class = "ttdeci" > Variable MakeNumVar(double lb, double ub, string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2Solver_8cs_source.html#l00097" > linear_solver/Solver.cs:97< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae927a8ee96d00db358b50931d2c33a26" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae927a8ee96d00db358b50931d2c33a26" > Google.OrTools.LinearSolver.Solver.MakeBoolVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeBoolVarArray(int count, string var_name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00151" > linear_solver/csharp/SolverHelper.cs:151< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a3640f59a06da3b1c4716ad6a74ce3602" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3640f59a06da3b1c4716ad6a74ce3602" > Google.OrTools.LinearSolver.Solver.MakeVar< / a > < / div > < div class = "ttdeci" > Variable MakeVar(double lb, double ub, bool integer, string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2Solver_8cs_source.html#l00090" > linear_solver/Solver.cs:90< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_af81e5274648d04a1325a1f0e7433f8c4" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#af81e5274648d04a1325a1f0e7433f8c4" > Google.OrTools.LinearSolver.Solver.MakeVarMatrix< / a > < / div > < div class = "ttdeci" > Variable [,] MakeVarMatrix(int rows, int cols, double lb, double ub, bool integer)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00045" > linear_solver/csharp/SolverHelper.cs:45< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a3a573235c991efdb3c59ee29dc831be5" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3a573235c991efdb3c59ee29dc831be5" > Google.OrTools.LinearSolver.Solver.Add< / a > < / div > < div class = "ttdeci" > Constraint Add(LinearConstraint constraint)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00183" > linear_solver/csharp/SolverHelper.cs:183< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearExpr_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearExpr.html" > Google.OrTools.LinearSolver.LinearExpr< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LinearExpr_8cs_source.html#l00019" > LinearExpr.cs:19< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae617ffa9d1f75544ed94acfb65a2bf49" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae617ffa9d1f75544ed94acfb65a2bf49" > Google.OrTools.LinearSolver.Solver.Objective< / a > < / div > < div class = "ttdeci" > Objective Objective()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2Solver_8cs_source.html#l00167" > linear_solver/Solver.cs:167< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective_html_a0ae674872034b9d61b389da66cb9503a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html#a0ae674872034b9d61b389da66cb9503a" > Google.OrTools.LinearSolver.Objective.SetMaximization< / a > < / div > < div class = "ttdeci" > void SetMaximization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Objective_8cs_source.html#l00077" > Objective.cs:77< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a4cfd8a44aedfad463400eb57edf2f7e6" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a4cfd8a44aedfad463400eb57edf2f7e6" > Google.OrTools.LinearSolver.Solver.MakeVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeVarArray(int count, double lb, double ub, bool integer, string var_name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00035" > linear_solver/csharp/SolverHelper.cs:35< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a2832415c98e765c6ee5358a65192059a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a2832415c98e765c6ee5358a65192059a" > Google.OrTools.LinearSolver.Solver.Maximize< / a > < / div > < div class = "ttdeci" > void Maximize(LinearExpr expr)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00201" > linear_solver/csharp/SolverHelper.cs:201< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a6d3b9f54c252e047400f68afa257b540" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6d3b9f54c252e047400f68afa257b540" > Google.OrTools.LinearSolver.Solver.MakeIntVar< / a > < / div > < div class = "ttdeci" > Variable MakeIntVar(double lb, double ub, string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2Solver_8cs_source.html#l00104" > linear_solver/Solver.cs:104< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a207e6209a623b8244df0dc367191ee15" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a207e6209a623b8244df0dc367191ee15" > Google.OrTools.LinearSolver.Solver.MakeIntVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeIntVarArray(int count, double lb, double ub, string var_name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00114" > linear_solver/csharp/SolverHelper.cs:114< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a4b357ac12f744433ffca72f19b8ce6a2" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a4b357ac12f744433ffca72f19b8ce6a2" > Google.OrTools.LinearSolver.Solver.MakeNumVarMatrix< / a > < / div > < div class = "ttdeci" > Variable [,] MakeNumVarMatrix(int rows, int cols, double lb, double ub, string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00095" > linear_solver/csharp/SolverHelper.cs:95< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a48014a3205592793fac91a31a04a019e" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a48014a3205592793fac91a31a04a019e" > Google.OrTools.LinearSolver.Solver.Minimize< / a > < / div > < div class = "ttdeci" > void Minimize(LinearExpr expr)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00188" > linear_solver/csharp/SolverHelper.cs:188< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a72b807f9241c71641490fd19e436977c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a72b807f9241c71641490fd19e436977c" > Google.OrTools.LinearSolver.Solver.MakeBoolVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeBoolVarArray(int count)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00146" > linear_solver/csharp/SolverHelper.cs:146< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a3e62f1c6ea1f60b16a99e07b8bae1b87" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a3e62f1c6ea1f60b16a99e07b8bae1b87" > Google.OrTools.LinearSolver.Solver.MakeIntVarMatrix< / a > < / div > < div class = "ttdeci" > Variable [,] MakeIntVarMatrix(int rows, int cols, double lb, double ub)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00119" > linear_solver/csharp/SolverHelper.cs:119< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearConstraint_html_a44ffc5d67eab67334630b1655533533a" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearConstraint.html#a44ffc5d67eab67334630b1655533533a" > Google.OrTools.LinearSolver.LinearConstraint.Extract< / a > < / div > < div class = "ttdeci" > virtual Constraint Extract(Solver solver)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LinearConstraint_8cs_source.html#l00026" > LinearConstraint.cs:26< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_aa577eaac1b8af27108f8e127881a3dab" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#aa577eaac1b8af27108f8e127881a3dab" > Google.OrTools.LinearSolver.Solver.MakeNumVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeNumVarArray(int count, double lb, double ub)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00072" > linear_solver/csharp/SolverHelper.cs:72< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a6a0d20297f5321113caf53eb44ee3049" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a6a0d20297f5321113caf53eb44ee3049" > Google.OrTools.LinearSolver.Solver.MakeBoolVar< / a > < / div > < div class = "ttdeci" > Variable MakeBoolVar(string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2Solver_8cs_source.html#l00111" > linear_solver/Solver.cs:111< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint_html" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Constraint.html" > Google.OrTools.LinearSolver.Constraint< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2Constraint_8cs_source.html#l00013" > linear_solver/Constraint.cs:13< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective_html_a3d269786b0c64ba034e7e8a8a09213fc" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html#a3d269786b0c64ba034e7e8a8a09213fc" > Google.OrTools.LinearSolver.Objective.SetOffset< / a > < / div > < div class = "ttdeci" > void SetOffset(double value)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Objective_8cs_source.html#l00060" > Objective.cs:60< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a642e96e9c807e002906d1339d6f88958" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a642e96e9c807e002906d1339d6f88958" > Google.OrTools.LinearSolver.Solver.Maximize< / a > < / div > < div class = "ttdeci" > void Maximize(Variable var)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00221" > linear_solver/csharp/SolverHelper.cs:221< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearExpr_html_a433055f200c844a61e58cef630c03fcf" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1LinearExpr.html#a433055f200c844a61e58cef630c03fcf" > Google.OrTools.LinearSolver.LinearExpr.Visit< / a > < / div > < div class = "ttdeci" > double Visit(Dictionary< Variable, double > coefficients)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "LinearExpr_8cs_source.html#l00026" > LinearExpr.cs:26< / a > < / div > < / div >
< div class = "ttc" id = "namespaceGoogle_1_1OrTools_1_1LinearSolver_html" > < div class = "ttname" > < a href = "namespaceGoogle_1_1OrTools_1_1LinearSolver.html" > Google.OrTools.LinearSolver< / a > < / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2Constraint_8cs_source.html#l00011" > linear_solver/Constraint.cs:11< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ae8ff4abf2f54ddb25299f89a164baf08" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ae8ff4abf2f54ddb25299f89a164baf08" > Google.OrTools.LinearSolver.Solver.MakeBoolVarMatrix< / a > < / div > < div class = "ttdeci" > Variable [,] MakeBoolVarMatrix(int rows, int cols)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00156" > linear_solver/csharp/SolverHelper.cs:156< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_afbf3d287cd0a4cef5f2561ab101e78bc" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#afbf3d287cd0a4cef5f2561ab101e78bc" > Google.OrTools.LinearSolver.Solver.MakeNumVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeNumVarArray(int count, double lb, double ub, string var_name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00077" > linear_solver/csharp/SolverHelper.cs:77< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a121f0f006ff4477450b68d691fb0743c" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a121f0f006ff4477450b68d691fb0743c" > Google.OrTools.LinearSolver.Solver.MakeVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeVarArray(int count, double lb, double ub, bool integer)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00025" > linear_solver/csharp/SolverHelper.cs:25< / a > < / div > < / div >
< div class = "ttc" id = "namespaceSystem_1_1Collections_1_1Generic_html" > < div class = "ttname" > < a href = "namespaceSystem_1_1Collections_1_1Generic.html" > Generic< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective_html_ac187b2ba08422f3a06b8d1e1502ceea6" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html#ac187b2ba08422f3a06b8d1e1502ceea6" > Google.OrTools.LinearSolver.Objective.SetMinimization< / a > < / div > < div class = "ttdeci" > void SetMinimization()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Objective_8cs_source.html#l00073" > Objective.cs:73< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_a8d2b4f2415cbc133b8cbe83313cb34dc" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#a8d2b4f2415cbc133b8cbe83313cb34dc" > Google.OrTools.LinearSolver.Solver.MakeIntVarArray< / a > < / div > < div class = "ttdeci" > Variable [] MakeIntVarArray(int count, double lb, double ub)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00109" > linear_solver/csharp/SolverHelper.cs:109< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver_html_ac31f17a91bae164ec13873df8d809fa7" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Solver.html#ac31f17a91bae164ec13873df8d809fa7" > Google.OrTools.LinearSolver.Solver.MakeBoolVarMatrix< / a > < / div > < div class = "ttdeci" > Variable [,] MakeBoolVarMatrix(int rows, int cols, string name)< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "linear__solver_2csharp_2SolverHelper_8cs_source.html#l00169" > linear_solver/csharp/SolverHelper.cs:169< / a > < / div > < / div >
< div class = "ttc" id = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective_html_aa71d36872f416feaa853788a7a7a7ef8" > < div class = "ttname" > < a href = "classGoogle_1_1OrTools_1_1LinearSolver_1_1Objective.html#aa71d36872f416feaa853788a7a7a7ef8" > Google.OrTools.LinearSolver.Objective.Clear< / a > < / div > < div class = "ttdeci" > void Clear()< / div > < div class = "ttdef" > < b > Definition:< / b > < a href = "Objective_8cs_source.html#l00047" > Objective.cs:47< / a > < / div > < / div >
2021-01-26 11:28:50 +01:00
< / div > <!-- fragment --> < / div > <!-- contents -->
< / div > <!-- doc - content -->
2019-08-07 18:01:08 -07:00
< / div >
2019-06-20 23:35:26 +02:00
< / div >
< div id = "footer-container" >
< div id = "footer" >
< / div >
< / div >
< / body >
< / html >