Skip to content

Commit

Permalink
Cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
mmghannam committed Jul 29, 2024
1 parent b7d3242 commit 6c73cfc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/model.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
use crate::param::{ALGORITHM_PARAM_ID, OBJSENSE_PARAM_ID, REPR_PARAM_ID};
use crate::soplex_ptr::SoplexPtr;
use crate::status::Status;
use crate::{ffi, BoolParam, ColBasisStatus, IntParam, ObjSense, RealParam, RowBasisStatus, Verbosity};
use crate::{
ffi, BoolParam, ColBasisStatus, IntParam, ObjSense, RealParam, RowBasisStatus, Verbosity,
};

/// A linear programming model.
pub struct Model {
Expand Down

0 comments on commit 6c73cfc

Please sign in to comment.