@@ -117,9 +117,6 @@ Performance improvements
117117- Added new branching score tiebreaker for reliability pseudo-cost branching rule
118118- Try nearest bound if zero solution value is out of bounds in heuristic trivial.
119119
120- Examples and applications
121- -------------------------
122-
123120Interface changes
124121-----------------
125122
@@ -539,9 +536,6 @@ Miscellaneous
539536 SCIPdebugSolIsValidInSubtree, SCIPdebugIsMainscip, SCIPdebugSolEnable, SCIPdebugSolDisable, SCIPdebugSolIsEnabled,
540537 SCIPwithDebugSol are now exported
541538
542- Known bugs
543- ----------
544-
545539@section RN802 SCIP 8.0.2
546540*************************
547541
@@ -622,6 +616,7 @@ Miscellaneous
622616
623617@section RN801 SCIP 8.0.1
624618*************************
619+
625620Features
626621--------
627622
@@ -1521,9 +1516,6 @@ Unit tests
15211516- added sepa/rlt/separation.c
15221517- added tests test_compute_symmetry:expr{1,2,3,4} in symmetry/compute.c
15231518
1524- Testing
1525- -------
1526-
15271519Build system
15281520------------
15291521
@@ -1580,9 +1572,6 @@ Miscellaneous
15801572 different emphasis settings.
15811573- If a lazy bound is set to a value that is tighter than the current global bound, then the global bound is now tightened accordingly.
15821574
1583- Known bugs
1584- ----------
1585-
15861575@page RN70 Release notes for SCIP 7.0
15871576
15881577@section RN703 SCIP 7.0.3
@@ -1671,8 +1660,6 @@ Examples and applications
16711660Interface changes
16721661-----------------
16731662
1674- ### New and changed callbacks
1675-
16761663### Deleted and changed API methods
16771664
16781665- deprecated SCIPsetParam(); use SCIPsetIntParam(), SCIPsetRealParam(), etc, instead
@@ -1682,32 +1669,6 @@ Interface changes
16821669- new function SCIPcolGetVarProbindex() for accessing the probindex of a variable corresponding to a column
16831670- added new sorting functions SCIPsortPtrRealRealBoolBool()
16841671
1685- ### Command line interface
1686-
1687- ### Interfaces to external software
1688-
1689- ### Changed parameters
1690-
1691- ### New parameters
1692-
1693- ### Data structures
1694-
1695- Deleted files
1696- -------------
1697-
1698- Unit tests
1699- ----------
1700-
1701- Testing
1702- -------
1703-
1704- Build system
1705- ------------
1706-
1707- ### Cmake
1708-
1709- ### Makefile
1710-
17111672Fixed bugs
17121673----------
17131674
@@ -1733,12 +1694,6 @@ Fixed bugs
17331694- Fixed issue with multi-aggregated variables
17341695- Fixed issue in with buffer memory in cons_cumulative
17351696
1736- Miscellaneous
1737- -------------
1738-
1739- Known bugs
1740- ----------
1741-
17421697@section RN701 SCIP 7.0.1
17431698*************************
17441699
@@ -2640,6 +2595,7 @@ Fixed bugs
26402595
26412596Miscellaneous
26422597-------------
2598+
26432599- do not scale linear constraints to integral coefficients
26442600
26452601@section RN600 SCIP 6.0.0
0 commit comments