this.newVariables.push(v);
removeConstraint: function($super, c) {
this.activeConstraints.remove(c);
this.newVariables = this.variables.clone();
this.newConstraints = this.activeConstraints.clone();
Z3ServerInterface.eval(true, "(reset)", function (err, result) {}
);
var decls = this.newVariables.inject("", function (acc, v) {
return acc + "\n" + v.printDeclaration();
this.newVariables.clear();
var constraints = this.newConstraints.inject("\n", function (acc,
c) {