Skip to content

Commit

Permalink
Add iteration rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ndt93 committed Sep 23, 2013
1 parent a68c945 commit 0fd7c30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 15,7 @@ var builtin_rules = { //Fundamental Logical Rules
"MP" : new Rule("Modus Ponens", ["A", "A => B"], "B"),
"MT" : new Rule("Modus Tollens", ["A => B", "~B"], "~A"),
"DS" : new Rule("Disjunctive Syllogism", ["A v B", "~A"], "B"),
"Iter" : new Rule("Iteration", ["A"], "A")
};

//Constants
Expand Down

0 comments on commit 0fd7c30

Please sign in to comment.