Skip to content
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

Print bidings for CPNs #161

Merged
merged 4 commits into from
Dec 26, 2023
Merged

Print bidings for CPNs #161

merged 4 commits into from
Dec 26, 2023

Conversation

srba
Copy link
Member

@srba srba commented Dec 25, 2023

Added the posibility to print bindings for CPNs whenever the trace option is different from NONE.

@srba srba requested a review from petergjoel December 25, 2023 18:16
Copy link
Member

@petergjoel petergjoel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Small changes, should be okay as is.

: _builder(b),
_stable(b),
_symmetry(symmetry),
_partition(partition),
_fixed_point(fixed_point) {}
_fixed_point(fixed_point) {_print_bindings=print_bindings; }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change to
_fixed_point(fixed_point), _print_bindings(print_bindings) {}

src/main.cpp Outdated
@@ -159,7 +159,7 @@ int main(int argc, const char** argv) {
options.computePartition, options.symmetricVariables,
options.computeCFP, out,
options.partitionTimeout, options.max_intervals, options.max_intervals_reduced,
options.intervalTimeout, options.cpnOverApprox);
options.intervalTimeout, options.cpnOverApprox, options.trace != TraceLevel::None);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would recommend making a new option.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I have introduced a new switch option -b --bindings

@srba srba merged commit be1f6aa into main Dec 26, 2023
3 checks passed
@srba srba deleted the Print-bidings-for-CPNs branch December 26, 2023 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants