Skip to content

Commit

Permalink
doc: fix Bitwise reference
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Feb 19, 2025
1 parent 7f3f2c2 commit 335448d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/encodings/am1/bitwise.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
//!
//! ## References
//!
//! - Steven D. Prestwich: _Negative Effects of Modeling Techniques on Search Performance_, in
//! Trends in Constraint Programming 2007.
//! - Steven D. Prestwich: _Finding large Cliques using SAT Local Search_, in Trends in Constraint
//! Programming 2007.
//! - Steven D. Prestwich: _CNF Encodings_, in Handbook of Satisfiability 2021.
use super::Encode;
use crate::{
Expand All @@ -17,8 +18,9 @@ use crate::{
///
/// # References
///
/// - Steven D. Prestwich: _Negative Effects of Modeling Techniques on Search Performance_, in
/// Trends in Constraint Programming 2007.
/// - Steven D. Prestwich: _Finding large Cliques using SAT Local Search_, in Trends in Constraint
/// Programming 2007.
/// - Steven D. Prestwich: _CNF Encodings_, in Handbook of Satisfiability 2021.
#[derive(Default)]
#[cfg_attr(feature = "serde", derive(serde::Serialize, serde::Deserialize))]
pub struct Bitwise {
Expand Down

0 comments on commit 335448d

Please sign in to comment.