#MathCog#
This cognitive tutor mainly contains three components from bottom to up: Logic Inference, Constraint Solving and Syntax Pattern Matching through Parsing expression grammar. If you need more background knowledge, please refer to Artificial Intelligence: A Modern Approach and its corresponding source repo.
##Getting Started##
Input Specification: TODO:
- Consider one algebra-and-geometry problem: Find the distance betweeen A(2,0) and B(5,4)? Check out unit test to prime this problem using internal relational semantics, automate reason this question and generate intermediate steps to solve this question? Test.Problem01.cs.
Copyright (c) 2015 Bo Kang
Licensed under the Apache License, Version 2.0 (the "License") you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0. Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.