Skip to content

Commit

Permalink
remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperju committed Jul 17, 2024
1 parent 63300b2 commit 6e7c3f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/generators/order_polytope_generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,6 @@ Polytope get_orderpoly(Poset const &poset) {
Polytope HP(OP.dimension(), OP.get_full_mat(), OP.get_vec());
return HP;
} else {
// TODO: implement functionality for more polytope types
throw "Unable to generate an Order Polytope of requested type";
}
}
Expand Down

0 comments on commit 6e7c3f2

Please sign in to comment.