Clash Nexus AI
AboutHow It WorksPricing
Solutions
General ContractorsDesign ConsultantsOwners & Developers
BlogsAmbassadors
Log inLet's Talk
Back to Blogs

September 4, 2026 · Clash Nexus AI

The Mathematics of a 200-Sheet Drawing Set: Why Cross-Sheet Coordination Gets Hard Fast

A 200-sheet project is not just 200 review tasks. Once drawings reference and depend on one another, coordination becomes a network problem. Here is the math — and the practical meaning behind it.

IN SHORT

• A 200-sheet set contains 19,900 possible sheet-to-sheet pairs if every sheet could be compared with every other sheet.

• Real projects do not require all 19,900 comparisons, but the pair count illustrates why coordination complexity grows faster than page count.

• Thirteen disciplines create 78 possible discipline-to-discipline pairings before individual sheet relationships are considered.

• The useful model is a dependency graph: sheets are nodes; references, shared objects and coordination relationships are edges.

• Automation creates value by narrowing the graph to relevant relationships — not by blindly comparing every page with every other page.


200

Sheets in the thought experiment

19,900

Possible sheet pairs: n(n−1)/2

78

Possible discipline pairs across 13 disciplines

A 200-sheet construction package does not feel twice as difficult to coordinate as a 100-sheet package.

It often feels much worse.

There is a mathematical reason.

The number of pages grows linearly.

The number of possible relationships between pages grows much faster.

This article is a thought experiment, not a claim that reviewers must perform every possible comparison.

But the math helps explain why cross-sheet coordination becomes difficult as projects grow.

Start with the simplest model: pairs

If a set contains n sheets, the number of unique sheet-to-sheet pairs is:

n(n − 1) / 2

For 10 sheets, that is 45 pairs.

For 50 sheets, 1,225.

For 100 sheets, 4,950.

For 200 sheets, 19,900.

For 300 sheets, 44,850.

Drawing sheets

Possible unique pairs

25

300

50

1,225

100

4,950

150

11,175

200

19,900

250

31,125

300

44,850

Again, no real project requires every drawing to be compared with every other drawing.

A landscape sheet may have no meaningful relationship with an electrical riser diagram.

But the pair count demonstrates the growth curve.

Doubling the number of sheets from 100 to 200 does not double the possible pairs.

It increases them from 4,950 to 19,900 — roughly four times as many.

Disciplines create another network

Now group drawings into 13 disciplines.

If each discipline potentially coordinates with every other discipline, the number of unique discipline pairs is:

13 × 12 / 2 = 78.

Again, not every relationship is equally important.

Mechanical vs structural may require much more intensive review than acoustics vs civil.

But the discipline layer introduces a second network of dependencies.

Examples:

·       Architectural ↔ Structural

·       Architectural ↔ Mechanical

·       Architectural ↔ Fire Protection

·       Structural ↔ Mechanical

·       Structural ↔ Plumbing

·       Mechanical ↔ Electrical

·       Mechanical ↔ Fire Protection

·       Electrical ↔ Telecom

·       Electrical ↔ Fire Alarm

·       Elevator ↔ Structural

Coordination effort is concentrated in high-risk edges.

Sheets are not independent nodes

The pair model is still too simple because drawings contain references.

A plan references a section.

A section references a detail.

A door tag points to a schedule.

A mechanical equipment tag connects to an equipment schedule.

A structural opening coordinates with a plumbing riser.

A wall type connects to architectural details, structural requirements, life-safety information and specifications.

This is better represented as a graph.

Nodes

Sheets, details, schedules, specification sections and objects.

Edges

References, shared identifiers, geometry, dependencies and requirements.

The coordination problem becomes:

Which connected nodes should agree, and do they?

Degree matters more than sheet count

In graph theory, the degree of a node is the number of connections it has.

A cover sheet may have low coordination degree.

A typical architectural floor plan can have very high degree because it connects to:

·       Structural grid

·       Door schedule

·       Room schedule

·       Reflected ceiling plan

·       Mechanical plan

·       Plumbing plan

·       Electrical plan

·       Fire/life-safety plan

·       Sections

·       Details

·       Specifications

Two 200-sheet projects can therefore have very different coordination complexity.

The project with denser relationships is harder.

A practical 200-sheet example

Suppose a 200-sheet package contains:

·       45 architectural sheets

·       30 structural

·       25 mechanical

·       20 plumbing

·       25 electrical

·       12 fire protection

·       8 fire alarm

·       8 civil

·       7 low voltage/security

·       5 landscape

·       5 vertical transportation

·       5 acoustics

·       5 miscellaneous/supporting drawings

Now assume only a fraction of cross-discipline pairs are meaningful.

Even if each architectural floor plan has only 20 important relationships, 20 architectural plans create 400 targeted relationships.

