Skip to content

[Merged by Bors] - chore: split the nlinarith preprocessor for clarity#19841

Closed
eric-wieser wants to merge 2 commits intomasterfrom
eric-wieser/split-preprocessor
Closed

[Merged by Bors] - chore: split the nlinarith preprocessor for clarity#19841
eric-wieser wants to merge 2 commits intomasterfrom
eric-wieser/split-preprocessor

Conversation

@eric-wieser
Copy link
Copy Markdown
Member

This makes it a little easier to trace the two halves separately, which is desirable since the second half has quadratic complexity.

The behavior and performance should be unchanged.


Open in Gitpod

This makes it a little easier to trace the two halves separately,
which is desirable since the second half has quadratic complexity.
@github-actions
Copy link
Copy Markdown

github-actions bot commented Dec 9, 2024

PR summary 55a1b6f947

Import changes for modified files

No significant changes to the import graph

Import changes for all files
Files Import difference

Declarations diff

No declarations were harmed in the making of this PR! 🐙

You can run this locally as follows
## summary with just the declaration names:
./scripts/declarations_diff.sh <optional_commit>

## more verbose report:
./scripts/declarations_diff.sh long <optional_commit>

The doc-module for script/declarations_diff.sh contains some details about this script.


No changes to technical debt.

You can run this locally as

./scripts/technical-debt-metrics.sh pr_summary
  • The relative value is the weighted sum of the differences with weight given by the inverse of the current value of the statistic.
  • The absolute value is the relative value divided by the total sum of the inverses of the current values (i.e. the weighted average of the differences).

@github-actions github-actions bot added the t-meta Tactics, attributes or user commands label Dec 9, 2024
@eric-wieser eric-wieser force-pushed the eric-wieser/split-preprocessor branch from 7fd4f6e to 48f8752 Compare December 9, 2024 18:10
linarithTraceProofs "so we added proofs" new_es
return new_es

/-- Get proofs for products of inequalities from `ls`. -/
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Might it be worth adding a note here about the quadratic complexity here?

@kim-em
Copy link
Copy Markdown
Contributor

kim-em commented Dec 10, 2024

bors d+

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Dec 10, 2024

✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

@ghost ghost added the delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). label Dec 10, 2024
@eric-wieser
Copy link
Copy Markdown
Member Author

bors merge

@ghost ghost added the ready-to-merge This PR has been sent to bors. label Dec 10, 2024
mathlib-bors bot pushed a commit that referenced this pull request Dec 10, 2024
This makes it a little easier to trace the two halves separately, which is desirable since the second half has quadratic complexity.

The behavior and performance should be unchanged.



Co-authored-by: Eric Wieser <wieser.eric@gmail.com>
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Dec 10, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title chore: split the nlinarith preprocessor for clarity [Merged by Bors] - chore: split the nlinarith preprocessor for clarity Dec 10, 2024
@mathlib-bors mathlib-bors bot closed this Dec 10, 2024
@mathlib-bors mathlib-bors bot deleted the eric-wieser/split-preprocessor branch December 10, 2024 04:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

delegated This pull request has been delegated to the PR author (or occasionally another non-maintainer). ready-to-merge This PR has been sent to bors. t-meta Tactics, attributes or user commands

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants