|
|
@988
|
6 years |
pbelotti |
minor fixes
|
|
|
@985
|
6 years |
pbelotti |
resetting right option
|
|
|
@984
|
6 years |
pbelotti |
merged change 983 from stable/0.4
|
|
|
@981
|
6 years |
fmargot |
Fix crash when using C and no feasible solution found yet
|
|
|
@979
|
6 years |
stefan |
there does not need to be a couenne.exe - thanks ted; rerun autotools
|
|
|
@974
|
6 years |
stefan |
check for Metis before HSL; rerun autotools
|
|
|
@972
|
6 years |
tkr |
Updates to allow installig of manifest (sorry for the multiple commits)
|
|
|
@971
|
6 years |
tkr |
Changes for embedding manifest
|
|
|
@970
|
6 years |
tkr |
Change to allow embedding of manifest
|
|
|
@968
|
6 years |
pbelotti |
fixed reformulation bug for auxs with different sign but equal rhs (ouch)
|
|
|
@967
|
6 years |
fmargot |
fix bug in checkNLP2 and handling of non-var objects in strong branching
|
|
|
@966
|
7 years |
pbelotti |
show true cutoff when it appears. fix minor leak in FP.
|
|
|
@965
|
7 years |
pbelotti |
cast to fix wrong NULL -> int conversion
|
|
|
@964
|
7 years |
pbelotti |
de-macroized a function in CouMatrix?
|
|
|
@963
|
7 years |
stefan |
please don't set SCIP LP solver (global variable) in library, but let …
|
|
|
@962
|
7 years |
pbelotti |
#ifdefing lpiswitch
|
|
|
@961
|
7 years |
pbelotti |
compiling to use SCIP without error
|
|
|
@960
|
7 years |
pbelotti |
appropriate constant for compilation on windows
|
|
|
@959
|
7 years |
stefan |
explicitly call SCIPlpiSwitchSetDefaultSolver in main
|
|
|
@958
|
7 years |
pbelotti |
hopefully fixed the last const_iterator problem
|
|
|
@957
|
7 years |
pbelotti |
fixing drand48 calls for WIN_
|
|
|
@956
|
7 years |
pbelotti |
restored working version. Trying to fix compilation errors on …
|
|
|
@955
|
7 years |
pbelotti |
replaced some iterators with const_iterator for compiling issues in …
|
|
|
@954
|
7 years |
pbelotti |
const_'ing iterators for compiling on mingw
|
|
|
@953
|
7 years |
pbelotti |
trying to un-overload log for compilation issues in mingw
|
|
|
@952
|
7 years |
pbelotti |
less_than_str::operator () is a const method, not const-returning. …
|
|
|
@951
|
7 years |
pbelotti |
attempt to fix MSVS compile error on less_than_str declaration with …
|
|
|
@947
|
7 years |
stefan |
allow user to use its own value for infinity
|
|
|
@945
|
7 years |
stefan |
generateCuts in Cgl >= 0.58 will not be const anymore
|
|
|
@944
|
7 years |
pbelotti |
switched from dsyevx to dsyev as that is used in coinlapack
|
|
|
@943
|
7 years |
pbelotti |
starting to fix #22
|
|
|
@942
|
7 years |
pbelotti |
avoid infinite loops in tests through a cd && make instead of cd; make
|
|
|
@941
|
7 years |
pbelotti |
don't save MILP for FeasPump?
|
|
|
@940
|
7 years |
pbelotti |
applied patch by Stefan on signed powers. Dormant for now, not …
|
|
|
@939
|
7 years |
pbelotti |
cosmetic changes
|
|
|
@938
|
7 years |
pbelotti |
less useless output, SDP cuts applied more often; SCIP dependency fixed
|
|
|
@937
|
7 years |
pbelotti |
sneaked a matrix filler in standardize for CouenneSdpCuts?. Less clean, …
|
|
|
@936
|
7 years |
pbelotti |
added option to fill matrices for SDP cuts. removed delete_ field from …
|
|
|
@935
|
7 years |
pbelotti |
split CutGen?.cpp for clarity. A little cleanup
|
|
|
@934
|
7 years |
pbelotti |
introduced sparsify option. Fixed leak in CouenneScalar?. Half-baked …
|
|
|
@933
|
7 years |
pbelotti |
partial cleanup in CutGen?.cpp. Added option on sparsity, not yet used. …
|
|
|
@932
|
7 years |
pbelotti |
fixed additionalSDPcuts
|
|
|
@931
|
7 years |
pbelotti |
fixed leaks in sdpcuts. updated dependencies
|
|
|
@930
|
7 years |
pbelotti |
using sparse sdp cuts code, cleaned some sdpcuts code. Minor leak in …
|
|
|
@929
|
7 years |
pbelotti |
counting elements in PSD product matrix
|
|
|
@928
|
7 years |
stefan |
use C/C++ syntax
|
|
|
@927
|
7 years |
stefan |
merge r926 from stable/0.4
|
|
|
@925
|
7 years |
stefan |
merge r923 and r924 from stable/0.4 and extend to 3 global variables
|
|
|
@922
|
7 years |
pbelotti |
replacing config.h with CouenneConfig?.h for F77_FUNC
|
|
|
@921
|
7 years |
pbelotti |
using F77_FUNC for dsyevx_ wrapper
|
|
|
@920
|
7 years |
stefan |
rerun autotools
|
|
|
@919
|
7 years |
pbelotti |
added options on number of sdp cuts
|
|
|
@918
|
7 years |
pbelotti |
making cuts numerically stable (i.e. without 1.7e307 coefficients)
|
|
|
@917
|
7 years |
pbelotti |
fixed bad rhs update
|
|
|
@916
|
7 years |
pbelotti |
still getting bad cuts from sparse recurring (xi both in matrix and on …
|
|
|
@915
|
7 years |
pbelotti |
fixing nans on very sparse matrices
|
|
|
@914
|
7 years |
pbelotti |
working on most non-full matrices
|
|
|
@913
|
7 years |
pbelotti |
allowing sparse X_ij matrices as well. Made ground for MISDP solver, …
|
|
|
@912
|
7 years |
pbelotti |
now ready to separate cuts for any matrix
|
|
|
@911
|
7 years |
pbelotti |
sdpcuts now work on fully dense matrices.
|
|
|
@910
|
7 years |
pbelotti |
toward separating sdp cuts on fully dense X matriX
|
|
|
@909
|
7 years |
pbelotti |
removing output stuff
|
|
|
@908
|
7 years |
pbelotti |
clean-up of sdp cuts
|
|
|
@906
|
7 years |
pbelotti |
making sure lb<ub, for real…
|
|
|
@904
|
7 years |
pbelotti |
use X from problem->domain as initial nlp point if none available in …
|
|
|
@902
|
7 years |
pbelotti |
checking lb<ub before passing to Ipopt
|
|
|
@901
|
7 years |
pbelotti |
project NLP hessian on SDP cone before using it for FP
|
|
|
@900
|
7 years |
pbelotti |
fixing not-so-integer variable
|
|
|
@899
|
7 years |
pbelotti |
more unNULLed pushes
|
|
|
@898
|
7 years |
pbelotti |
fixing two ninja bugs affecting iSol assignment and problem passing (a …
|
|
|
@897
|
7 years |
pbelotti |
enforcing integrality in iSol (FP) to avoid non-integer problems in …
|
|
|
@896
|
7 years |
pbelotti |
checking time limit in more points within FP
|
|
|
@895
|
7 years |
pbelotti |
bail out of FP if time limit reached
|
|
|
@894
|
7 years |
pbelotti |
passing reasonable bounds to SCIP
|
|
|
@893
|
7 years |
pbelotti |
fixed solution size in FP that caused some segfaults. Changed …
|
|
|
@892
|
7 years |
pbelotti |
possible fix to csched1 problem in scipSolve
|
|
|
@891
|
7 years |
pbelotti |
assert only for integer variables. Check multiplicity
|
|
|
@890
|
7 years |
pbelotti |
fixing internal loop. Fixed bug in replace iSol
|
|
|
@889
|
7 years |
pbelotti |
communicate objective value from MILP. Compare solutions more properly …
|
|
|
@888
|
7 years |
stefan |
merge r887 from stable/0.4: bad workaround for sideeffect of other bad …
|
|
|
@886
|
7 years |
pbelotti |
partial unification of checkNLP. FP now take extra steps in-loop to …
|
|
|
@885
|
7 years |
pbelotti |
updating to SCIP 3.0.0
|
|
|
@884
|
7 years |
pbelotti |
addendum to previous commit
|
|
|
@883
|
7 years |
pbelotti |
adding features to feasibility pump. Checking variables with multiplicity 0
|
|
|
@882
|
7 years |
pbelotti |
merged 881 from stable (fix segfault in constraint -x=0)
|
|
|
@877
|
7 years |
pbelotti |
minor fix for efficiency in disj cuts
|
|
|
@875
|
7 years |
pbelotti |
merging 874 to fix infinite branching problem in ticket #18
|
|
|
@873
|
7 years |
pbelotti |
merged fix 872 to ticket 13
|
|
|
@871
|
7 years |
stefan |
merge r870 from stable/0.4
|
|
|
@868
|
7 years |
stefan |
merge r867 from stable/0.4: fixes to options docu
|
|
|
@864
|
7 years |
pbelotti |
explicit error for unrecognized operator
|
|
|
@863
|
7 years |
pbelotti |
compute new brpt right
|
|
|
@860
|
7 years |
pbelotti |
fixing compile errors and Makefile.am in main/
|
|
|
@859
|
7 years |
pbelotti |
accurate statistics of orbital branching. Skewed branching point -- …
|
|
|
@858
|
8 years |
pbelotti |
computing symmetry groups only when necessary
|
|
|
@857
|
8 years |
pbelotti |
minor changes -- testing symmetry after earlier changes in strong branching
|
|
|
@856
|
8 years |
stefan |
merge r855 from stable/0.4
|
|
|
@852
|
8 years |
stefan |
better way to stop cbc on ctrl+c; use new USER_INTERRUPT solution …
|
|
|
@850
|
8 years |
stefan |
make behaviour of CouenneBab::bestSolution/Obj consistent with the …
|
|
|
@849
|
8 years |
stefan |
fix use of uninitialized variable if user does not call …
|
|
|