Skip to content

Rework #2235

Closed
TomCools wants to merge 3 commits into
TimefoldAI:mainfrom
TomCools:rework-commercial-editions
Closed

Rework #2235
TomCools wants to merge 3 commits into
TimefoldAI:mainfrom
TomCools:rework-commercial-editions

Conversation

@TomCools

Copy link
Copy Markdown
Contributor

No description provided.

@TomCools TomCools requested a review from triceo as a code owner April 14, 2026 12:58
Copilot AI review requested due to automatic review settings April 14, 2026 12:58
@TomCools TomCools closed this Apr 14, 2026
@TomCools TomCools had a problem deploying to documentation (preview) April 14, 2026 12:58 — with GitHub Actions Failure

Copilot AI left a comment

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.

Pull request overview

This PR restructures the documentation around commercial offerings by replacing the removed “Enterprise Edition” page with a new “Commercial Editions” section and relocating several Enterprise-only feature descriptions into more context-appropriate pages.

Changes:

  • Introduces commercial-editions/ docs (overview, installation, performance improvements, multistage moves) and adds edition-gating NOTE include files.
  • Moves/duplicates Enterprise-only feature documentation into existing topical pages (e.g., multi-threaded solving, constraint profiling, nearby selection, throttling best-solution events).
  • Updates docs navigation and replaces many enterprise-edition/... xrefs with commercial-editions/... xrefs.

Reviewed changes

Copilot reviewed 22 out of 22 changed files in this pull request and generated 21 comments.

Show a summary per file
File Description
docs/src/modules/ROOT/pages/using-timefold-solver/running-the-solver.adoc Adds Enterprise-only sections for multi-threaded incremental solving, partitioned search, and throttling best-solution events; updates related xrefs.
docs/src/modules/ROOT/pages/using-timefold-solver/modeling-planning-problems.adoc Updates @PlanningId section xref target for multithreaded incremental solving.
docs/src/modules/ROOT/pages/using-timefold-solver/benchmarking-and-tweaking.adoc Updates benchmarker-related note xref for multithreaded incremental solving.
docs/src/modules/ROOT/pages/upgrading-timefold-solver/upgrade-from-v1.adoc Updates migration-guide xrefs related to multithreaded incremental solving and throttling.
docs/src/modules/ROOT/pages/responding-to-change/responding-to-change.adoc Gates Recommendation API section and updates Partitioned Search reference.
docs/src/modules/ROOT/pages/optimization-algorithms/neighborhoods.adoc Updates multithreaded solving reference link.
docs/src/modules/ROOT/pages/optimization-algorithms/move-selector-reference.adoc Adds a full “Nearby selection” Enterprise-only section (moved from the deleted Enterprise page).
docs/src/modules/ROOT/pages/optimization-algorithms/construction-heuristics.adoc Updates Partitioned Search link target.
docs/src/modules/ROOT/pages/integration/integration.adoc Updates nearby selection reference in hardware sizing guidance.
docs/src/modules/ROOT/pages/integration/_config-properties.adoc Updates commercial-feature property descriptions and related xrefs.
docs/src/modules/ROOT/pages/frequently-asked-questions.adoc Updates Enterprise Edition links to new commercial editions page.
docs/src/modules/ROOT/pages/constraints-and-score/understanding-the-score.adoc Renames page title and gates content behind Plus/Enterprise note include.
docs/src/modules/ROOT/pages/constraints-and-score/performance.adoc Adds Enterprise-only “Constraint Profiling” section and updates node sharing references.
docs/src/modules/ROOT/pages/commercial-editions/commercial-editions.adoc New commercial editions overview page with feature comparison table and page aliases for old URLs.
docs/src/modules/ROOT/pages/commercial-editions/installation.adoc New installation/licensing/artifact guidance for commercial editions.
docs/src/modules/ROOT/pages/commercial-editions/performance-improvements.adoc New Enterprise-only performance improvements page (shadow variables, node sharing).
docs/src/modules/ROOT/pages/commercial-editions/multistage-moves.adoc New Enterprise-only multistage moves page.
docs/src/modules/ROOT/pages/commercial-editions/.only-enterprise.adoc New shared NOTE include for Enterprise-only features.
docs/src/modules/ROOT/pages/commercial-editions/.only-plus-and-enterprise.adoc New shared NOTE include for Plus+Enterprise-only features.
docs/src/modules/ROOT/pages/.index.adoc Switches top-level include from the removed enterprise page to the new commercial editions page.
docs/src/modules/ROOT/nav.adoc Adds commercial editions navigation tree and adjusts existing menu entries.
docs/src/modules/ROOT/pages/enterprise-edition/enterprise-edition.adoc Removes the legacy Enterprise Edition page (replaced by new structure and aliases).

Comment on lines +255 to +256
Partition Search is <<multithreadedSolving,multi-threaded>>,
so it provides a performance boost on multi-core machines due to higher CPU utilization.

Copilot AI Apr 14, 2026

Copy link

Choose a reason for hiding this comment

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

This section refers to "Partition Search" but the feature is called "Partitioned search" elsewhere in the docs, which is inconsistent; please rename it for consistency.

Copilot uses AI. Check for mistakes.
Comment thread docs/src/modules/ROOT/pages/constraints-and-score/performance.adoc
=== Other scaling techniques in construction heuristics

xref:enterprise-edition/enterprise-edition.adoc#partitionedSearch[Partitioned Search] reduces the number of moves per step.
xref:commercial-editions/commercial-editions.adoc#partitionedSearch[Partitioned Search] reduces the number of moves per step.

Copilot AI Apr 14, 2026

Copy link

Choose a reason for hiding this comment

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

The xref commercial-editions/commercial-editions.adoc#partitionedSearch points to a non-existent anchor and will break; please link to using-timefold-solver/running-the-solver.adoc#partitionedSearch instead.

Suggested change
xref:commercial-editions/commercial-editions.adoc#partitionedSearch[Partitioned Search] reduces the number of moves per step.
xref:using-timefold-solver/running-the-solver.adoc#partitionedSearch[Partitioned Search] reduces the number of moves per step.

Copilot uses AI. Check for mistakes.
@sonarqubecloud

Copy link
Copy Markdown

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