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

option handling, fix #808 #810

Merged
merged 12 commits into from
Jun 29, 2024
Merged

option handling, fix #808 #810

merged 12 commits into from
Jun 29, 2024

Commits on Jun 12, 2024

  1. option handling, fix oscar-system#808

    Some options in Singular are local to the "current ring"
    (OPT_INTSTRATEGY,OPT_REDTHROUGH,OPT_REDTAIL,OPT_REDTAIL_SYZ).
    In Singular.jl there is no "current ring": modified ring change
    to keep tghe current (global) setting of options except the
    needed changes due to the properties of a ring.
    hannes14 committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    66c100d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. make redTail the default

    hannes14 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    0fb8976 View commit details
    Browse the repository at this point in the history
  2. back to Singular defaults

    hannes14 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    adf1630 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. set_option("..",bool,ring)

    hannes14 committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    721c1a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7f18e68 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Update deps/src/singular.cpp

    Co-authored-by: Max Horn <max@quendi.de>
    hannes14 and fingolfin authored Jun 17, 2024
    Configuration menu
    Copy the full SHA
    b164106 View commit details
    Browse the repository at this point in the history
  2. implify set_option

    hannes14 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    d5a980e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    0ca7158 View commit details
    Browse the repository at this point in the history
  2. test with with_redTail

    hannes14 committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    b4d7bda View commit details
    Browse the repository at this point in the history
  3. cleanup test

    fingolfin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    8d19fcf View commit details
    Browse the repository at this point in the history
  4. resolve some code oddity

    fingolfin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    1163fb6 View commit details
    Browse the repository at this point in the history
  5. more cleanup

    fingolfin committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    428dc87 View commit details
    Browse the repository at this point in the history