Skip to content

Commit ccf0e08

Browse files
committed
Fix typo
1 parent 2df2431 commit ccf0e08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

highs/Highs.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)