"{ defineState(Continuous);" +
"p( E | X ) = Exp( Root( X, 3 ), e ); }"
);
EquationOperator e = new EquationOperator();
e.convert( EDB.This().get("ROOT.NODES.E.EQUATION"), "X" );
}
public void test4() {
CPSCompilerMain cpsCompiler = new CPSCompilerMain();
cpsCompiler.InitCompiler();