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

MOI rewrite using Clang #44

Merged
merged 194 commits into from Feb 14, 2020
Merged

MOI rewrite using Clang #44

merged 194 commits into from Feb 14, 2020

Commits on Oct 28, 2019

  1. Add scripts/generate.jl

    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9dcc00a View commit details
    Browse the repository at this point in the history
  2. Add generated files

    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    f57506f View commit details
    Browse the repository at this point in the history
  3. Remove executable status

    chmod -x src/Xpress.jl src/xprs_common.jl src/xprs_env.jl src/xprs_model.jl
    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9f2d003 View commit details
    Browse the repository at this point in the history
  4. Fix whitespace

    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    774412c View commit details
    Browse the repository at this point in the history
  5. Update deps

    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    d8266bc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9ff4f11 View commit details
    Browse the repository at this point in the history
  7. Add api.jl

    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    20c6cbc View commit details
    Browse the repository at this point in the history
  8. Add @invoke macro

    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    0d971dc View commit details
    Browse the repository at this point in the history
  9. Replace with CR

    kdheepak committed Oct 28, 2019
    Configuration menu
    Copy the full SHA
    9464f19 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2019

  1. Update invoke macro

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    6c2ee73 View commit details
    Browse the repository at this point in the history
  2. Remove DocStringExtensions

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    42319d3 View commit details
    Browse the repository at this point in the history
  3. Fix build and deps issues

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    733a077 View commit details
    Browse the repository at this point in the history
  4. Call userlic in __init__

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    180e314 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7e577fa View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eac9642 View commit details
    Browse the repository at this point in the history
  7. Add atexit call to XPRSfree

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    d85c78a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    20c021b View commit details
    Browse the repository at this point in the history
  9. Add XpressProblem

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    a414518 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be83e32 View commit details
    Browse the repository at this point in the history
  11. Fix whitespace

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    3278e1a View commit details
    Browse the repository at this point in the history
  12. Set defaults for loadlp

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    b00eff4 View commit details
    Browse the repository at this point in the history
  13. Add docstrings

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    ec1ce13 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8498ec3 View commit details
    Browse the repository at this point in the history
  15. Fix error messages

    kdheepak committed Oct 29, 2019
    Configuration menu
    Copy the full SHA
    4df2878 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2019

  1. Fix creating XpressProblem

    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    d1b4967 View commit details
    Browse the repository at this point in the history
  2. Fix finalizer

    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    ae0edfc View commit details
    Browse the repository at this point in the history
  3. Use atexit instead of finalizer

    functions registered with `finalizer` appear to be called _after_
    functions registered with `atexit`
    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    147006a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    635bbb1 View commit details
    Browse the repository at this point in the history
  5. Add setlogfile, readprob, loadlp, fixglobals, addnames, writeprtsol, …

    …writesol, save, restore
    
    Add addcolnames and addrownames to helper functions
    Make some function strictly typed
    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    6c6c362 View commit details
    Browse the repository at this point in the history
  6. Use checked macro in api

    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    fa7688f View commit details
    Browse the repository at this point in the history
  7. Add getparams and setparams

    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    7e3f130 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1684eda View commit details
    Browse the repository at this point in the history
  9. Remove CEnum

    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    44215b9 View commit details
    Browse the repository at this point in the history
  10. Update Project.toml

    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    b6c9d55 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    4cf274b View commit details
    Browse the repository at this point in the history
  12. Update test

    kdheepak committed Oct 30, 2019
    Configuration menu
    Copy the full SHA
    b672e99 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2019

  1. Configuration menu
    Copy the full SHA
    3dbf9e8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bb86ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e263ca View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    e5902ac View commit details
    Browse the repository at this point in the history
  2. Fix chgobj and chgrowtype

    kdheepak committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    cf41ee7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    38c5004 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ddaaaf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6eb6f60 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2019

  1. Configuration menu
    Copy the full SHA
    971d203 View commit details
    Browse the repository at this point in the history
  2. update testing code

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    b4bb90b View commit details
    Browse the repository at this point in the history
  3. enable first tests

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    721ac82 View commit details
    Browse the repository at this point in the history
  4. enable first unit tests

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    4b8b5aa View commit details
    Browse the repository at this point in the history
  5. fix MINUSINFIITY reference

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    25c3703 View commit details
    Browse the repository at this point in the history
  6. enable first tests

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    47a51c8 View commit details
    Browse the repository at this point in the history
  7. update tests

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    9c85d7e View commit details
    Browse the repository at this point in the history
  8. indexing fix

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    7619916 View commit details
    Browse the repository at this point in the history
  9. remove gurobi test code

    jd-lara committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    e57439e View commit details
    Browse the repository at this point in the history
  10. Fix getlasterror function

    kdheepak committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    836f742 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    17d500b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #45 from JuliaOpt/jd/update_moi_test_code

    update testing code
    joaquimg committed Nov 11, 2019
    Configuration menu
    Copy the full SHA
    fc79982 View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2019

  1. add travis file

    jd-lara committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    8dae5ab View commit details
    Browse the repository at this point in the history
  2. remove commented code

    jd-lara committed Nov 12, 2019
    Configuration menu
    Copy the full SHA
    9492762 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2019

  1. test travis

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    7d88a08 View commit details
    Browse the repository at this point in the history
  2. travis test 2

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    7e5a238 View commit details
    Browse the repository at this point in the history
  3. whitespace change

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    04c7ad9 View commit details
    Browse the repository at this point in the history
  4. fix typo in secure

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    580b2f3 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #46 from JuliaOpt/jd/travis

    Jd/travis
    joaquimg committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    204051b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8888c2e View commit details
    Browse the repository at this point in the history
  7. disable quadratic tests

    joaquimg committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    afd8ff3 View commit details
    Browse the repository at this point in the history
  8. improve set cntrol

    joaquimg committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    75b0d41 View commit details
    Browse the repository at this point in the history
  9. generalize vector

    joaquimg committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    5f0d7b9 View commit details
    Browse the repository at this point in the history
  10. fix Cint and Int indexing

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    f485374 View commit details
    Browse the repository at this point in the history
  11. remove type conversions

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    36ae2d9 View commit details
    Browse the repository at this point in the history
  12. update xpress version

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    7b583aa View commit details
    Browse the repository at this point in the history
  13. update helper constant

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    7d83a80 View commit details
    Browse the repository at this point in the history
  14. update getrows code

    jd-lara committed Nov 13, 2019
    Configuration menu
    Copy the full SHA
    b1be509 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2019

  1. fix change objective obj

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    85b113c View commit details
    Browse the repository at this point in the history
  2. fix integer vectors

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    b7a9d27 View commit details
    Browse the repository at this point in the history
  3. fix double parameters

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    7eadfcd View commit details
    Browse the repository at this point in the history
  4. improve quad obj deletion

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    bd575e6 View commit details
    Browse the repository at this point in the history
  5. disable more tests

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    e7f13d1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98774a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    39c5fb6 View commit details
    Browse the repository at this point in the history
  8. fix Cint and Int indexing

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d28f87e View commit details
    Browse the repository at this point in the history
  9. remove type conversions

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    870f836 View commit details
    Browse the repository at this point in the history
  10. update xpress version

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    13a8996 View commit details
    Browse the repository at this point in the history
  11. update helper constant

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    5b905e7 View commit details
    Browse the repository at this point in the history
  12. update getrows code

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    eb33c67 View commit details
    Browse the repository at this point in the history
  13. fix change objective obj

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    7d9fff9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    231f4f7 View commit details
    Browse the repository at this point in the history
  15. update delrows

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    456aa64 View commit details
    Browse the repository at this point in the history
  16. update var name wrt to lib

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    64bb96f View commit details
    Browse the repository at this point in the history
  17. fix bad conflict merge

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    20037b6 View commit details
    Browse the repository at this point in the history
  18. qobj api fix

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    63c8148 View commit details
    Browse the repository at this point in the history
  19. harmonize generalized vectors

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    8d37c04 View commit details
    Browse the repository at this point in the history
  20. address PR comments

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d7c0dfc View commit details
    Browse the repository at this point in the history
  21. Merge pull request #47 from JuliaOpt/jd/MOI_tests_round2

    Jd/moi tests round2
    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    6f3e729 View commit details
    Browse the repository at this point in the history
  22. remove duplicate constant

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    c05c4bc View commit details
    Browse the repository at this point in the history
  23. avoid integer ambiguity

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    9f6600a View commit details
    Browse the repository at this point in the history
  24. fix asserts and typos

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    270caa5 View commit details
    Browse the repository at this point in the history
  25. fix obj and ctr getter

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d32b601 View commit details
    Browse the repository at this point in the history
  26. organize tests

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    93b9d46 View commit details
    Browse the repository at this point in the history
  27. remove duplicate constant

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    159b0cc View commit details
    Browse the repository at this point in the history
  28. avoid integer ambiguity

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    831748c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    40c618c View commit details
    Browse the repository at this point in the history
  30. temp fix to affine_interval

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    80a7483 View commit details
    Browse the repository at this point in the history
  31. fix deleted line

    jd-lara committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    6cc897b View commit details
    Browse the repository at this point in the history
  32. Merge pull request #48 from JuliaOpt/jd/MOI_tests_round3

    Jd/moi tests round3
    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    d0dea8d View commit details
    Browse the repository at this point in the history
  33. enable more tests

    joaquimg committed Nov 14, 2019
    Configuration menu
    Copy the full SHA
    2503627 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2019

  1. Configuration menu
    Copy the full SHA
    3da88bd View commit details
    Browse the repository at this point in the history
  2. Enable more tests

    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    c272e7d View commit details
    Browse the repository at this point in the history
  3. fixes for LPs

    joaquimg committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    3d7f6f7 View commit details
    Browse the repository at this point in the history
  4. more api updates

    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    4e9ead4 View commit details
    Browse the repository at this point in the history
  5. fix conflicts

    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    e10347f View commit details
    Browse the repository at this point in the history
  6. fixes for LPs

    joaquimg authored and jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    ad79e7a View commit details
    Browse the repository at this point in the history
  7. fix conflicts

    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    9bc4640 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f30ed3d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #49 from JuliaOpt/jg/temp

    More updates
    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    3446389 View commit details
    Browse the repository at this point in the history
  10. enable more tests

    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    e251260 View commit details
    Browse the repository at this point in the history
  11. enable MILP test

    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    c3874c9 View commit details
    Browse the repository at this point in the history
  12. enable more tests

    jd-lara committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    224e5cf View commit details
    Browse the repository at this point in the history
  13. fix Cint on API

    joaquimg committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    a67cba1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e6c0542 View commit details
    Browse the repository at this point in the history
  15. temp fix for names

    joaquimg committed Nov 15, 2019
    Configuration menu
    Copy the full SHA
    acd3b11 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    83dc90e View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2019

  1. WIP SOS constraints

    kdheepak committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    cbdc96d View commit details
    Browse the repository at this point in the history
  2. Fix documentation

    kdheepak committed Dec 26, 2019
    Configuration menu
    Copy the full SHA
    29ca84d View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2019

  1. Configuration menu
    Copy the full SHA
    b52a9bf View commit details
    Browse the repository at this point in the history
  2. Support SOS2{Float64}

    kdheepak committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    0c91522 View commit details
    Browse the repository at this point in the history
  3. Fix documentation

    kdheepak committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    faa76b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4417b0 View commit details
    Browse the repository at this point in the history
  5. Fix SOS1 tests

    kdheepak committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    733da43 View commit details
    Browse the repository at this point in the history
  6. Fix documentation

    kdheepak committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    6ade790 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2019

  1. Fix variable bounds

    Store previous bounds in VariableInfo
    kdheepak committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    4c47129 View commit details
    Browse the repository at this point in the history
  2. Enable quadratic constraints

    kdheepak committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    3b77d46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    556867f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    840c76b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3ee45c View commit details
    Browse the repository at this point in the history
  6. Redirect stdout to logfile

    kdheepak committed Dec 30, 2019
    Configuration menu
    Copy the full SHA
    ff62a9d View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

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

