Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lovasoa committed Apr 4, 2024
1 parent 3ac4cd1 commit 8901347
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions src/solvers/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -256,8 +256,15 @@ pub trait DualValues {
///
/// ```
/// use good_lp::*;
/// # // Not all solvers support dual values
/// # #[cfg(any(feature = "clarabel", feature = "highs"))] {
/// # // These solvers do not support dual values
/// # #[cfg(not(any(
/// # feature = "coin_cbc",
/// # feature = "minilp",
/// # feature = "lpsolve",
/// # feature = "lp-solvers",
/// # feature = "scip",
/// # feature = "cplex-rs",
/// # )))] {
///
/// variables!{
/// vars:
Expand Down

0 comments on commit 8901347

Please sign in to comment.