Home
last modified time | relevance | path

Searched refs:copyInIntegerInformation (Results 1 – 23 of 23) sorted by relevance

/dports/math/py-CyLP/CyLP-0.91.4/cylp/tests/
H A Dtest_MIP.py93 s.copyInIntegerInformation(np.array(
109 s.copyInIntegerInformation(np.array(s.nCols * [True], np.uint8))
/dports/math/ogdf/OGDF/include/coin/
H A DCoinMpsIO.hpp527 void copyInIntegerInformation(const char * integerInformation);
H A DClpModel.hpp133 void copyInIntegerInformation(const char * information);
/dports/math/osi/Osi-0.108.6/CoinUtils/src/
H A DCoinMpsIO.hpp611 void copyInIntegerInformation(const char *integerInformation);
H A DCoinMpsIO.cpp5212 void CoinMpsIO::copyInIntegerInformation(const char *integerType) in copyInIntegerInformation() function in CoinMpsIO
/dports/math/coinutils/CoinUtils-2.11.4/CoinUtils/src/
H A DCoinMpsIO.hpp611 void copyInIntegerInformation(const char *integerInformation);
H A DCoinMpsIO.cpp5212 void CoinMpsIO::copyInIntegerInformation(const char *integerType) in copyInIntegerInformation() function in CoinMpsIO
/dports/math/clp/Clp-1.17.3/CoinUtils/src/
H A DCoinMpsIO.hpp611 void copyInIntegerInformation(const char *integerInformation);
H A DCoinMpsIO.cpp5205 void CoinMpsIO::copyInIntegerInformation(const char *integerType) in copyInIntegerInformation() function in CoinMpsIO
/dports/math/clp/Clp-1.17.3/Clp/src/
H A DClpModel.hpp132 void copyInIntegerInformation(const char *information);
H A DClpPresolve.cpp1972 si->copyInIntegerInformation(reinterpret_cast< const char * >(integerType_)); in update_model()
1974 si->copyInIntegerInformation(NULL); in update_model()
H A DClp_C_Interface.cpp300 model->model_->copyInIntegerInformation(information); in Clp_copyInIntegerInformation()
H A DClpModel.cpp3070 void ClpModel::copyInIntegerInformation(const char *information) in copyInIntegerInformation() function in ClpModel
3779 writer.copyInIntegerInformation(integerInformation()); in writeMps()
H A DClpSolver.cpp1701 … writer.copyInIntegerInformation(model2->integerInformation());
/dports/math/py-CyLP/CyLP-0.91.4/cylp/cy/
H A DCyClpSimplex.pxd57 void copyInIntegerInformation(char* information)
H A DCyClpSimplex.pyx1750 def copyInIntegerInformation(self, np.ndarray[np.uint8_t, ndim=1] colType):
1755 self.CppSelf.copyInIntegerInformation(<char*>colType.data)
H A DCyClpSimplex.cpp27091 __pyx_v_self->CppSelf->copyInIntegerInformation(((char *)__pyx_v_colType->data));
/dports/math/ogdf/OGDF/src/coin/Clp/
H A DClpPresolve.cpp1406 si->copyInIntegerInformation(reinterpret_cast<const char *> (integerType_)); in update_model()
1408 si->copyInIntegerInformation(NULL); in update_model()
H A DClp_C_Interface.cpp277 model->model_->copyInIntegerInformation(information); in Clp_copyInIntegerInformation()
H A DClpModel.cpp2929 ClpModel::copyInIntegerInformation(const char * information) in copyInIntegerInformation() function in ClpModel
3626 writer.copyInIntegerInformation(integerInformation()); in writeMps()
/dports/math/clp/Clp-1.17.3/Clp/src/OsiClp/
H A DOsiClpSolverInterface.cpp5642 modelPtr_->copyInIntegerInformation(integer); in readMps()
5757 modelPtr_->copyInIntegerInformation(integer); in readMps()
5854 modelPtr_->copyInIntegerInformation(integer); in readLp()
/dports/math/ogdf/OGDF/src/coin/OsiClp/
H A DOsiClpSolverInterface.cpp4768 modelPtr_->copyInIntegerInformation(integer); in readMps()
4882 modelPtr_->copyInIntegerInformation(integer); in readMps()
/dports/math/ogdf/OGDF/src/coin/CoinUtils/
H A DCoinMpsIO.cpp5117 CoinMpsIO::copyInIntegerInformation(const char * integerType) in copyInIntegerInformation() function in CoinMpsIO