Conversation
Also move Nearby selection to it's new spot
There was a problem hiding this comment.
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 withcommercial-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). |
| Partition Search is <<multithreadedSolving,multi-threaded>>, | ||
| so it provides a performance boost on multi-core machines due to higher CPU utilization. |
There was a problem hiding this comment.
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.
| === 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. |
There was a problem hiding this comment.
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.
| 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. |
|



No description provided.