@@ -117,9 +117,6 @@ Performance improvements
117
117
- Added new branching score tiebreaker for reliability pseudo-cost branching rule
118
118
- Try nearest bound if zero solution value is out of bounds in heuristic trivial.
119
119
120
- Examples and applications
121
- -------------------------
122
-
123
120
Interface changes
124
121
-----------------
125
122
@@ -539,9 +536,6 @@ Miscellaneous
539
536
SCIPdebugSolIsValidInSubtree, SCIPdebugIsMainscip, SCIPdebugSolEnable, SCIPdebugSolDisable, SCIPdebugSolIsEnabled,
540
537
SCIPwithDebugSol are now exported
541
538
542
- Known bugs
543
- ----------
544
-
545
539
@section RN802 SCIP 8.0.2
546
540
*************************
547
541
@@ -622,6 +616,7 @@ Miscellaneous
622
616
623
617
@section RN801 SCIP 8.0.1
624
618
*************************
619
+
625
620
Features
626
621
--------
627
622
@@ -1521,9 +1516,6 @@ Unit tests
1521
1516
- added sepa/rlt/separation.c
1522
1517
- added tests test_compute_symmetry:expr{1,2,3,4} in symmetry/compute.c
1523
1518
1524
- Testing
1525
- -------
1526
-
1527
1519
Build system
1528
1520
------------
1529
1521
@@ -1580,9 +1572,6 @@ Miscellaneous
1580
1572
different emphasis settings.
1581
1573
- 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.
1582
1574
1583
- Known bugs
1584
- ----------
1585
-
1586
1575
@page RN70 Release notes for SCIP 7.0
1587
1576
1588
1577
@section RN703 SCIP 7.0.3
@@ -1671,8 +1660,6 @@ Examples and applications
1671
1660
Interface changes
1672
1661
-----------------
1673
1662
1674
- ### New and changed callbacks
1675
-
1676
1663
### Deleted and changed API methods
1677
1664
1678
1665
- deprecated SCIPsetParam(); use SCIPsetIntParam(), SCIPsetRealParam(), etc, instead
@@ -1682,32 +1669,6 @@ Interface changes
1682
1669
- new function SCIPcolGetVarProbindex() for accessing the probindex of a variable corresponding to a column
1683
1670
- added new sorting functions SCIPsortPtrRealRealBoolBool()
1684
1671
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
-
1711
1672
Fixed bugs
1712
1673
----------
1713
1674
@@ -1733,12 +1694,6 @@ Fixed bugs
1733
1694
- Fixed issue with multi-aggregated variables
1734
1695
- Fixed issue in with buffer memory in cons_cumulative
1735
1696
1736
- Miscellaneous
1737
- -------------
1738
-
1739
- Known bugs
1740
- ----------
1741
-
1742
1697
@section RN701 SCIP 7.0.1
1743
1698
*************************
1744
1699
@@ -2640,6 +2595,7 @@ Fixed bugs
2640
2595
2641
2596
Miscellaneous
2642
2597
-------------
2598
+
2643
2599
- do not scale linear constraints to integral coefficients
2644
2600
2645
2601
@section RN600 SCIP 6.0.0
0 commit comments