Skip to content

Commit

Permalink
fixup! feat(pyapi): restructure python API
Browse files Browse the repository at this point in the history
  • Loading branch information
chrjabs committed Dec 20, 2024
1 parent 579efb6 commit 49de5ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyapi/examples/pyapi-dpw.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from rustsat import Lit, VarManager
from rustsat.encodings import DynamicPolyWatchdog as Dpw
from rustsat.encodings.pb import DynamicPolyWatchdog as Dpw

# Lit creates a literal object from an ipasir integer representation. The
# encoding takes a list of (lit, weight) pairs as input.
Expand Down

0 comments on commit 49de5ef

Please sign in to comment.