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
844c385e
Commit
844c385e
authored
Dec 22, 2011
by
Alan Mishchenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Transforming the solver to use different clause representation.
parent
1c51d957
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 additions
and
1 deletions
+1
-1
src/aig/fra/fraCec.c
+1
-1
src/sat/bsat/satSolver.c
+0
-0
No files found.
src/aig/fra/fraCec.c
View file @
844c385e
...
@@ -253,7 +253,7 @@ int Fra_FraigSat( Aig_Man_t * pMan, ABC_INT64_T nConfLimit, ABC_INT64_T nInsLimi
...
@@ -253,7 +253,7 @@ int Fra_FraigSat( Aig_Man_t * pMan, ABC_INT64_T nConfLimit, ABC_INT64_T nInsLimi
pMan
->
pData
=
Sat_SolverGetModel
(
pSat
,
vCiIds
->
pArray
,
vCiIds
->
nSize
);
pMan
->
pData
=
Sat_SolverGetModel
(
pSat
,
vCiIds
->
pArray
,
vCiIds
->
nSize
);
}
}
// free the sat_solver
// free the sat_solver
if
(
fVerbose
)
//
if ( fVerbose )
Sat_SolverPrintStats
(
stdout
,
pSat
);
Sat_SolverPrintStats
(
stdout
,
pSat
);
//sat_solver_store_write( pSat, "trace.cnf" );
//sat_solver_store_write( pSat, "trace.cnf" );
//sat_solver_store_free( pSat );
//sat_solver_store_free( pSat );
...
...
src/sat/bsat/satSolver.c
View file @
844c385e
This diff is collapsed.
Click to expand it.
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