Skip to content

Instantly share code, notes, and snippets.

@joaquimg
Created September 7, 2017 16:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joaquimg/e793e5a0677d77b0e190df556f58e178 to your computer and use it in GitHub Desktop.
Save joaquimg/e793e5a0677d77b0e190df556f58e178 to your computer and use it in GitHub Desktop.
Main
CplexSolver
cpx_setparam
cpx_setlogfile
cpx_getprobtype
Constraints
cpx_chgbds
cpx_getlb
cpx_getub
cpx_getnumrows
cpx_addrows
cpx_getrhs
cpx_getcoef
cpx_chgcoef
cpx_delrows
cpx_chgctype
cpx_addsos
cpx_delsos
cpx_getsos
cpx_getnumqconstrs
cpx_addqconstr
cpx_chgsense
cpx_chgrngval
Objective
cpx_copyquad
cpx_chgobj
cpx_chgobjsen
cpx_getobj
cpx_chgcoef
Solve
cpx_mipopt
cpx_qpopt
cpx_lpopt
cpx_getstat
cpx_solninfo
cpx_getx
cpx_getax
cpx_getdj
cpx_getpi
cpx_dualfarkas
cpx_getstat
cpx_getobjval
cpx_getbestobjval
cpx_getmiprelgap
cpx_getitcnt
cpx_getbaritcnt
cpx_getnodecnt
Variables
cpx_getnumcols
cpx_newcols
cpx_delcols
cpx_addmipstarts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment