Skip to content

Commit

Permalink
Fix bug with bdd_meu calling bb instead
Browse files Browse the repository at this point in the history
  • Loading branch information
mattxwang committed Oct 4, 2023
1 parent fc2965d commit 9c02124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ pub fn bdd_meu(
ocaml::Pointer<RsddExpectedUtility>,
ocaml::Pointer<RsddPartialModel>,
) {
let (eu, pm) = bdd.0.bb(
let (eu, pm) = bdd.0.meu(
&decision_vars
.into_linked_list()
.iter()
Expand Down

0 comments on commit 9c02124

Please sign in to comment.