Skip to content

HaowenLin/CRC_Problem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CRC_Problem

The input file format is the following

N ( n = number of variables, stored as integer)
A,3 (Next N lines are variable names represent by string + comma + domain of this variables)
B,3
C,3
M (this line represents the number of constraints, stored as integers)
A,B,1,1 (Next M lines represents constraints, this line means var A =1, var B =1 is not allowed )

Output assignments will be stored in a txt file

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages