Skip to content

Commit

Permalink
feat(blockdata): finish shorthands
Browse files Browse the repository at this point in the history
  • Loading branch information
amkCha committed Dec 5, 2024
1 parent 115b35e commit 50c6cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions blockdata/constraints.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
(* IS_ID (shift IS_BF 1))
(* IS_BF (shift IS_CB 1))))

(defun (curr_prev_wght_sum) (+ IS_CURR (* IS_PREV 2)))

;; TODO: define the others

;; (defconstraint first-row (:domain {0})
Expand Down

0 comments on commit 50c6cca

Please sign in to comment.