Home
last modified time | relevance | path

Searched refs:replaceforbiddenchars (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/check/coverage/settings/
H A Dsetppclifting_leastinf.set23 reading/gmsreader/replaceforbiddenchars = TRUE
/dports/math/SCIP/scip-7.0.3/src/scip/
H A Dreader_gms.c256 SCIP_Bool replaceforbiddenchars; in printConformName() local
261 …_CALL( SCIPgetBoolParam(scip, "reading/gmsreader/replaceforbiddenchars", &replaceforbiddenchars) ); in printConformName()
265 if( replaceforbiddenchars ) in printConformName()
1907 SCIP_Bool replaceforbiddenchars; in checkVarnames() local
1913 …_CALL( SCIPgetBoolParam(scip, "reading/gmsreader/replaceforbiddenchars", &replaceforbiddenchars) ); in checkVarnames()
1925 if( replaceforbiddenchars ) in checkVarnames()
1969 SCIP_Bool replaceforbiddenchars; in checkConsnames() local
1975 …_CALL( SCIPgetBoolParam(scip, "reading/gmsreader/replaceforbiddenchars", &replaceforbiddenchars) ); in checkConsnames()
1987 if( replaceforbiddenchars ) in checkConsnames()