ct(self,data)280 try:281 ##declaration._construct(self,data)282 pass283 except Exception, err:284 print Error constructing declaration +str(declaration.name)+ from data=+str(data)285 print ERROR: +str(err)286 raise err287288 def _load_solution(self,soln, symbol_map=None):289 290 Load a solution.291 292 for name in soln.variable:293 #294 # NOTE: the following is a hack, to handle the ON