Hi,
Looks like IloCplex::SetStart is the correct replacement for SetVectors method (you can compare that both have the same parameters - types and names).
SetVectors:

SetStart:

Regards,
------------------------------
Paulo Santos
------------------------------
Original Message:
Sent: Mon October 12, 2020 04:07 PM
From: Community Support Admin
Subject: Is setVecotrs deprecated?
I got the answer:
Changes in the C++ APILists changes in the C++ API and advises conversion steps.
DeprecatedThese methods of the C++ API of CPLEX V12.5 have been deprecated and will be removed in a future
release:
- IloCplex::setVectors
- IloCplex::SolveCallbackI::setVectors
Use these new or existing methods instead of those deprecated methods to add one or more starting
solution candidates:
- IloCplex::setStart
- IloCplex::addMIPStart
- IloCplex::SolveCallbackI::setStart
Parent topic: Release notes for CPLEX Optimizers V12.5
#DecisionOptimization
#Support
#SupportMigration