If each mechanical plan has 12 structural/architectural dependencies, 15 mechanical plans add 180.

Add schedules, details, risers, equipment and specifications and the graph quickly reaches thousands of meaningful edges.

This is why “we reviewed every sheet” does not necessarily mean “we reviewed every relationship.”

Revision makes the graph temporal

Now introduce a new issue.

The project has Revision A, B and C.

The reviewer is no longer checking only relationships inside one graph.

The reviewer must also compare each relevant node with its previous state.

A changed wall location can affect:

·       Structural support

·       Door position

·       Electrical device location

·       Mechanical diffuser location

·       Fire stopping

·       Finish quantities

This is change propagation.

The problem becomes:

  1. What changed? 2. Which other nodes depend on it? 3. Did those nodes change too? 4. If not, is that intentional?

That is much harder than detecting a red cloud.

Why manual review still works — until it doesn't

Experienced coordinators reduce complexity using intuition.

They know which relationships are high risk.

They do not compare every sheet pair.

They prioritize:

·       Major equipment

·       Shafts

·       Structural openings

·       Rated assemblies

·       Vertical circulation

·       Ceiling congestion

·       Interfaces among trades

·       Typical details

·       Repeated units

This heuristic intelligence is extremely valuable.

The problem is consistency.

A person can know where to look and still miss a low-visibility relationship somewhere in a large package.

Automation should reduce the graph, not explode it

A naive AI approach might literally compare every possible pair.

For 200 sheets, that means 19,900 comparisons.

That may be computationally possible.

But it would be a terrible review strategy if it produces irrelevant findings.

A better approach is to infer relationships first.

For example:

Reference edges

A101 explicitly calls Detail 4/A501.

Shared-identifier edges

Door D104 appears on plan and schedule.

Spatial edges

Mechanical and structural information occupy the same project zone.

Semantic edges

A note and specification section discuss the same rated assembly.

Revision edges

The same sheet/object appears in two versions.

Then the system focuses analysis where relationships actually exist.

Why project data growth matters

Autodesk/FMI research reported that construction project data volume had doubled over a three-year period.

That does not mean sheet counts doubled.

It means the total information environment grew.

More models, more documents, more photos, more messages, more data.

For review teams, the challenge is increasingly relationship management.

The 200-sheet lesson

The real lesson is not “19,900 comparisons are required.”

It is:

Complexity grows through connections.

That changes how teams should think about QA/QC.

Instead of asking:

“Did someone review A201?”

Ask:

“What depends on A201, and was that relationship checked?”

Instead of:

“Was M301 revised?”

Ask:

“What depended on the change in M301?”

That is a network mindset.

A useful review strategy

For large packages, use four layers.

Layer 1 — sheet completeness

Are expected sheets present and correctly identified?

Layer 2 — explicit references

Do callouts, sections and details resolve correctly?

Layer 3 — object/discipline relationships

Do shared conditions agree across relevant drawings?

Layer 4 — revision propagation

When information changes, did dependent information update?

This reduces a huge combinatorial problem into targeted review paths.

The takeaway

A 200-sheet drawing package is not just 200 pages.

It is a network containing thousands of potential dependencies.

The number of theoretical sheet pairs reaches 19,900, but the real coordination challenge is identifying the subset that actually matters.

That is where automation can help most:

Not by reading every page independently.

Not by generating every possible comparison.

But by finding the relationships, checking them systematically, and showing the reviewer where the evidence does not line up.

Sources and further reading

  1. Autodesk / FMI — Harnessing the Data Advantage in Construction. Reports project-data volume doubling over three years and highlights the consequences of unusable data. https://construction.autodesk.com/resources/workflow-overview/harnessing-data-advantage-in-construction/
  2. NIST — Interoperable Methodologies and Techniques in CAD. Discusses AEC information exchange, multiple software systems and interoperability challenges. https://www.nist.gov/publications/interoperable-methodologies-and-techniques-cad
  3. Springer — Concepts of change propagation analysis in engineering design. Open-access review of dependency and change-propagation concepts used in engineering design. https://link.springer.com/article/10.1007/s00163-022-00395-y

Review drawings with evidence-first AI

Clash Nexus AI helps teams catch coordination issues and RFI risk before they reach the field.

Let's TalkGet My Free Scan
Clash Nexus AI

The AI layer between your drawings and the field.

Clash Nexus AI is a product of Thelon Technologies Inc.

Registered in Ontario, Canada and Delaware, United States of America.

Product

AboutHow It WorksPricingBlogs

Solutions

General ContractorsDesign ConsultantsOwners & DevelopersAmbassadors

Integrations

Procore SetupAutodesk SetupProcore WorkflowAutodesk Workflow

Company

ContactSecurityPrivacy PolicyRefund Policy