Commits on Jan 8, 2020

  1. Change logfile default

    kdheepak committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    2d2fa52 View commit details
    Browse the repository at this point in the history
  2. Fix logging in MOI

    kdheepak committed Jan 8, 2020
    Configuration menu
    Copy the full SHA
    fd86fe6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0d7a25 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. Configuration menu
    Copy the full SHA
    b896142 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e485f22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    82e6805 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a3bb37e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bc58431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3a9602 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2020

  1. Configuration menu
    Copy the full SHA
    bc2d417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8217200 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c710434 View commit details
    Browse the repository at this point in the history
  4. Implement quadratic duals

    kdheepak committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    8e41720 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c4f27cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a70d0ac View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c815ac1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fa7fec8 View commit details
    Browse the repository at this point in the history
  9. Update unittest

    kdheepak committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    7a604e7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    19d65e3 View commit details
    Browse the repository at this point in the history
  11. Update contlineartest

    kdheepak committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    309d3b5 View commit details
    Browse the repository at this point in the history
  12. Fix ScalarQuadraticTerm

    kdheepak committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    70788af View commit details
    Browse the repository at this point in the history
  13. Better error messages

    kdheepak committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    dbc6d9f View commit details
    Browse the repository at this point in the history
  14. Update tests

    kdheepak committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    6f7bd71 View commit details
    Browse the repository at this point in the history
  15. Add contquadratictests

    kdheepak committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    83aa955 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2020

  1. Remove old files

    kdheepak committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    132e3a7 View commit details
    Browse the repository at this point in the history
  2. Remove docstrings

    kdheepak committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    c48b5ca View commit details
    Browse the repository at this point in the history
  3. Add docstrings autogenerated

    kdheepak committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    0f45dba View commit details
    Browse the repository at this point in the history
  4. Update docstrings

    kdheepak committed Jan 13, 2020
    Configuration menu
    Copy the full SHA
    1b4808a View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2020

  1. Fix autogeneration issues

    kdheepak committed Jan 14, 2020
    Configuration menu
    Copy the full SHA
    9bf2231 View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2020

  1. Set params in empty!

    kdheepak committed Jan 16, 2020
    Configuration menu
    Copy the full SHA
    623926c View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2020

  1. Respect OUTPUTLOG kwarg

    kdheepak committed Jan 23, 2020
    Configuration menu
    Copy the full SHA
    b0b866c View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2020

  1. Remove exports

    kdheepak committed Jan 30, 2020
    Configuration menu
    Copy the full SHA
    85776d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9e4e19d View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2020

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

