jopt.js.api.variable
Interface JsAlgorithm

All Superinterfaces:
jopt.csp.variable.CspAlgorithm

public interface JsAlgorithm
extends jopt.csp.variable.CspAlgorithm


Method Summary
 JsVariableFactory getJsVarFactory()
          Returns the variable factory for this algorithm
 
Methods inherited from interface jopt.csp.variable.CspAlgorithm
addConstraint, addVariable, getVarFactory, propagate
 

Method Detail

getJsVarFactory

public JsVariableFactory getJsVarFactory()
Returns the variable factory for this algorithm

Returns:
a variable factory used to create variables for expressions, constraints, etc.