19
SystemBrowser
X

Menu
N

...
../
convert/
emz3/
lib32/
lib64/
CommandLineServerInterface.js (not parsed)
CommandLineZ3.js (not parsed)
NaClZ3.js (not parsed)
ServerZ3.js (not parsed)
StrZ3.js (not parsed)
Z3BBBTests.js (not parsed)
Z3Server.js (not parsed)
Z3ServerInterface.js (not parsed)
-----
-----
-----
1
-----
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
<
search for: nodeJSURL
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
[extend] Global.lively.ide.CommandLineInterface>>getServerPlatform ("= URL.create(Config.nodeJSURL+'/NodeJSEvalServer/")
1 matches
searchOnServer
CodeSearch for nodeJSURL
X

Menu
tests.js:CSPTest:-- all --:testBacktalkPaperExample (proto)
X

Menu
N

...
../
babelsberg-lively.js (not parsed)
cassowary_ext.js (not parsed)
constraintinterpreter.js (not parsed)
core_ext.js (not parsed)
csp_ext.js (not parsed)
deltablue_ext.js (not parsed)
PerformanceTests.js (not parsed)
src_transform.js (not parsed)
src_transform_test.js (not parsed)
tests.js (not parsed)
uglify.js (not parsed)
-----
-----
-----
1
-----
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
<
backtalk.js:MyClass:-- all --
X

Menu
N
users/timfelgentreff/backtalk/
...
../
backtalk.js
Context
Solver
Variable
-- all --
default category
currentValueFor (proto)
initialize (proto)
1
2
3
4
5
6
7
8
9
10
Object.subclass('backtalk.Context', {
    initialize: function(solver) {
        if (solver) {
            this.fromSolver(solver);
        }
    },
    currentValueFor: function(v) {
        this.currentValuesDict[v]
    }
});
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
<
backtalk.js:Solver:-- all --
X

Menu
N
users/timfelgentreff/backtalk/
...
../
backtalk.js
Context
Solver
Variable
-- all --
default category
allSolutions (proto)
chooseAPreviousContext (proto)
chooseAVariable (proto)
chooseVariableAndValue (proto)
currentVariable (proto)
currentVariable (proto)
domainWipedOut (proto)
explorationFinished (proto)
exploreCspStep (proto)
firstSolution (proto)
initialize (proto)
propagateInstantiationFor (proto)
propagateInstantiationOfCurrentVariable (proto)
reset (proto)
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
        }
    },
    get currentVariable() {
        return this._currentVariable;
    },
    solution: function() {
        if (!this.solutionFound()) {
            return;
        } else {
            return this.variables().inject({}, function (solution, v) {
                solution[v] = v.currentValue;
                return solution;
            });
        }
    },
    variables: function() {
        return this.csp.variables;
    },
    domainWipedOut: function() {
        if (this.currentVariable &&
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
>
<
users.timfelgentreff.backtalk.backtalk added to local requirements