Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

initial constraint solving implementation for footprints, introduce PrimitiveContainers #33

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

seveibar
Copy link
Contributor

@seveibar seveibar commented Sep 5, 2024

No description provided.

@tscircuitbot
Copy link
Contributor

tscircuitbot commented Sep 5, 2024

Size Report

Bundle Size

  • Base branch size: 248K
  • PR branch size: 260K
  • Difference: +12

Install Size

  • Base branch size: 4.92mb
  • PR branch size: 5.17mb
  • Difference: +.25

Full Howfat Output (PR Branch)

@tscircuit/core@0.0.30 (41 deps, 5.17mb, 664 files, ©undefined)
╭──────────────────────────────────────┬──────────────┬──────────┬───────┬───────────┬──────────────┬───────────╮
│ Name                                 │ Dependencies │     Size │ Files │ Native    │ License      │ Deprec    │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ @lume/kiwi@0.4.3                     │              │ 121.45kb │    31 │           │ BSD-3-Clause │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ @tscircuit/infgrid-ijump-astar@0.0.6 │              │ 112.07kb │    13 │           │              │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ @tscircuit/props@0.0.58              │              │ 398.74kb │    27 │           │ ISC          │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ @tscircuit/soup-util@0.0.18          │            1 │ 259.86kb │    31 │           │ ISC          │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ @tscircuit/soup@0.0.58               │           24 │   1.11mb │   203 │           │ ISC          │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ footprinter@0.0.44                   │           25 │   1.31mb │   214 │           │ ISC          │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ react-reconciler@0.29.2              │            3 │   1.05mb │    43 │           │ MIT          │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ react@18.3.1                         │            2 │ 331.04kb │    33 │           │ MIT          │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ schematic-symbols@0.0.17             │              │ 133.62kb │    37 │           │              │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ transformation-matrix@2.16.1         │              │ 430.45kb │    56 │           │ MIT          │           │
├──────────────────────────────────────┼──────────────┼──────────┼───────┼───────────┼──────────────┼───────────┤
│ zod@3.23.8                           │              │ 651.16kb │    50 │           │ MIT          │           │
╰──────────────────────────────────────┴──────────────┴──────────┴───────┴───────────┴──────────────┴───────────╯

@seveibar seveibar changed the title initial constraint solving implementation for footprints initial constraint solving implementation for footprints, introduce PrimitiveContainers Sep 5, 2024
@seveibar seveibar merged commit f2e0411 into main Sep 5, 2024
2 checks passed
@seveibar seveibar deleted the footprint-solving branch September 5, 2024 22:02
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