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

Implement rounding method using the volumetric barrier #313

Commits on Jun 21, 2024

  1. generalize rounding loop

    Apostolos Chalkis committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    911e030 View commit details
    Browse the repository at this point in the history
  2. support sparse cholesky operator

    Apostolos Chalkis committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    85b1faf View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. complete sparse support in max_inscribed_ball

    Apostolos Chalkis committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b3f75ba View commit details
    Browse the repository at this point in the history
  2. complete sparse support in preprocesing

    Apostolos Chalkis committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    7e66e8c View commit details
    Browse the repository at this point in the history
  3. add sparse tests

    Apostolos Chalkis committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5df7093 View commit details
    Browse the repository at this point in the history
  4. change main rounding function name

    Apostolos Chalkis committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    d50b4cd View commit details
    Browse the repository at this point in the history
  5. improve explaining comments

    Apostolos Chalkis committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    6051ebc View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Merge branch 'develop' into generalize_rounding_loop_and_support_spar…

    …se_in_preprocessing
    Apostolos Chalkis committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    e27854b View commit details
    Browse the repository at this point in the history
  2. resolve PR comments

    Apostolos Chalkis committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    25a39b1 View commit details
    Browse the repository at this point in the history
  3. changing the dates in copyrights

    Apostolos Chalkis committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    4168002 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. use if constexpr instead of SNIFAE

    Apostolos Chalkis committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    960969c View commit details
    Browse the repository at this point in the history
  2. update the examples to cpp17

    Apostolos Chalkis committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    da7348d View commit details
    Browse the repository at this point in the history
  3. update to cpp17 order polytope example

    Apostolos Chalkis committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    035cfe8 View commit details
    Browse the repository at this point in the history
  4. fix templating in mat_computational_operators

    Apostolos Chalkis committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    9b72f5f View commit details
    Browse the repository at this point in the history
  5. fix templating errors and change header file to mat_computational_ope…

    …rators
    Apostolos Chalkis committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    11b4948 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2024

  1. first implementation of the volumetric barrier ellipsoid

    Apostolos Chalkis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    e5738ac View commit details
    Browse the repository at this point in the history
  2. add criterion for step_iter

    Apostolos Chalkis committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c0e8510 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. restructure code that computes barriers' centers

    Apostolos Chalkis committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    cc5ec47 View commit details
    Browse the repository at this point in the history
  2. resolve conflicts from develop

    Apostolos Chalkis committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    2150a17 View commit details
    Browse the repository at this point in the history
  3. remove unused comments

    Apostolos Chalkis committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    a32319e View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2024

  1. resolve PR comments

    Apostolos Chalkis committed Jul 5, 2024
    Configuration menu
    Copy the full SHA
    9d5a13f View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2024

  1. Configuration menu
    Copy the full SHA
    259ddc8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee97799 View commit details
    Browse the repository at this point in the history