Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
abc
Commits
241b042f
Commit
241b042f
authored
Mar 05, 2015
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Experiments with SAT-based cube enumeration.
parent
1961f179
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/sat/bmc/bmcFx.c
+1
-1
No files found.
src/sat/bmc/bmcFx.c
View file @
241b042f
...
@@ -558,7 +558,7 @@ int Bmc_FxCompute( Gia_Man_t * p )
...
@@ -558,7 +558,7 @@ int Bmc_FxCompute( Gia_Man_t * p )
int
nOuts
=
Gia_ManCoNum
(
p
);
int
nOuts
=
Gia_ManCoNum
(
p
);
int
nCiVars
=
Gia_ManCiNum
(
p
),
iCiVarBeg
=
pCnf
->
nVars
-
nCiVars
;
// - 1;
int
nCiVars
=
Gia_ManCiNum
(
p
),
iCiVarBeg
=
pCnf
->
nVars
-
nCiVars
;
// - 1;
int
o
,
i
,
n
,
RetValue
,
nCounter
,
iAuxVarStart
=
sat_solver_nvars
(
pSat
);
int
o
,
i
,
n
,
RetValue
,
nCounter
,
iAuxVarStart
=
sat_solver_nvars
(
pSat
);
int
nCubes
[
2
][
2
]
=
{
0
};
int
nCubes
[
2
][
2
]
=
{
{
0
}
};
// create variables
// create variables
Vec_Int_t
*
vVars
=
Vec_IntAlloc
(
nCiVars
);
Vec_Int_t
*
vVars
=
Vec_IntAlloc
(
nCiVars
);
for
(
n
=
0
;
n
<
nCiVars
;
n
++
)
for
(
n
=
0
;
n
<
nCiVars
;
n
++
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment