Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Update readme file.
  • Loading branch information
buptkang committed Nov 12, 2015
1 parent b20c7bb commit 710da0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ This library is an embedded logic reasoning core. It supports recursive substitu
2. Consider math algebraic expression problems, such as simplifying 2x+3y-2x+2z, check out unit test code to compute the result and intermediate steps to reach that result: [AlgebraTest.cs](https://github.com/buptkang/CSharp.Logic/tree/master/Test/1.Logic.Algebra).

3. Consider math algebra equation problems, such as simplifying 3y+2x-x+3y=y, check out unit test code to compute the result and intermediate steps to reach that result:
[*.Equation.*.Test.cs](https://github.com/buptkang/CSharp.Logic/tree/master/Test/2.Logic.Equation)
[\*.Equation.\*.Test.cs](https://github.com/buptkang/CSharp.Logic/tree/master/Test/2.Logic.Equation)

## License

Expand Down

0 comments on commit 710da0a

Please sign in to comment.