File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1273,14 +1273,14 @@ class Highs {
12731273 }
12741274
12751275 /* *
1276- * @Brief Put a copy of the current iterate - basis; invertible
1276+ * @brief Put a copy of the current iterate - basis; invertible
12771277 * representation and dual edge weights - into storage within
12781278 * HSimplexNla. Advanced method: for HiGHS MIP solver
12791279 */
12801280 HighsStatus putIterate ();
12811281
12821282 /* *
1283- * @Brief Get a copy of the iterate stored within HSimplexNla and
1283+ * @brief Get a copy of the iterate stored within HSimplexNla and
12841284 * overwrite the current iterate. Advanced method: for HiGHS MIP
12851285 * solver
12861286 */
@@ -1315,7 +1315,7 @@ class Highs {
13151315 HVector& row_ep_buffer);
13161316
13171317 /* *
1318- * @Brief Get the primal simplex phase 1 dual values. Advanced
1318+ * @brief Get the primal simplex phase 1 dual values. Advanced
13191319 * method: for HiGHS IIS calculation
13201320 */
13211321 const std::vector<double >& getPrimalPhase1Dual () const {
You can’t perform that action at this time.
0 commit comments