Skip to content

Commit

Permalink
chore: put files under picus subdirectory (#35)
Browse files Browse the repository at this point in the history
Reduce files cluttering the project top-level
  • Loading branch information
sorawee authored Sep 21, 2023
1 parent daa20d1 commit 8a71edc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions picus.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
(prefix-in dpvl: "./picus/algorithms/dpvl.rkt")
(prefix-in pre: "./picus/precondition.rkt")
"picus/tmpdir.rkt"
"ansi.rkt"
"verbose.rkt")
"picus/ansi.rkt"
"picus/verbose.rkt")

; =====================================
; ======== commandline parsing ========
Expand Down
2 changes: 1 addition & 1 deletion picus/algorithms/dpvl.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
(prefix-in l3: "./lemmas/aboz-lemma.rkt")
(prefix-in l4: "./lemmas/bim-lemma.rkt")
; (prefix-in ln0: "./lemmas/baby-lemma.rkt")
"../../verbose.rkt")
"../verbose.rkt")
(provide apply-algorithm)

; ======== module global variables ======== ;
Expand Down
2 changes: 1 addition & 1 deletion picus/algorithms/lemmas/linear-lemma.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
; note that this lemma doesn't apply to the following:
; c * x0 * x1 = (unique), and c * x0 != 0
(require (prefix-in r1cs: "../../r1cs/r1cs-grammar.rkt")
"../../../verbose.rkt")
"../../verbose.rkt")
(provide compute-linear-clauses
compute-weight-map
apply-lemma)
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 8a71edc

Please sign in to comment.