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

Improvements to JigSAT #31

Merged
merged 18 commits into from
Jul 16, 2022
Merged

Improvements to JigSAT #31

merged 18 commits into from
Jul 16, 2022

Conversation

sarsko
Copy link
Owner

@sarsko sarsko commented Jul 4, 2022

No description provided.

let mut first = true;
for l in &self.lits {
if !first {
to_display.push_str(" ∧ ");
Copy link
Collaborator

Choose a reason for hiding this comment

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

no need to build up a string, you can print it incrementally with write!

@sarsko sarsko marked this pull request as draft July 13, 2022 18:43
@sarsko sarsko marked this pull request as draft July 13, 2022 18:43
@sarsko sarsko changed the title Add clause minim to JigSAT Improvements to JigSAT Jul 16, 2022
@sarsko sarsko marked this pull request as ready for review July 16, 2022 06:10
@sarsko sarsko merged commit adb36df into master Jul 16, 2022
@sarsko sarsko deleted the jigsat-exp branch July 16, 2022 06:10
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