Searched refs:BinaryConstraint (Results 1 – 1 of 1) sorted by relevance
344 function BinaryConstraint(var1, var2, strength) { class345 BinaryConstraint.superConstructor.call(this, strength);352 BinaryConstraint.inheritsFrom(Constraint);359 BinaryConstraint.prototype.chooseMethod = function (mark) {384 BinaryConstraint.prototype.addToGraph = function () {393 BinaryConstraint.prototype.isSatisfied = function () {400 BinaryConstraint.prototype.markInputs = function (mark) {407 BinaryConstraint.prototype.input = function () {414 BinaryConstraint.prototype.output = function () {423 BinaryConstraint.prototype.recalculate = function () {[all …]