Skip to content

Commit 045ef8e

Browse files
1 parent 7585ac0 commit 045ef8e

File tree

102 files changed

+252
-216
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+252
-216
lines changed

doxygen_cxx/classdrake_1_1multibody_1_1_solver_interface.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#a8db04057f790b27227d10ae6
501501
</div><div class="memdoc">
502502

503503
<p>Solves an optimization program with optional initial guess and solver options. </p>
504-
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
504+
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an initial guess, and <code class="param">initial_guess</code> is set, then <code class="param">initial_guess</code> takes priority. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
505505

506506
</div>
507507
</div>

doxygen_cxx/classdrake_1_1planning_1_1_iris_np2_options-members.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@
179179
<tr class="odd"><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html#a3a563c6feff7da2c1e28102c79ee70d2">sampling_strategy</a></td><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html">IrisNp2Options</a></td><td class="entry"></td></tr>
180180
<tr class="even"><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html#a8e8824802dedfbc36776227f7482b6bc">Serialize</a>(Archive *a)</td><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html">IrisNp2Options</a></td><td class="entry"></td></tr>
181181
<tr class="odd"><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html#a1717b842ef7560038a1ee8f5076d7721">solver</a></td><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html">IrisNp2Options</a></td><td class="entry"></td></tr>
182+
<tr class="even"><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html#aa705e1cce16e5f276d9f1ff95851698e">solver_options</a></td><td class="entry"><a class="el" href="classdrake_1_1planning_1_1_iris_np2_options.html">IrisNp2Options</a></td><td class="entry"></td></tr>
182183
</table></div><!-- contents -->
183184
</div><!-- doc-content -->
184185
</div><!-- container -->

doxygen_cxx/classdrake_1_1planning_1_1_iris_np2_options.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@
187187
Public Attributes</h2></td></tr>
188188
<tr class="memitem:a1717b842ef7560038a1ee8f5076d7721" id="r_a1717b842ef7560038a1ee8f5076d7721"><td class="memItemLeft" align="right" valign="top">const <a class="el" href="classdrake_1_1solvers_1_1_solver_interface.html">solvers::SolverInterface</a> *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a1717b842ef7560038a1ee8f5076d7721">solver</a> {nullptr}</td></tr>
189189
<tr class="memdesc:a1717b842ef7560038a1ee8f5076d7721"><td class="mdescLeft">&#160;</td><td class="mdescRight">The user can specify a solver to use for the counterexample search program. <br /></td></tr>
190+
<tr class="memitem:aa705e1cce16e5f276d9f1ff95851698e" id="r_aa705e1cce16e5f276d9f1ff95851698e"><td class="memItemLeft" align="right" valign="top"><a class="el" href="structdrake_1_1solvers_1_1_solver_options.html">solvers::SolverOptions</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#aa705e1cce16e5f276d9f1ff95851698e">solver_options</a> {}</td></tr>
191+
<tr class="memdesc:aa705e1cce16e5f276d9f1ff95851698e"><td class="mdescLeft">&#160;</td><td class="mdescRight">Options passed to the counterexample search program solver. <br /></td></tr>
190192
<tr class="memitem:a6a02069c3e43c0097629cb4a6ea6fbbf" id="r_a6a02069c3e43c0097629cb4a6ea6fbbf"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classdrake_1_1planning_1_1_common_sampled_iris_options.html">CommonSampledIrisOptions</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#a6a02069c3e43c0097629cb4a6ea6fbbf">sampled_iris_options</a> {}</td></tr>
191193
<tr class="memdesc:a6a02069c3e43c0097629cb4a6ea6fbbf"><td class="mdescLeft">&#160;</td><td class="mdescRight">Options common to IRIS-type algorithms. <br /></td></tr>
192194
<tr class="memitem:abc0d5447b03efcbc73d4cfdb20865aa4" id="r_abc0d5447b03efcbc73d4cfdb20865aa4"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classdrake_1_1planning_1_1_iris_parameterization_function.html">IrisParameterizationFunction</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="#abc0d5447b03efcbc73d4cfdb20865aa4">parameterization</a> {}</td></tr>
@@ -447,6 +449,22 @@ <h2 class="memtitle"><span class="permalink"><a href="#a1717b842ef7560038a1ee8f5
447449
<p>The user can specify a solver to use for the counterexample search program. </p>
448450
<p>If nullptr (the default value) is given, then <a class="el" href="namespacedrake_1_1solvers.html#af70d41b17760217e0926be91e74c7516" title="Makes the first available and enabled solver.">solvers::MakeFirstAvailableSolver</a> will be used to pick the solver. </p>
449451

452+
</div>
453+
</div>
454+
<a id="aa705e1cce16e5f276d9f1ff95851698e" name="aa705e1cce16e5f276d9f1ff95851698e"></a>
455+
<h2 class="memtitle"><span class="permalink"><a href="#aa705e1cce16e5f276d9f1ff95851698e">&#9670;&#160;</a></span>solver_options</h2>
456+
457+
<div class="memitem">
458+
<div class="memproto">
459+
<table class="memname">
460+
<tr>
461+
<td class="memname"><a class="el" href="structdrake_1_1solvers_1_1_solver_options.html">solvers::SolverOptions</a> solver_options {}</td>
462+
</tr>
463+
</table>
464+
</div><div class="memdoc">
465+
466+
<p>Options passed to the counterexample search program solver. </p>
467+
450468
</div>
451469
</div>
452470
<hr/>The documentation for this class was generated from the following file:<ul>