Commits on Feb 12, 2020

  1. Configuration menu
    Copy the full SHA
    e4babd3 View commit details
    Browse the repository at this point in the history
  2. add windows to travis

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    4be3f79 View commit details
    Browse the repository at this point in the history
  3. syntax fix

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    8f02001 View commit details
    Browse the repository at this point in the history
  4. update travis

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    a9e5fc3 View commit details
    Browse the repository at this point in the history
  5. use $home variable

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    bee6297 View commit details
    Browse the repository at this point in the history
  6. fix syntax error

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    b8557cc View commit details
    Browse the repository at this point in the history
  7. fix shell syntax

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    ebe6a42 View commit details
    Browse the repository at this point in the history
  8. add export to travis

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c6da46b View commit details
    Browse the repository at this point in the history
  9. test again

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    9b4ab6c View commit details
    Browse the repository at this point in the history
  10. check known hosts

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    af7b735 View commit details
    Browse the repository at this point in the history
  11. add known hosts for windows

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    28e8f06 View commit details
    Browse the repository at this point in the history
  12. see keys in travis

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    c2350ba View commit details
    Browse the repository at this point in the history
  13. test authentication

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    71e8929 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    e650a50 View commit details
    Browse the repository at this point in the history
  15. new test

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    d050bfe View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    210a285 View commit details
    Browse the repository at this point in the history
  17. test authentication again

    jd-lara committed Feb 12, 2020
    Configuration menu
    Copy the full SHA
    5599062 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f909a54 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

  1. disable travis

    joaquimg committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    291d4f7 View commit details
    Browse the repository at this point in the history
  2. disable julia 1.1.x

    joaquimg committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    9d8b260 View commit details
    Browse the repository at this point in the history
  3. allow string parameters

    joaquimg committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    6d1bfc0 View commit details
    Browse the repository at this point in the history
  4. disable win enable mac

    joaquimg committed Feb 13, 2020
    Configuration menu
    Copy the full SHA
    165d111 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2020

  1. update readme

    joaquimg committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    cda7213 View commit details
    Browse the repository at this point in the history
  2. fix moi wrapper caps

    joaquimg committed Feb 14, 2020
    Configuration menu
    Copy the full SHA
    7b8a47f View commit details
    Browse the repository at this point in the history