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

Cubic intersection experimental branch #258

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Commits on Aug 15, 2022

  1. Checkpoint of cubic experimentation

    A bunch of stuff toward cubic/cubic intersection.
    raphlinus committed Aug 15, 2022
    Configuration menu
    Copy the full SHA
    f5c268e View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2022

  1. Working intersection

    Still prototype code, but it prints an intersection.
    raphlinus committed Aug 17, 2022
    Configuration menu
    Copy the full SHA
    869c4ec View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2022

  1. Start rejection of overlaps

    First step: apply min/max logic to existing parabola estimates. This may keep subdividing, so the next step will be a Frechet based bound.
    
    WIP, just the min/max estimates.
    raphlinus committed Aug 18, 2022
    Configuration menu
    Copy the full SHA
    1f86c26 View commit details
    Browse the repository at this point in the history