Clarifying comment

This commit is contained in:
David Greenspan
2015-03-10 02:49:20 -07:00
parent 740b0f8ff7
commit a5bdd887fe

View File

@@ -5,6 +5,9 @@ var pvVar = function (p, v) {
return p + ' ' + v;
};
// The "inner solver". You construct it with a ConstraintSolver.Input object
// (which specifies the problem) and then call .getSolution() on it.
CS.Solver = function (input, options) {
var self = this;
check(input, CS.Input);