doxygen_cxx/classdrake_1_1planning_1_1_iris_np2_options.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ var classdrake_1_1planning_1_1_iris_np2_options =
1111
[ "ray_sampler_options", "classdrake_1_1planning_1_1_iris_np2_options.html#a2c74243889b1835c087d8160272e007a", null ],
1212
[ "sampled_iris_options", "classdrake_1_1planning_1_1_iris_np2_options.html#a6a02069c3e43c0097629cb4a6ea6fbbf", null ],
1313
[ "sampling_strategy", "classdrake_1_1planning_1_1_iris_np2_options.html#a3a563c6feff7da2c1e28102c79ee70d2", null ],
14-
[ "solver", "classdrake_1_1planning_1_1_iris_np2_options.html#a1717b842ef7560038a1ee8f5076d7721", null ]
14+
[ "solver", "classdrake_1_1planning_1_1_iris_np2_options.html#a1717b842ef7560038a1ee8f5076d7721", null ],
15+
[ "solver_options", "classdrake_1_1planning_1_1_iris_np2_options.html#aa705e1cce16e5f276d9f1ff95851698e", null ]
1516
];

doxygen_cxx/classdrake_1_1solvers_1_1_clarabel_solver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af2ff6a250a78bb79ef64f752
531531
</div><div class="memdoc">
532532

533533
<p>Solves an optimization program with optional initial guess and solver options. </p>
534-
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
534+
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an initial guess, and <code class="param">initial_guess</code> is set, then <code class="param">initial_guess</code> takes priority. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
535535

536536
<p>Implements <a class="el" href="classdrake_1_1solvers_1_1_solver_interface.html#aec933bef2f8c7a702a6fd5c59feac5ec">SolverInterface</a>.</p>
537537

doxygen_cxx/classdrake_1_1solvers_1_1_clp_solver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af2ff6a250a78bb79ef64f752
531531
</div><div class="memdoc">
532532

533533
<p>Solves an optimization program with optional initial guess and solver options. </p>
534-
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
534+
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an initial guess, and <code class="param">initial_guess</code> is set, then <code class="param">initial_guess</code> takes priority. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
535535

536536
<p>Implements <a class="el" href="classdrake_1_1solvers_1_1_solver_interface.html#aec933bef2f8c7a702a6fd5c59feac5ec">SolverInterface</a>.</p>
537537

doxygen_cxx/classdrake_1_1solvers_1_1_csdp_solver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af2ff6a250a78bb79ef64f752
540540
</div><div class="memdoc">
541541

542542
<p>Solves an optimization program with optional initial guess and solver options. </p>
543-
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
543+
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an initial guess, and <code class="param">initial_guess</code> is set, then <code class="param">initial_guess</code> takes priority. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
544544

545545
<p>Implements <a class="el" href="classdrake_1_1solvers_1_1_solver_interface.html#aec933bef2f8c7a702a6fd5c59feac5ec">SolverInterface</a>.</p>
546546

doxygen_cxx/classdrake_1_1solvers_1_1_equality_constrained_q_p_solver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af2ff6a250a78bb79ef64f752
543543
</div><div class="memdoc">
544544

545545
<p>Solves an optimization program with optional initial guess and solver options. </p>
546-
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
546+
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an initial guess, and <code class="param">initial_guess</code> is set, then <code class="param">initial_guess</code> takes priority. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
547547

548548
<p>Implements <a class="el" href="classdrake_1_1solvers_1_1_solver_interface.html#aec933bef2f8c7a702a6fd5c59feac5ec">SolverInterface</a>.</p>
549549

doxygen_cxx/classdrake_1_1solvers_1_1_gurobi_solver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -696,7 +696,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af2ff6a250a78bb79ef64f752
696696
</div><div class="memdoc">
697697

698698
<p>Solves an optimization program with optional initial guess and solver options. </p>
699-
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
699+
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an initial guess, and <code class="param">initial_guess</code> is set, then <code class="param">initial_guess</code> takes priority. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
700700

701701
<p>Implements <a class="el" href="classdrake_1_1solvers_1_1_solver_interface.html#aec933bef2f8c7a702a6fd5c59feac5ec">SolverInterface</a>.</p>
702702

doxygen_cxx/classdrake_1_1solvers_1_1_ipopt_solver.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ <h2 class="memtitle"><span class="permalink"><a href="#af2ff6a250a78bb79ef64f752
530530
</div><div class="memdoc">
531531

532532
<p>Solves an optimization program with optional initial guess and solver options. </p>
533-
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
533+
<p>Note that these initial guess and solver options are not written to <code class="param">prog</code>. If the <code class="param">prog</code> has set an initial guess, and <code class="param">initial_guess</code> is set, then <code class="param">initial_guess</code> takes priority. If the <code class="param">prog</code> has set an option for a solver, and <code class="param">solver_options</code> contains a different value for the same option on the same solver, then <code class="param">solver_options</code> takes priority. Derived implementations of this interface may elect to throw std::exception for badly formed programs. </p>
534534

535535
<p>Implements <a class="el" href="classdrake_1_1solvers_1_1_solver_interface.html#aec933bef2f8c7a702a6fd5c59feac5ec">SolverInterface</a>.</p>
536536

0 commit comments

Comments
 (0)