Skip to content

Conversation

@Dark-Avery
Copy link
Contributor

Changing default max size of DP table for DPccp algorithm
Also change size of bitset for graph

@Dark-Avery Dark-Avery requested a review from a team as a code owner January 30, 2024 14:15
@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 14:35:40 UTC Pre-commit check for 809cc84 has started.
2024-01-30 14:35:42 UTC Build linux-x86_64-release-asan is running...
2024-01-30 14:42:07 UTC Check cancelled

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 14:35:45 UTC Pre-commit check for 809cc84 has started.
2024-01-30 14:35:47 UTC Build linux-x86_64-relwithdebinfo is running...
2024-01-30 14:42:07 UTC Check cancelled

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 14:46:54 UTC Pre-commit check for 6cc7b36 has started.
2024-01-30 14:46:56 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-30 14:49:11 UTC Build successful.
2024-01-30 14:49:20 UTC Tests are running...
🔴 2024-01-30 16:35:19 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60300 50916 0 33 9311 40

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 15:32:14 UTC Pre-commit check for 6cc7b36 has started.
2024-01-30 15:32:16 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-30 15:34:24 UTC Build successful.
2024-01-30 15:34:36 UTC Tests are running...
🔴 2024-01-30 17:15:48 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16031 15853 0 42 111 25


// TODO: We can optimize this with a few long integer operations,
// but it will only work for 254 bit bitsets
// but it will only work for 128 bit bitsets
Copy link
Collaborator

Choose a reason for hiding this comment

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

This is a commented line, any the method below (which is commented out) works only for 64 bits. Can you change this comment back?

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 18:31:00 UTC Pre-commit check for c7d4628 has started.
2024-01-30 18:31:01 UTC Build linux-x86_64-relwithdebinfo is running...
2024-01-30 18:31:40 UTC Check cancelled

@github-actions
Copy link

2024-01-30 18:31:29 UTC Check cancelled

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 18:33:33 UTC Pre-commit check for fcf74be has started.
2024-01-30 18:33:36 UTC Build linux-x86_64-relwithdebinfo is running...
🟢 2024-01-30 18:36:24 UTC Build successful.
2024-01-30 18:36:38 UTC Tests are running...
🟢 2024-01-30 20:12:32 UTC Tests successful.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
60316 50995 0 0 9264 57

@github-actions
Copy link

github-actions bot commented Jan 30, 2024

2024-01-30 18:33:56 UTC Pre-commit check for fcf74be has started.
2024-01-30 18:33:58 UTC Build linux-x86_64-release-asan is running...
🟢 2024-01-30 18:36:50 UTC Build successful.
2024-01-30 18:37:03 UTC Tests are running...
🔴 2024-01-30 20:14:29 UTC Some tests failed, follow the links below.

Test history

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
16034 15910 0 23 65 36

Copy link
Contributor

@resetius resetius left a comment

Choose a reason for hiding this comment

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

Better to define this constant somewhere as a constexpr

@starlinskiy starlinskiy mentioned this pull request Feb 12, 2024
@vitstn vitstn mentioned this pull request Feb 16, 2024
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.

3 participants