TeamAmalgam / kodkod

Kodkod relational model finder
Other
3 stars 0 forks source link

Consolidate options #12

Open mhyee opened 11 years ago

mhyee commented 11 years ago

Currently, options are set and scattered over the codebase, within certain methods.

Basically, we can pass certain options in to Kodkod, but them some method will go and ignore the options and set their own.

This should not be happening. All options should be set up front, and no method should be setting its own options and wiping everything else out.

joseph39 commented 10 years ago

New options to add: #38, #30