Skip to content

Commit

Permalink
barometer-belief-system -- 不需要 isBeliefSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyuheng committed Oct 5, 2024
1 parent d6220f9 commit 0499d17
Show file tree
Hide file tree
Showing 4 changed files with 189 additions and 213 deletions.
6 changes: 4 additions & 2 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@

> https://github.com/cicada-lang/propagator/issues/4
global map about about nogood

恢复之前实现时忽略的 check-consistent! 和 process-nogood!

- belief-system/checkConsistent.ts

global map about about nogood

propagators/binaryAmb
propagators/oneOf
examples/multipleDwelling
Expand Down
3 changes: 3 additions & 0 deletions src/belief-system/checkConsistent.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export function checkConsistent() {
//
}
1 change: 1 addition & 0 deletions src/belief-system/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@ export * from "./BeliefSystem.js"
export * from "./beliefSystemEqual.js"
export * from "./beliefSystemMerge.js"
export * from "./beliefSystemQuery.js"
export * from "./checkConsistent.js"
export * from "./isStillBelieved.js"
Loading

0 comments on commit 0499d17

Please sign in to comment.