Skip to content

Commit

Permalink
impl Display for BddVariableSet in the same way like BddValuation
Browse files Browse the repository at this point in the history
  • Loading branch information
zao111222333 committed Aug 13, 2024
1 parent f5577c6 commit cc0bf1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/_impl_bdd_variable_set.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
use super::*;
use std::{convert::TryFrom, fmt::{Display, Formatter}};
use std::{
convert::TryFrom,
fmt::{Display, Formatter},
};

impl BddVariableSet {
/// Create a new `BddVariableSet` with anonymous variables $(x_0, \ldots, x_n)$ where $n$ is
Expand Down

0 comments on commit cc0bf1e

Please sign in to comment.