Home
last modified time | relevance | path

Searched refs:SetRelativeMipGap (Results 1 – 12 of 12) sorted by relevance

/dports/math/py-or-tools/or-tools-9.2/ortools/linear_solver/
H A Dsat_interface.cc92 void SetRelativeMipGap(double value) override;
282 void SatInterface::SetRelativeMipGap(double value) {} in SetRelativeMipGap() function in operations_research::SatInterface
H A Dbop_interface.cc97 void SetRelativeMipGap(double value) override;
357 void BopInterface::SetRelativeMipGap(double value) {} in SetRelativeMipGap() function in operations_research::BopInterface
H A Dcbc_interface.cc144 void SetRelativeMipGap(double value) override;
495 void CBCInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::CBCInterface
H A Dglop_interface.cc85 void SetRelativeMipGap(double value) override;
339 void GLOPInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::GLOPInterface
H A Dclp_interface.cc123 void SetRelativeMipGap(double value) override;
574 void CLPInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::CLPInterface
H A Dglpk_interface.cc176 void SetRelativeMipGap(double value) override;
911 void GLPKInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::GLPKInterface
H A Dscip_interface.cc155 void SetRelativeMipGap(double value) override;
923 void SCIPInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::SCIPInterface
H A Dcplex_interface.cc146 virtual void SetRelativeMipGap(double value);
982 void CplexInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::CplexInterface
H A Dxpress_interface.cc190 virtual void SetRelativeMipGap(double value);
1134 void XpressInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::XpressInterface
H A Dgurobi_interface.cc203 void SetRelativeMipGap(double value) override;
1043 void GurobiInterface::SetRelativeMipGap(double value) { in SetRelativeMipGap() function in operations_research::GurobiInterface
H A Dlinear_solver.h1814 virtual void SetRelativeMipGap(double value) = 0;
H A Dlinear_solver.cc1937 SetRelativeMipGap( in SetMIPParameters()