--- a/Osi/src/OsiCommonTest/OsiSolverInterfaceTest.cpp +++ b/Osi/src/OsiCommonTest/OsiSolverInterfaceTest.cpp @@ -1313,8 +1313,8 @@ int rows_to_delete_arr[] = { 0 } ; si->deleteRows(1,rows_to_delete_arr) ; - std::transform(objective,objective+4,objective, - std::bind2nd(std::plus(),0.15)) ; + for (int i = 0; i != 4; ++i) + objective[i] += 0.15; si->setObjective(objective) ; si->resolve() ; OSIUNITTEST_ASSERT_ERROR(si->isProvenOptimal(), return false, *si, "test16SebastianNowozin second resolve"); ore' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/basctl/source/inc
AgeCommit message (Expand)Author
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht
2024-06-04basctl: use SAL_RET_MAYBENULL in GetBindingsPtr()...Xisco Fauli
2024-06-03tdf#157664 Drop operator !=, where respective operator == is definedZainab Abbasi
2024-05-03loplugin:ostr in basctlNoel Grandin
2024-04-08tdf#146619 Drop unused 'using namespace' in: basctl/Gabor Kelemen
2024-01-23tdf#158749 Open "Go to Line" dialog from the statusbar in Basic IDERafael Lima
2024-01-11tdf#158750 Highlight the line where the cursor is positioned (Basic IDE)Rafael Lima
2024-01-09Fix typoAndrea Gelmini
2024-01-08tdf#156925 Add Color Scheme selector to the Basic IDERafael Lima
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-08-30use concrete type for ChildDescriptor::mxAccessibleNoel Grandin
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara
2023-01-28Use ImplInheritanceHelper in AccessibleDialogControlShapeStephan Bergmann
2023-01-28Use ImplInheritanceHelper in AccessibleDialogWindowStephan Bergmann
2023-01-16tdf#106731 Warn user that a module/dialog is read-only in Basic IDERafael Lima
2022-12-12tdf#152266 add an infobar with indicators for macro-like content in docCaolán McNamara
2022-12-08tdf#152078 Enable Ctrl+Wheel zoom in Basic code editorRafael Lima
2022-12-05tdf#86568 Move the scrollbar to the EditWindow in Basic IDERafael Lima
2022-12-01tdf#152078 Add a Zoom slider to the Basic IDERafael Lima