Skip to content

Commit

Permalink
Fixed example path in ref point
Browse files Browse the repository at this point in the history
  • Loading branch information
s-simoncelli committed Aug 3, 2024
1 parent c8bc446 commit c467770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion optirustic/src/utils/reference_points.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fn binomial_coefficient(mut n: u64, k: u64) -> u64 {
///
/// # Example
/// ```rust
#[doc = include_str!("../../examples/reference_points.rs")]
#[doc = include_str!("reference_points.rs")]
/// ```
pub struct DasDarren1998 {
/// The number of problem objectives.
Expand Down

0 comments on commit c467770

Please sign in to comment.