first pass at linear solver doc
This commit is contained in:
@@ -54,6 +54,7 @@
|
||||
<li><a href="functions_n.html#index_n"><span>n</span></a></li>
|
||||
<li><a href="functions_o.html#index_o"><span>o</span></a></li>
|
||||
<li><a href="functions_p.html#index_p"><span>p</span></a></li>
|
||||
<li><a href="functions_q.html#index_q"><span>q</span></a></li>
|
||||
<li><a href="functions_r.html#index_r"><span>r</span></a></li>
|
||||
<li><a href="functions_s.html#index_s"><span>s</span></a></li>
|
||||
<li><a href="functions_t.html#index_t"><span>t</span></a></li>
|
||||
@@ -97,12 +98,36 @@ $(document).ready(function(){initNavTree('functions_k.html','');});
|
||||
: <a class="el" href="classoperations__research_1_1MPIndicatorConstraint.html#a45205178099d40e874441fa8124cd450">operations_research::MPIndicatorConstraint</a>
|
||||
, <a class="el" href="classoperations__research_1_1MPModelProto.html#af61ec53c83a3e26a39266f4b5dfb5771">operations_research::MPModelProto</a>
|
||||
</li>
|
||||
<li>kDefaultDoubleParamValue
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#af0e4fbb80499756bc3edf88fd495d7f7">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kDefaultDualTolerance
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a15fd57d45c522be9c8340ba9d1244e3f">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kDefaultIncrementality
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#ac8d266a839e50968c11481a151f80ea9">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kDefaultIntegerParamValue
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a9bac90a88459ac4dd9629beeada24a66">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kDefaultPresolve
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#afc36c21bad2607b8d7bcba63b60d8681">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kDefaultPrimalTolerance
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a3369c0b857cf02ddf742acc5ef1feec5">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kDefaultRelativeMipGap
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#ad6b31b12f9e1944b355809efd56fec98">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kDualToleranceFieldNumber
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverCommonParameters.html#adfdb8a87c8c7cdf67330f779346c807d">operations_research::MPSolverCommonParameters</a>
|
||||
</li>
|
||||
<li>kDualValueFieldNumber
|
||||
: <a class="el" href="classoperations__research_1_1MPSolutionResponse.html#a99c2d42f522d104b063fdcd410f6849f">operations_research::MPSolutionResponse</a>
|
||||
</li>
|
||||
<li>kDummyVariableIndex
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a693c6f125a85b70fe94057be1cfd0819">operations_research::MPSolverInterface</a>
|
||||
</li>
|
||||
<li>kEnableInternalSolverOutputFieldNumber
|
||||
: <a class="el" href="classoperations__research_1_1MPModelRequest.html#a6dd9e79974f131487bcb6ff2dd051d4d">operations_research::MPModelRequest</a>
|
||||
</li>
|
||||
@@ -156,6 +181,12 @@ $(document).ready(function(){initNavTree('functions_k.html','');});
|
||||
<li>KNAPSACK_MIXED_INTEGER_PROGRAMMING
|
||||
: <a class="el" href="classoperations__research_1_1MPModelRequest.html#aa7dc7cc449b2299e191d36b865f3cd5e">operations_research::MPModelRequest</a>
|
||||
</li>
|
||||
<li>KnapsackInterface
|
||||
: <a class="el" href="classoperations__research_1_1MPConstraint.html#aee1ddf25e86286c16face31551751bda">operations_research::MPConstraint</a>
|
||||
, <a class="el" href="classoperations__research_1_1MPObjective.html#aee1ddf25e86286c16face31551751bda">operations_research::MPObjective</a>
|
||||
, <a class="el" href="classoperations__research_1_1MPSolver.html#aee1ddf25e86286c16face31551751bda">operations_research::MPSolver</a>
|
||||
, <a class="el" href="classoperations__research_1_1MPVariable.html#aee1ddf25e86286c16face31551751bda">operations_research::MPVariable</a>
|
||||
</li>
|
||||
<li>kObjectiveCoefficientFieldNumber
|
||||
: <a class="el" href="classoperations__research_1_1MPVariableProto.html#a8cffdd51c38ae1e87144eb234bda245b">operations_research::MPVariableProto</a>
|
||||
</li>
|
||||
@@ -204,6 +235,18 @@ $(document).ready(function(){initNavTree('functions_k.html','');});
|
||||
<li>kTypeFieldNumber
|
||||
: <a class="el" href="classoperations__research_1_1MPSosConstraint.html#abb2aeac1446916d48a40886c558c705b">operations_research::MPSosConstraint</a>
|
||||
</li>
|
||||
<li>kUnknownDoubleParamValue
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a561c73d056eef04db4b4703abd972868">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kUnknownIntegerParamValue
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverParameters.html#a6c81985cecabbd5f054974d362db551a">operations_research::MPSolverParameters</a>
|
||||
</li>
|
||||
<li>kUnknownNumberOfIterations
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a156255f5e27fd48b7ee43539b52f644f">operations_research::MPSolverInterface</a>
|
||||
</li>
|
||||
<li>kUnknownNumberOfNodes
|
||||
: <a class="el" href="classoperations__research_1_1MPSolverInterface.html#a25b846bdb22eb75b6c0f3b9922556c46">operations_research::MPSolverInterface</a>
|
||||
</li>
|
||||
<li>kUpperBoundFieldNumber
|
||||
: <a class="el" href="classoperations__research_1_1MPConstraintProto.html#a30f8e7ef7c4951cf8b8a4375b0df4d15">operations_research::MPConstraintProto</a>
|
||||
, <a class="el" href="classoperations__research_1_1MPVariableProto.html#a8e22d9cfbceb3503571503453006d559">operations_research::MPVariableProto</a>
|
||||
|
||||
Reference in New Issue
Block a user