Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajesh-VPai authored Dec 29, 2022
1 parent b028ed5 commit 992e0c1
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,17 @@
# SeaBattleParadox
# SeaBattleParadox
SeaBattleParadox is a Software that relies on JavaLogic Package. The JavaLogic Package is an Advanced Package that contains Ternary Logic (3 state) Logical Expression Code.
The SeaBattleParadox Software has been designed to take a Possibility String from the User and test its continency. If the Possibility String is contingent(Unknown), then take the Realization String from the User and work out
• Possibility && Realization (Function : A3VLSingle3VL1Rel in ContingentExpression.java )
• Possibility || Realization(Function : A3VLSingle3VL2Rel in ContingentExpression.java )
Note: if Possibility String is NOT CONTINGENT , the Realization string will not be evaluated.

2. Packages
a) JavaLogic: (Logic package) Mathematical Software that maps strings Predicates to Values(States)
b) Log4j.jar

3. RUNNING THE PROGRAMS
◦ Regression Test Mode
Using Netbeans 8.2,
1) Open ContingentExpression.java.
2) Right Click
3) Select Run File

0 comments on commit 992e0c1

Please sign in to comment.