Tags: acharaakshit/RMiniZinc
Tags
Development (#56) * update vignette and correct error messages * resolve strip binary issue and update title to 'R Interface to 'MiniZinc' * Direct values can be provided for IntDecl, FloatDecl and BoolDecl rather than providing values as R6 Classes Int, Float and Bool respectively. The parameter desccriptions have also been updated accordingly. * updated description * provided possible operators in class descriptions * corrected description for value parameter * let contains variable declaration items and constraint items. Corrected Class logic and updated the utils code to convert parsed list correctly to R model. * Added more specialized functions for constraint programming problems. * corrected documentation * corrected array serialization * solver_bin and libminizinc must be checked seperately for different tests * Redesigned and updated vignette to make it easy to understand. * Update package version and documentation