Changeset 645 for branches


Ignore:
Timestamp:
01/17/13 20:28:44 (3 years ago)
Author:
mmckerns
Message:

migrated constraints, penalty, coupler, and symbolic to trunk;
fix: use deepcopy in issolution

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/decorate/test_restarts.py

    r644 r645  
    11#!/usr/bin/env python 
    22from restarts import sumt 
    3 from penalty import * 
    4 from constraints import * 
     3from mystic.penalty import * 
     4from mystic.constraints import * 
    55from mystic.tools import random_seed 
    66random_seed(123) 
Note: See TracChangeset for help on using the changeset viewer.