Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_rlp.c84 SCIP_CALL( SCIPprintTransProblem(scip, file, "rlp", TRUE) ); in SCIP_DECL_READERWRITE()
H A Dscip_solvingstats.h1673 SCIP_RETCODE SCIPprintTransProblem(
H A Dscip_prob.c547 …retcode = SCIPprintTransProblem(scip, file, extension != NULL ? extension : fileextension, generic… in writeProblem()
564 retcode = SCIPprintTransProblem(scip, NULL, extension, genericnames); in writeProblem()
H A Dreader_opb.c4455 SCIP_CALL( SCIPprintTransProblem(scip, file, "opb", TRUE) ); in SCIPwriteOpb()
4483 SCIP_CALL( SCIPprintTransProblem(scip, file, "opb", TRUE) ); in SCIPwriteOpb()
H A Dreader_fzn.c4932 SCIP_CALL( SCIPprintTransProblem(scip, file, "fzn", TRUE) ); in SCIP_DECL_READERWRITE()
H A Dscip_solvingstats.c2364 SCIP_RETCODE SCIPprintTransProblem( in SCIPprintTransProblem() function
H A Dreader_mps.c3967 SCIP_CALL( SCIPprintTransProblem(scip, file, "mps", TRUE) ); in SCIPwriteMps()
H A Ddialog_default.c1842 SCIP_CALL( SCIPprintTransProblem(scip, NULL, "cip", FALSE) ); in SCIP_DECL_DIALOGEXEC()
/dports/math/SCIP/scip-7.0.3/tests/src/cons/soc/
H A Dupgrade.c90 SCIP_CALL( SCIPprintTransProblem(scip, NULL, NULL, FALSE) );
/dports/math/SCIP/scip-7.0.3/tests/src/cons/xor/
H A Dupgrading.c321 SCIP_CALL( SCIPprintTransProblem(scip, NULL, "cip", FALSE) );
/dports/math/SCIP/scip-7.0.3/tests/src/symmetry/
H A Dcompute.c616 SCIP_CALL( SCIPprintTransProblem(scip, NULL, "cip", FALSE) );
768 SCIP_CALL( SCIPprintTransProblem(scip, NULL, "cip", FALSE) );
/dports/math/SCIP/scip-7.0.3/
H A DCHANGELOG5968 …- New parameters `extension` and `genericnames` in SCIPprintTransProblem(), SCIPprintOrigProblem(),
5971 …- SCIPprintTransProblem(scip, NULL, NULL, TRUE) displays the transformed problem in CIP format with