-
Notifications
You must be signed in to change notification settings - Fork 277
Complexity graph #7081
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Complexity graph #7081
Conversation
…. started on sat instrumentation.
…bles display of symex and solver information when those haven't been run
… to the command line
Thanks for your contribution; it looks very exciting. We might need to do a little bit of work to make it ready for review. Please could you:
|
Also, if possible, we shouldn't be adding commented out code. I realise it is handy during development and this is a draft PR but eventually it should become configurable or be removed. |
@@ -635,13 +637,53 @@ int cbmc_parse_optionst::doit() | |||
verifier = util_make_unique< | |||
all_properties_verifier_with_trace_storaget<multi_path_symex_checkert>>( | |||
options, ui_message_handler, goto_model); | |||
// TODO: this is the branch triggered by default |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What needs to be done here? Maybe file an issue on whatever it is instead of leaving this isn the code.
@@ -383,3 +383,8 @@ std::string solver_hardnesst::expr2string(const exprt expr) | |||
ss << format(expr); | |||
return ss.str(); | |||
} | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could perhaps be its own PR.
@@ -129,6 +129,9 @@ struct solver_hardnesst : public clause_hardness_collectort | |||
solver_hardnesst &operator=(const solver_hardnesst &) = delete; | |||
solver_hardnesst &operator=(solver_hardnesst &&) = default; | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could be in it's own PR
Uh oh!
There was an error while loading. Please reload this page.