if you use rely and allow "query_rewrite_integrity" to be set to trusted - then the optimize can and will use the constraints to optimize just like it did before.
if you do that - make darn sure you run the queries that validate the data. see
http://asktom.oracle.com/Misc/stuck-in-rut.html for why you need to make sure the data conforms to the rules.
otherwise, you'll have to "enable validate" the constraints - which can use parallel query, but will necessarily take longer than "rely enable novalidate" would (except for maybe the primary key which spends most of its time building the index)