Skip to content

Instantly share code, notes, and snippets.

@aktech
Created August 2, 2015 16:20
Show Gist options
  • Save aktech/55b1f3fadf8753d0ae65 to your computer and use it in GitHub Desktop.
Save aktech/55b1f3fadf8753d0ae65 to your computer and use it in GitHub Desktop.
Solveset Design

Solving as a Set Transformation

Since now ConditionSet has been introduced, the solving of equations can be seen as set transformation. We can do the following things to solve equations:

  • Apply Various Set Transformations on the given Set.
  • Define a Metric of the usability or define a notion of better solution over others.
  • Different Transformation would be the nodes of the tree.
  • Suitable searching techniques could be applied to get the best solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment