All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
reader_fzn.h File Reference Detailed DescriptionFlatZinc file reader. FlatZinc is a low-level solver input language that is the target language for MiniZinc. It is designed to be easy to translate into the form required by a solver. For more details see http://www.g12.cs.mu.oz.au/minizinc/ . Definition in file reader_fzn.h. #include "scip/scip.h" Go to the source code of this file.
Function Documentation
includes the FlatZinc file reader into SCIP includes the fzn file reader in SCIP
Definition at line 4904 of file reader_fzn.c. References READER_DESC, READER_EXTENSION, READER_NAME, readerdataCreate(), SCIP_CALL, SCIP_OKAY, SCIPincludeReaderBasic(), SCIPsetReaderCopy(), SCIPsetReaderFree(), SCIPsetReaderRead(), and SCIPsetReaderWrite(). Referenced by SCIP_DECL_READERCOPY(), and SCIPincludeDefaultPlugins().
print given solution in Flatzinc format w.r.t. the output annotation
Definition at line 4927 of file reader_fzn.c. References NULL, printValue(), READER_NAME, SCIP_OKAY, SCIP_Real, SCIPfindReader(), SCIPgetSolVal(), SCIPinfoMessage(), SCIPreaderGetData(), and SCIPsortPtr(). |