Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sqlp/sedumi
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 671741c
Choose a base ref
...
head repository: sqlp/sedumi
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: b2b1736
Choose a head ref
  • 10 commits
  • 11 files changed
  • 2 contributors

Commits on Jun 16, 2021

  1. Configuration menu
    Copy the full SHA
    c24a9e3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Configuration menu
    Copy the full SHA
    dbf0e67 View commit details
    Browse the repository at this point in the history
  2. Update ci.yml

    siko1056 authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    878498a View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2023

  1. Fix complex interface (#74)

    As it is the complex interface is not working, it gives the wrong answer when we use the field K.scomplex. 
    
    The problem is an error in the construction of the QR matrix: to compute 2*real(m(i,j)) it does m(i,j) - m(j,i) instead of m(i,j) + m(j,i). As such this only affects problems where the real part of the SDP coefficients are nonzero (which might be useful for testing). This PR fixes it. I'm happy to send code to demonstrate the issue, but I don't see how to attach a file to a PR.
    
    I also fixed a typo in an error message that made me waste a lot of time with debugging.
    araujoms authored Mar 1, 2023
    Configuration menu
    Copy the full SHA
    cf3f93e View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2023

  1. remove eigs warning for function handle matrices (#75)

    The option `struct('issym',true))` applies to function handle matrices only. Here as `XX` is just a numerical matrix. It was causing pointless warnings.
    araujoms authored Mar 13, 2023
    Configuration menu
    Copy the full SHA
    5574f42 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2023

  1. Configuration menu
    Copy the full SHA
    9ec11a7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8ca3cf3 View commit details
    Browse the repository at this point in the history
  3. sedumi_version.m: make SeDuMi version detectable (#77)

    Co-authored-by: Kai Torben Ohlhus <[email protected]>
    araujoms and siko1056 authored Mar 17, 2023
    Configuration menu
    Copy the full SHA
    897a804 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f3ee76b View commit details
    Browse the repository at this point in the history
  5. Prepare for 1.3.6 release

    siko1056 committed Mar 17, 2023
    Configuration menu
    Copy the full SHA
    b2b1736 View commit details
    Browse the repository at this point in the history
Loading