Skip to content

Commit

Permalink
changed the name to iteration_count as status name does have a get_ p…
Browse files Browse the repository at this point in the history
…refix in it
  • Loading branch information
nunzioono committed Jun 4, 2024
1 parent bcac71a commit 469f89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ impl SolvedModel {
}

/// Get the number of iterations
pub fn get_iteration_count(&self) -> i32 {
pub fn iteration_count(&self) -> i32 {
let iteration_count = unsafe { Highs_getIterationCount(self.highs.ptr())};
iteration_count
}
Expand Down

0 comments on commit 469f89f

Please sign in to comment.