abclib.dsp 106 KB
Newer Older
Alan Mishchenko committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
# Microsoft Developer Studio Project File - Name="abclib" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# ** DO NOT EDIT **

# TARGTYPE "Win32 (x86) Static Library" 0x0104

CFG=abclib - Win32 Debug
!MESSAGE This is not a valid makefile. To build this project using NMAKE,
!MESSAGE use the Export Makefile command and run
!MESSAGE 
!MESSAGE NMAKE /f "abclib.mak".
!MESSAGE 
!MESSAGE You can specify a configuration when running NMAKE
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE 
!MESSAGE NMAKE /f "abclib.mak" CFG="abclib - Win32 Debug"
!MESSAGE 
!MESSAGE Possible choices for configuration are:
!MESSAGE 
!MESSAGE "abclib - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "abclib - Win32 Debug" (based on "Win32 (x86) Static Library")
!MESSAGE 

# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe

!IF  "$(CFG)" == "abclib - Win32 Release"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
Alan Mishchenko committed
35 36
# PROP BASE Output_Dir "ReleaseLib"
# PROP BASE Intermediate_Dir "ReleaseLib"
Alan Mishchenko committed
37 38 39
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
Alan Mishchenko committed
40 41
# PROP Output_Dir "ReleaseLib"
# PROP Intermediate_Dir "ReleaseLib"
Alan Mishchenko committed
42 43
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
44
# ADD CPP /nologo /MD /W3 /GX /O2 /I "src" /D "WIN32" /D "WINDOWS" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /D ABC_DLL=ABC_DLLEXPORT /D "_CRT_SECURE_NO_DEPRECATE" /D "ABC_USE_PTHREADS" /D "ABC_USE_CUDD" /FR /YX /FD /c
Alan Mishchenko committed
45 46 47 48 49 50 51
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
Alan Mishchenko committed
52
# ADD LIB32 /nologo /out:"lib\abcr.lib"
Alan Mishchenko committed
53 54 55 56 57

!ELSEIF  "$(CFG)" == "abclib - Win32 Debug"

# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 1
Alan Mishchenko committed
58 59
# PROP BASE Output_Dir "DebugLib"
# PROP BASE Intermediate_Dir "DebugLib"
Alan Mishchenko committed
60 61 62
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 1
Alan Mishchenko committed
63 64
# PROP Output_Dir "DebugLib"
# PROP Intermediate_Dir "DebugLib"
Alan Mishchenko committed
65 66
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /Gm /GX /ZI /Od /D "WIN32" /D "_DEBUG" /D "_MBCS" /D "_LIB" /YX /FD /GZ /c
67
# ADD CPP /nologo /MDd /W3 /Gm /GX /ZI /Od /I "src" /D "WIN32" /D "WINDOWS" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D ABC_DLL=ABC_DLLEXPORT /D "_CRT_SECURE_NO_DEPRECATE" /D "ABC_USE_PTHREADS" /D "ABC_USE_CUDD" /FR /YX /FD /GZ /c
Alan Mishchenko committed
68 69 70 71 72 73 74
# ADD BASE RSC /l 0x409 /d "_DEBUG"
# ADD RSC /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
Alan Mishchenko committed
75
# ADD LIB32 /nologo /out:"lib\abcd.lib"
Alan Mishchenko committed
76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101

!ENDIF 

# Begin Target

# Name "abclib - Win32 Release"
# Name "abclib - Win32 Debug"
# Begin Group "Source Files"

# PROP Default_Filter "cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
# Begin Group "base"

# PROP Default_Filter ""
# Begin Group "abc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\abc\abc.h
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcAig.c
# End Source File
# Begin Source File

102 103 104 105
SOURCE=.\src\base\abc\abcBarBuf.c
# End Source File
# Begin Source File

Alan Mishchenko committed
106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121
SOURCE=.\src\base\abc\abcBlifMv.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcFanio.c
# End Source File
# Begin Source File

122 123 124 125
SOURCE=.\src\base\abc\abcFanOrder.c
# End Source File
# Begin Source File

Alan Mishchenko committed
126 127 128 129 130 131 132 133
SOURCE=.\src\base\abc\abcFunc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcHie.c
# End Source File
# Begin Source File

134 135 136 137
SOURCE=.\src\base\abc\abcHieCec.c
# End Source File
# Begin Source File

138 139 140 141
SOURCE=.\src\base\abc\abcHieGia.c
# End Source File
# Begin Source File

Alan Mishchenko committed
142 143 144 145
SOURCE=.\src\base\abc\abcHieNew.c
# End Source File
# Begin Source File

Alan Mishchenko committed
146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213
SOURCE=.\src\base\abc\abcInt.h
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcLatch.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcLib.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcMinBase.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcNames.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcNetlist.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcNtk.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcObj.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcRefs.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcShow.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcSop.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abc\abcUtil.c
# End Source File
# End Group
# Begin Group "abci"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\abci\abc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcAttach.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcAuto.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcBalance.c
# End Source File
# Begin Source File

Alan Mishchenko committed
214 215 216 217
SOURCE=.\src\base\abci\abcBidec.c
# End Source File
# Begin Source File

218 219 220 221
SOURCE=.\src\base\abci\abcBm.c
# End Source File
# Begin Source File

Alan Mishchenko committed
222 223 224 225 226 227 228 229
SOURCE=.\src\base\abci\abcBmc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcCas.c
# End Source File
# Begin Source File

230
SOURCE=.\src\base\abci\abcCascade.c
Alan Mishchenko committed
231 232 233
# End Source File
# Begin Source File

234
SOURCE=.\src\base\abci\abcCollapse.c
Alan Mishchenko committed
235 236 237 238 239 240 241 242 243 244 245 246 247 248 249
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcCut.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcDar.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcDebug.c
# End Source File
# Begin Source File

250 251 252 253
SOURCE=.\src\base\abci\abcDec.c
# End Source File
# Begin Source File

254 255 256 257
SOURCE=.\src\base\abci\abcDetect.c
# End Source File
# Begin Source File

258
SOURCE=.\src\base\abci\abcDress.c
Alan Mishchenko committed
259 260 261
# End Source File
# Begin Source File

262
SOURCE=.\src\base\abci\abcDress2.c
Alan Mishchenko committed
263 264
# End Source File
# Begin Source File
265 266 267 268

SOURCE=.\src\base\abci\abcDress3.c
# End Source File
# Begin Source File
Alan Mishchenko committed
269

Alan Mishchenko committed
270
SOURCE=.\src\base\abci\abcDsd.c
Alan Mishchenko committed
271 272 273
# End Source File
# Begin Source File

274 275 276 277
SOURCE=.\src\base\abci\abcEco.c
# End Source File
# Begin Source File

278 279 280 281
SOURCE=.\src\base\abci\abcExact.c
# End Source File
# Begin Source File

Alan Mishchenko committed
282 283 284 285 286 287 288 289
SOURCE=.\src\base\abci\abcExtract.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcFraig.c
# End Source File
# Begin Source File

Alan Mishchenko committed
290 291 292 293
SOURCE=.\src\base\abci\abcFx.c
# End Source File
# Begin Source File

Alan Mishchenko committed
294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309
SOURCE=.\src\base\abci\abcFxu.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcGen.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcHaig.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcIf.c
# End Source File
# Begin Source File

310 311 312 313
SOURCE=.\src\base\abci\abcIfif.c
# End Source File
# Begin Source File

314 315 316 317
SOURCE=.\src\base\abci\abcIfMux.c
# End Source File
# Begin Source File

Alan Mishchenko committed
318 319 320 321
SOURCE=.\src\base\abci\abcIvy.c
# End Source File
# Begin Source File

322 323 324 325
SOURCE=.\src\base\abci\abcLog.c
# End Source File
# Begin Source File

Alan Mishchenko committed
326 327 328 329
SOURCE=.\src\base\abci\abcLut.c
# End Source File
# Begin Source File

Alan Mishchenko committed
330 331 332 333
SOURCE=.\src\base\abci\abcLutmin.c
# End Source File
# Begin Source File

Alan Mishchenko committed
334 335 336 337 338 339 340 341
SOURCE=.\src\base\abci\abcMap.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMeasure.c
# End Source File
# Begin Source File

Alan Mishchenko committed
342 343 344 345
SOURCE=.\src\base\abci\abcMerge.c
# End Source File
# Begin Source File

346 347 348 349
SOURCE=.\src\base\abci\abcMffc.c
# End Source File
# Begin Source File

Alan Mishchenko committed
350 351 352 353
SOURCE=.\src\base\abci\abcMfs.c
# End Source File
# Begin Source File

Alan Mishchenko committed
354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369
SOURCE=.\src\base\abci\abcMini.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMiter.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMulti.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcMv.c
# End Source File
# Begin Source File

370 371 372 373
SOURCE=.\src\base\abci\abcNpn.c
# End Source File
# Begin Source File

Alan Mishchenko committed
374 375 376 377
SOURCE=.\src\base\abci\abcNpnSave.c
# End Source File
# Begin Source File

Alan Mishchenko committed
378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409
SOURCE=.\src\base\abci\abcNtbdd.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcOdc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcOrder.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcPart.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcProve.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcQbf.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcQuant.c
# End Source File
# Begin Source File

Alan Mishchenko committed
410
SOURCE=.\src\base\abci\abcReach.c
Alan Mishchenko committed
411 412 413
# End Source File
# Begin Source File

414 415 416
SOURCE=.\src\base\abci\abcRec3.c
# End Source File
# Begin Source File
417

Alan Mishchenko committed
418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445
SOURCE=.\src\base\abci\abcReconv.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRefactor.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRenode.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcReorder.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRestruct.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcResub.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcRewrite.c
# End Source File
# Begin Source File

446 447 448 449
SOURCE=.\src\base\abci\abcRpo.c
# End Source File
# Begin Source File

Alan Mishchenko committed
450 451 452 453 454 455 456 457
SOURCE=.\src\base\abci\abcRr.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcSat.c
# End Source File
# Begin Source File

458 459 460 461
SOURCE=.\src\base\abci\abcSaucy.c
# End Source File
# Begin Source File

462 463 464 465
SOURCE=.\src\base\abci\abcScorr.c
# End Source File
# Begin Source File

Alan Mishchenko committed
466 467 468 469
SOURCE=.\src\base\abci\abcSense.c
# End Source File
# Begin Source File

470 471 472 473
SOURCE=.\src\base\abci\abcSpeedup.c
# End Source File
# Begin Source File

Alan Mishchenko committed
474 475 476 477 478 479 480 481 482 483 484 485
SOURCE=.\src\base\abci\abcStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcSweep.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcSymm.c
# End Source File
# Begin Source File

486 487 488 489
SOURCE=.\src\base\abci\abcTim.c
# End Source File
# Begin Source File

Alan Mishchenko committed
490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529
SOURCE=.\src\base\abci\abcTiming.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcUnate.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcUnreach.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcVerify.c
# End Source File
# Begin Source File

SOURCE=.\src\base\abci\abcXsim.c
# End Source File
# End Group
# Begin Group "cmd"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\cmd\cmd.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmd.h
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdAlias.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdApi.c
# End Source File
# Begin Source File

530 531 532 533
SOURCE=.\src\base\cmd\cmdAuto.c
# End Source File
# Begin Source File

Alan Mishchenko committed
534 535 536 537 538 539 540 541 542 543 544 545
SOURCE=.\src\base\cmd\cmdFlag.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdHist.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdInt.h
# End Source File
# Begin Source File

546 547 548 549 550 551 552 553
SOURCE=.\src\base\cmd\cmdLoad.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cmd\cmdPlugin.c
# End Source File
# Begin Source File

554 555 556 557
SOURCE=.\src\base\cmd\cmdStarter.c
# End Source File
# Begin Source File

Alan Mishchenko committed
558 559 560 561 562 563 564 565 566 567 568 569
SOURCE=.\src\base\cmd\cmdUtils.c
# End Source File
# End Group
# Begin Group "io"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\io\io.c
# End Source File
# Begin Source File

Alan Mishchenko committed
570
SOURCE=.\src\base\io\ioabc.h
Alan Mishchenko committed
571 572 573 574 575 576 577
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioInt.h
# End Source File
# Begin Source File

578 579 580 581
SOURCE=.\src\base\io\ioJson.c
# End Source File
# Begin Source File

Alan Mishchenko committed
582 583 584 585 586 587 588 589
SOURCE=.\src\base\io\ioReadAiger.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBaf.c
# End Source File
# Begin Source File

Alan Mishchenko committed
590 591 592 593
SOURCE=.\src\base\io\ioReadBblif.c
# End Source File
# Begin Source File

Alan Mishchenko committed
594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625
SOURCE=.\src\base\io\ioReadBench.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBlif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBlifAig.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadBlifMv.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadDsd.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadEdif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadEqn.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioReadPla.c
# End Source File
# Begin Source File

626 627 628 629
SOURCE=.\src\base\io\ioReadPlaMo.c
# End Source File
# Begin Source File

Alan Mishchenko committed
630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645
SOURCE=.\src\base\io\ioReadVerilog.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteAiger.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteBaf.c
# End Source File
# Begin Source File

Alan Mishchenko committed
646 647 648 649
SOURCE=.\src\base\io\ioWriteBblif.c
# End Source File
# Begin Source File

Alan Mishchenko committed
650 651 652 653 654 655 656 657 658 659 660 661
SOURCE=.\src\base\io\ioWriteBench.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteBlif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteBlifMv.c
# End Source File
# Begin Source File

Alan Mishchenko committed
662 663 664 665
SOURCE=.\src\base\io\ioWriteBook.c
# End Source File
# Begin Source File

Alan Mishchenko committed
666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689
SOURCE=.\src\base\io\ioWriteCnf.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteDot.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteEqn.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteGml.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWriteList.c
# End Source File
# Begin Source File

SOURCE=.\src\base\io\ioWritePla.c
# End Source File
# Begin Source File

690 691 692 693
SOURCE=.\src\base\io\ioWriteSmv.c
# End Source File
# Begin Source File

Alan Mishchenko committed
694 695 696 697 698 699 700 701
SOURCE=.\src\base\io\ioWriteVerilog.c
# End Source File
# End Group
# Begin Group "main"

# PROP Default_Filter ""
# Begin Source File

702 703 704 705
SOURCE=.\src\base\main\abcapis.h
# End Source File
# Begin Source File

Alan Mishchenko committed
706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725
SOURCE=.\src\base\main\libSupport.c
# End Source File
# Begin Source File

SOURCE=.\src\base\main\main.h
# End Source File
# Begin Source File

SOURCE=.\src\base\main\mainFrame.c
# End Source File
# Begin Source File

SOURCE=.\src\base\main\mainInit.c
# End Source File
# Begin Source File

SOURCE=.\src\base\main\mainInt.h
# End Source File
# Begin Source File

726 727 728 729
SOURCE=.\src\base\main\mainLib.c
# End Source File
# Begin Source File

730 731 732 733
SOURCE=.\src\base\main\mainReal.c
# End Source File
# Begin Source File

Alan Mishchenko committed
734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760
SOURCE=.\src\base\main\mainUtils.c
# End Source File
# End Group
# Begin Group "ver"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\ver\ver.h
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verCore.c
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verFormula.c
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verParse.c
# End Source File
# Begin Source File

SOURCE=.\src\base\ver\verStream.c
# End Source File
# End Group
761 762 763 764 765 766 767 768
# Begin Group "test"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\test\test.c
# End Source File
# End Group
769 770 771 772 773 774 775 776 777 778 779 780 781
# Begin Group "wlc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\wlc\wlc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\wlc\wlc.h
# End Source File
# Begin Source File

782 783 784 785
SOURCE=.\src\base\wlc\wlcAbc.c
# End Source File
# Begin Source File

786 787 788 789
SOURCE=.\src\base\wlc\wlcAbs.c
# End Source File
# Begin Source File

790 791 792 793
SOURCE=.\src\base\wlc\wlcAbs2.c
# End Source File
# Begin Source File

794 795 796 797 798 799 800 801
SOURCE=.\src\base\wlc\wlcBlast.c
# End Source File
# Begin Source File

SOURCE=.\src\base\wlc\wlcCom.c
# End Source File
# Begin Source File

802 803 804 805
SOURCE=.\src\base\wlc\wlcGraft.c
# End Source File
# Begin Source File

806 807 808 809
SOURCE=.\src\base\wlc\wlcJson.c
# End Source File
# Begin Source File

Alan Mishchenko committed
810 811 812 813
SOURCE=.\src\base\wlc\wlcMem.c
# End Source File
# Begin Source File

814 815 816 817
SOURCE=.\src\base\wlc\wlcNdr.c
# End Source File
# Begin Source File

818 819 820 821
SOURCE=.\src\base\wlc\wlcNtk.c
# End Source File
# Begin Source File

822 823 824 825
SOURCE=.\src\base\wlc\wlcPth.c
# End Source File
# Begin Source File

826 827 828 829
SOURCE=.\src\base\wlc\wlcReadSmt.c
# End Source File
# Begin Source File

830 831 832 833
SOURCE=.\src\base\wlc\wlcReadVer.c
# End Source File
# Begin Source File

834 835 836 837
SOURCE=.\src\base\wlc\wlcShow.c
# End Source File
# Begin Source File

838 839 840 841
SOURCE=.\src\base\wlc\wlcSim.c
# End Source File
# Begin Source File

842 843 844 845
SOURCE=.\src\base\wlc\wlcStdin.c
# End Source File
# Begin Source File

846 847 848 849
SOURCE=.\src\base\wlc\wlcUif.c
# End Source File
# Begin Source File

850 851 852 853
SOURCE=.\src\base\wlc\wlcWin.c
# End Source File
# Begin Source File

854 855 856
SOURCE=.\src\base\wlc\wlcWriteVer.c
# End Source File
# End Group
857
# Begin Group "pla"
858 859 860 861

# PROP Default_Filter ""
# Begin Source File

862
SOURCE=.\src\base\pla\pla.h
863 864 865
# End Source File
# Begin Source File

866
SOURCE=.\src\base\pla\plaCom.c
867 868 869
# End Source File
# Begin Source File

870
SOURCE=.\src\base\pla\plaHash.c
871 872 873
# End Source File
# Begin Source File

874
SOURCE=.\src\base\pla\plaMan.c
875 876 877
# End Source File
# Begin Source File

878
SOURCE=.\src\base\pla\plaMerge.c
879 880 881
# End Source File
# Begin Source File

882
SOURCE=.\src\base\pla\plaRead.c
883 884 885
# End Source File
# Begin Source File

886
SOURCE=.\src\base\pla\plaSimple.c
887 888 889
# End Source File
# Begin Source File

890
SOURCE=.\src\base\pla\plaWrite.c
891
# End Source File
892 893 894 895
# End Group
# Begin Group "bac"

# PROP Default_Filter ""
896 897
# Begin Source File

898
SOURCE=.\src\base\bac\bac.c
899 900 901
# End Source File
# Begin Source File

902
SOURCE=.\src\base\bac\bac.h
903 904 905
# End Source File
# Begin Source File

906
SOURCE=.\src\base\bac\bacBac.c
907 908 909
# End Source File
# Begin Source File

910
SOURCE=.\src\base\bac\bacBlast.c
911 912 913
# End Source File
# Begin Source File

914
SOURCE=.\src\base\bac\bacCom.c
915 916 917
# End Source File
# Begin Source File

918
SOURCE=.\src\base\bac\bacLib.c
919 920 921
# End Source File
# Begin Source File

922
SOURCE=.\src\base\bac\bacNtk.c
923 924 925
# End Source File
# Begin Source File

926
SOURCE=.\src\base\bac\bacOper.c
927 928 929
# End Source File
# Begin Source File

930 931 932 933 934 935 936 937 938 939 940 941
SOURCE=.\src\base\bac\bacPrs.h
# End Source File
# Begin Source File

SOURCE=.\src\base\bac\bacPrsBuild.c
# End Source File
# Begin Source File

SOURCE=.\src\base\bac\bacPrsTrans.c
# End Source File
# Begin Source File

942
SOURCE=.\src\base\bac\bacPtr.c
943 944 945
# End Source File
# Begin Source File

946
SOURCE=.\src\base\bac\bacPtrAbc.c
947 948 949 950 951 952 953 954 955 956 957
# End Source File
# Begin Source File

SOURCE=.\src\base\bac\bacReadBlif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\bac\bacReadSmt.c
# End Source File
# Begin Source File

958
SOURCE=.\src\base\bac\bacReadVer.c
959 960 961 962 963 964 965 966 967 968 969 970
# End Source File
# Begin Source File

SOURCE=.\src\base\bac\bacWriteBlif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\bac\bacWriteSmt.c
# End Source File
# Begin Source File

SOURCE=.\src\base\bac\bacWriteVer.c
971 972
# End Source File
# End Group
973
# Begin Group "cba"
974 975 976 977

# PROP Default_Filter ""
# Begin Source File

978
SOURCE=.\src\base\cba\cba.c
979 980 981
# End Source File
# Begin Source File

982
SOURCE=.\src\base\cba\cba.h
983 984 985
# End Source File
# Begin Source File

986
SOURCE=.\src\base\cba\cbaBlast.c
987 988 989
# End Source File
# Begin Source File

990
SOURCE=.\src\base\cba\cbaCba.c
991 992 993
# End Source File
# Begin Source File

994
SOURCE=.\src\base\cba\cbaCom.c
995 996 997
# End Source File
# Begin Source File

998
SOURCE=.\src\base\cba\cbaNtk.c
999 1000 1001
# End Source File
# Begin Source File

1002
SOURCE=.\src\base\cba\cbaPrs.h
1003 1004 1005
# End Source File
# Begin Source File

1006
SOURCE=.\src\base\cba\cbaReadBlif.c
1007 1008 1009
# End Source File
# Begin Source File

1010 1011 1012 1013
SOURCE=.\src\base\cba\cbaReadVer.c
# End Source File
# Begin Source File

1014 1015 1016 1017
SOURCE=.\src\base\cba\cbaTypes.h
# End Source File
# Begin Source File

1018 1019 1020 1021 1022
SOURCE=.\src\base\cba\cbaWriteBlif.c
# End Source File
# Begin Source File

SOURCE=.\src\base\cba\cbaWriteVer.c
1023
# End Source File
1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 1046 1047 1048 1049 1050 1051 1052 1053 1054 1055
# End Group
# Begin Group "exor"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\exor\exor.c
# End Source File
# Begin Source File

SOURCE=.\src\base\exor\exor.h
# End Source File
# Begin Source File

SOURCE=.\src\base\exor\exorBits.c
# End Source File
# Begin Source File

SOURCE=.\src\base\exor\exorCubes.c
# End Source File
# Begin Source File

SOURCE=.\src\base\exor\exorLink.c
# End Source File
# Begin Source File

SOURCE=.\src\base\exor\exorList.c
# End Source File
# Begin Source File

SOURCE=.\src\base\exor\exorUtil.c
# End Source File
1056
# End Group
1057 1058 1059 1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083
# Begin Group "acb"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\acb\acb.c
# End Source File
# Begin Source File

SOURCE=.\src\base\acb\acb.h
# End Source File
# Begin Source File

SOURCE=.\src\base\acb\acbAbc.c
# End Source File
# Begin Source File

SOURCE=.\src\base\acb\acbAig.c
# End Source File
# Begin Source File

SOURCE=.\src\base\acb\acbCom.c
# End Source File
# Begin Source File

SOURCE=.\src\base\acb\acbFunc.c
# End Source File
1084 1085 1086 1087 1088 1089
# Begin Source File

SOURCE=.\src\base\acb\acbMfs.c
# End Source File
# Begin Source File

1090 1091 1092 1093
SOURCE=.\src\base\acb\acbPar.h
# End Source File
# Begin Source File

1094 1095 1096 1097
SOURCE=.\src\base\acb\acbPush.c
# End Source File
# Begin Source File

1098 1099 1100 1101
SOURCE=.\src\base\acb\acbSets.c
# End Source File
# Begin Source File

1102 1103 1104 1105
SOURCE=.\src\base\acb\acbSets.h
# End Source File
# Begin Source File

1106 1107
SOURCE=.\src\base\acb\acbUtil.c
# End Source File
1108
# End Group
1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121
# Begin Group "wln"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\base\wln\wln.c
# End Source File
# Begin Source File

SOURCE=.\src\base\wln\wln.h
# End Source File
# Begin Source File

1122 1123 1124 1125
SOURCE=.\src\base\wln\wlnMem.c
# End Source File
# Begin Source File

1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1138 1139 1140 1141
SOURCE=.\src\base\wln\wlnNdr.c
# End Source File
# Begin Source File

SOURCE=.\src\base\wln\wlnNtk.c
# End Source File
# Begin Source File

SOURCE=.\src\base\wln\wlnObj.c
# End Source File
# Begin Source File

SOURCE=.\src\base\wln\wlnRetime.c
# End Source File
# Begin Source File

1142 1143 1144 1145
SOURCE=.\src\base\wln\wlnWlc.c
# End Source File
# Begin Source File

1146 1147 1148
SOURCE=.\src\base\wln\wlnWriteVer.c
# End Source File
# End Group
Alan Mishchenko committed
1149 1150 1151 1152
# End Group
# Begin Group "bdd"

# PROP Default_Filter ""
1153
# Begin Group "extrab"
Alan Mishchenko committed
1154 1155 1156 1157

# PROP Default_Filter ""
# Begin Source File

1158
SOURCE=.\src\bdd\extrab\extraBdd.h
Alan Mishchenko committed
1159 1160 1161
# End Source File
# Begin Source File

1162
SOURCE=.\src\bdd\extrab\extraBddAuto.c
Alan Mishchenko committed
1163 1164 1165
# End Source File
# Begin Source File

1166
SOURCE=.\src\bdd\extrab\extraBddCas.c
Alan Mishchenko committed
1167 1168 1169
# End Source File
# Begin Source File

1170
SOURCE=.\src\bdd\extrab\extraBddImage.c
Alan Mishchenko committed
1171 1172 1173
# End Source File
# Begin Source File

1174
SOURCE=.\src\bdd\extrab\extraBddKmap.c
Alan Mishchenko committed
1175 1176 1177
# End Source File
# Begin Source File

1178 1179 1180 1181
SOURCE=.\src\bdd\extrab\extraBddMaxMin.c
# End Source File
# Begin Source File

1182
SOURCE=.\src\bdd\extrab\extraBddMisc.c
Alan Mishchenko committed
1183 1184 1185
# End Source File
# Begin Source File

1186 1187 1188 1189
SOURCE=.\src\bdd\extrab\extraBddSet.c
# End Source File
# Begin Source File

1190
SOURCE=.\src\bdd\extrab\extraBddSymm.c
Alan Mishchenko committed
1191 1192 1193
# End Source File
# Begin Source File

1194 1195 1196 1197
SOURCE=.\src\bdd\extrab\extraBddThresh.c
# End Source File
# Begin Source File

1198
SOURCE=.\src\bdd\extrab\extraBddTime.c
Alan Mishchenko committed
1199 1200 1201
# End Source File
# Begin Source File

1202
SOURCE=.\src\bdd\extrab\extraBddUnate.c
Alan Mishchenko committed
1203
# End Source File
1204 1205
# End Group
# Begin Group "llb"
Alan Mishchenko committed
1206

1207
# PROP Default_Filter ""
Alan Mishchenko committed
1208 1209
# Begin Source File

1210
SOURCE=.\src\bdd\llb\llb.h
Alan Mishchenko committed
1211 1212 1213
# End Source File
# Begin Source File

1214
SOURCE=.\src\bdd\llb\llb1Cluster.c
Alan Mishchenko committed
1215 1216 1217
# End Source File
# Begin Source File

1218
SOURCE=.\src\bdd\llb\llb1Constr.c
Alan Mishchenko committed
1219 1220 1221
# End Source File
# Begin Source File

1222
SOURCE=.\src\bdd\llb\llb1Core.c
Alan Mishchenko committed
1223 1224 1225
# End Source File
# Begin Source File

1226
SOURCE=.\src\bdd\llb\llb1Group.c
Alan Mishchenko committed
1227 1228 1229
# End Source File
# Begin Source File

1230
SOURCE=.\src\bdd\llb\llb1Hint.c
Alan Mishchenko committed
1231 1232 1233
# End Source File
# Begin Source File

1234
SOURCE=.\src\bdd\llb\llb1Man.c
Alan Mishchenko committed
1235 1236 1237
# End Source File
# Begin Source File

1238
SOURCE=.\src\bdd\llb\llb1Matrix.c
Alan Mishchenko committed
1239 1240 1241
# End Source File
# Begin Source File

1242
SOURCE=.\src\bdd\llb\llb1Pivot.c
Alan Mishchenko committed
1243 1244 1245
# End Source File
# Begin Source File

1246
SOURCE=.\src\bdd\llb\llb1Reach.c
Alan Mishchenko committed
1247 1248 1249
# End Source File
# Begin Source File

1250
SOURCE=.\src\bdd\llb\llb1Sched.c
Alan Mishchenko committed
1251 1252 1253
# End Source File
# Begin Source File

1254
SOURCE=.\src\bdd\llb\llb2Bad.c
Alan Mishchenko committed
1255 1256 1257
# End Source File
# Begin Source File

1258
SOURCE=.\src\bdd\llb\llb2Core.c
Alan Mishchenko committed
1259 1260 1261
# End Source File
# Begin Source File

1262
SOURCE=.\src\bdd\llb\llb2Driver.c
Alan Mishchenko committed
1263 1264 1265
# End Source File
# Begin Source File

1266
SOURCE=.\src\bdd\llb\llb2Dump.c
Alan Mishchenko committed
1267 1268 1269
# End Source File
# Begin Source File

1270
SOURCE=.\src\bdd\llb\llb2Flow.c
Alan Mishchenko committed
1271 1272 1273
# End Source File
# Begin Source File

1274
SOURCE=.\src\bdd\llb\llb2Image.c
Alan Mishchenko committed
1275 1276 1277
# End Source File
# Begin Source File

1278
SOURCE=.\src\bdd\llb\llb3Image.c
Alan Mishchenko committed
1279 1280 1281
# End Source File
# Begin Source File

1282
SOURCE=.\src\bdd\llb\llb3Nonlin.c
Alan Mishchenko committed
1283 1284 1285
# End Source File
# Begin Source File

1286
SOURCE=.\src\bdd\llb\llb4Cex.c
Alan Mishchenko committed
1287 1288 1289
# End Source File
# Begin Source File

1290
SOURCE=.\src\bdd\llb\llb4Cluster.c
Alan Mishchenko committed
1291 1292 1293
# End Source File
# Begin Source File

1294
SOURCE=.\src\bdd\llb\llb4Image.c
Alan Mishchenko committed
1295 1296 1297
# End Source File
# Begin Source File

1298
SOURCE=.\src\bdd\llb\llb4Map.c
Alan Mishchenko committed
1299 1300 1301
# End Source File
# Begin Source File

1302
SOURCE=.\src\bdd\llb\llb4Nonlin.c
Alan Mishchenko committed
1303 1304 1305
# End Source File
# Begin Source File

1306
SOURCE=.\src\bdd\llb\llb4Sweep.c
Alan Mishchenko committed
1307 1308 1309
# End Source File
# Begin Source File

1310
SOURCE=.\src\bdd\llb\llbInt.h
Alan Mishchenko committed
1311
# End Source File
1312 1313
# End Group
# Begin Group "bbr"
Alan Mishchenko committed
1314

1315
# PROP Default_Filter ""
Alan Mishchenko committed
1316 1317
# Begin Source File

1318
SOURCE=.\src\bdd\bbr\bbr.h
Alan Mishchenko committed
1319 1320 1321
# End Source File
# Begin Source File

1322
SOURCE=.\src\bdd\bbr\bbrCex.c
Alan Mishchenko committed
1323 1324 1325
# End Source File
# Begin Source File

1326
SOURCE=.\src\bdd\bbr\bbrImage.c
Alan Mishchenko committed
1327 1328 1329
# End Source File
# Begin Source File

1330
SOURCE=.\src\bdd\bbr\bbrNtbdd.c
Alan Mishchenko committed
1331 1332 1333
# End Source File
# Begin Source File

1334
SOURCE=.\src\bdd\bbr\bbrReach.c
Alan Mishchenko committed
1335
# End Source File
1336 1337
# End Group
# Begin Group "cas"
Alan Mishchenko committed
1338

1339
# PROP Default_Filter ""
Alan Mishchenko committed
1340 1341
# Begin Source File

1342
SOURCE=.\src\bdd\cas\cas.h
Alan Mishchenko committed
1343 1344 1345
# End Source File
# Begin Source File

1346
SOURCE=.\src\bdd\cas\casCore.c
Alan Mishchenko committed
1347 1348 1349
# End Source File
# Begin Source File

1350
SOURCE=.\src\bdd\cas\casDec.c
Alan Mishchenko committed
1351
# End Source File
1352 1353
# End Group
# Begin Group "reo"
Alan Mishchenko committed
1354

1355
# PROP Default_Filter ""
Alan Mishchenko committed
1356 1357
# Begin Source File

1358
SOURCE=.\src\bdd\reo\reo.h
Alan Mishchenko committed
1359 1360 1361
# End Source File
# Begin Source File

1362
SOURCE=.\src\bdd\reo\reoApi.c
Alan Mishchenko committed
1363 1364 1365
# End Source File
# Begin Source File

1366
SOURCE=.\src\bdd\reo\reoCore.c
Alan Mishchenko committed
1367 1368 1369
# End Source File
# Begin Source File

1370
SOURCE=.\src\bdd\reo\reoProfile.c
Alan Mishchenko committed
1371 1372 1373
# End Source File
# Begin Source File

1374
SOURCE=.\src\bdd\reo\reoShuffle.c
Alan Mishchenko committed
1375 1376 1377
# End Source File
# Begin Source File

1378
SOURCE=.\src\bdd\reo\reoSift.c
Alan Mishchenko committed
1379 1380 1381
# End Source File
# Begin Source File

1382
SOURCE=.\src\bdd\reo\reoSwap.c
Alan Mishchenko committed
1383 1384 1385
# End Source File
# Begin Source File

1386
SOURCE=.\src\bdd\reo\reoTest.c
Alan Mishchenko committed
1387 1388 1389
# End Source File
# Begin Source File

1390
SOURCE=.\src\bdd\reo\reoTransfer.c
Alan Mishchenko committed
1391 1392 1393
# End Source File
# Begin Source File

1394
SOURCE=.\src\bdd\reo\reoUnits.c
Alan Mishchenko committed
1395
# End Source File
1396 1397 1398 1399
# End Group
# Begin Group "dsd"

# PROP Default_Filter ""
Alan Mishchenko committed
1400 1401
# Begin Source File

1402
SOURCE=.\src\bdd\dsd\dsd.h
Alan Mishchenko committed
1403 1404 1405
# End Source File
# Begin Source File

1406
SOURCE=.\src\bdd\dsd\dsdApi.c
Alan Mishchenko committed
1407 1408 1409
# End Source File
# Begin Source File

1410
SOURCE=.\src\bdd\dsd\dsdCheck.c
Alan Mishchenko committed
1411 1412 1413
# End Source File
# Begin Source File

1414
SOURCE=.\src\bdd\dsd\dsdInt.h
Alan Mishchenko committed
1415 1416 1417
# End Source File
# Begin Source File

1418
SOURCE=.\src\bdd\dsd\dsdLocal.c
Alan Mishchenko committed
1419 1420 1421
# End Source File
# Begin Source File

1422
SOURCE=.\src\bdd\dsd\dsdMan.c
Alan Mishchenko committed
1423 1424 1425
# End Source File
# Begin Source File

1426
SOURCE=.\src\bdd\dsd\dsdProc.c
Alan Mishchenko committed
1427 1428 1429
# End Source File
# Begin Source File

1430
SOURCE=.\src\bdd\dsd\dsdTree.c
Alan Mishchenko committed
1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452
# End Source File
# End Group
# Begin Group "mtr"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bdd\mtr\mtr.h
# End Source File
# Begin Source File

SOURCE=.\src\bdd\mtr\mtrBasic.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\mtr\mtrGroup.c
# End Source File
# Begin Source File

SOURCE=.\src\bdd\mtr\mtrInt.h
# End Source File
# End Group
1453
# Begin Group "epd"
Alan Mishchenko committed
1454 1455 1456 1457

# PROP Default_Filter ""
# Begin Source File

1458
SOURCE=.\src\bdd\epd\epd.c
Alan Mishchenko committed
1459 1460 1461
# End Source File
# Begin Source File

1462
SOURCE=.\src\bdd\epd\epd.h
Alan Mishchenko committed
1463
# End Source File
1464 1465 1466 1467
# End Group
# Begin Group "cudd"

# PROP Default_Filter ""
Alan Mishchenko committed
1468 1469
# Begin Source File

1470
SOURCE=.\src\bdd\cudd\cudd.h
Alan Mishchenko committed
1471 1472 1473
# End Source File
# Begin Source File

1474
SOURCE=.\src\bdd\cudd\cuddAddAbs.c
Alan Mishchenko committed
1475 1476 1477
# End Source File
# Begin Source File

1478
SOURCE=.\src\bdd\cudd\cuddAddApply.c
Alan Mishchenko committed
1479 1480 1481
# End Source File
# Begin Source File

1482
SOURCE=.\src\bdd\cudd\cuddAddFind.c
Alan Mishchenko committed
1483 1484 1485
# End Source File
# Begin Source File

1486
SOURCE=.\src\bdd\cudd\cuddAddInv.c
Alan Mishchenko committed
1487 1488 1489
# End Source File
# Begin Source File

1490
SOURCE=.\src\bdd\cudd\cuddAddIte.c
Alan Mishchenko committed
1491 1492 1493
# End Source File
# Begin Source File

1494
SOURCE=.\src\bdd\cudd\cuddAddNeg.c
Alan Mishchenko committed
1495 1496 1497
# End Source File
# Begin Source File

1498
SOURCE=.\src\bdd\cudd\cuddAddWalsh.c
Alan Mishchenko committed
1499 1500 1501
# End Source File
# Begin Source File

1502
SOURCE=.\src\bdd\cudd\cuddAndAbs.c
Alan Mishchenko committed
1503 1504 1505
# End Source File
# Begin Source File

1506
SOURCE=.\src\bdd\cudd\cuddAnneal.c
Alan Mishchenko committed
1507 1508 1509
# End Source File
# Begin Source File

1510
SOURCE=.\src\bdd\cudd\cuddApa.c
Alan Mishchenko committed
1511 1512 1513
# End Source File
# Begin Source File

1514
SOURCE=.\src\bdd\cudd\cuddAPI.c
Alan Mishchenko committed
1515 1516 1517
# End Source File
# Begin Source File

1518
SOURCE=.\src\bdd\cudd\cuddApprox.c
Alan Mishchenko committed
1519 1520 1521
# End Source File
# Begin Source File

1522
SOURCE=.\src\bdd\cudd\cuddBddAbs.c
Alan Mishchenko committed
1523 1524 1525
# End Source File
# Begin Source File

1526
SOURCE=.\src\bdd\cudd\cuddBddCorr.c
Alan Mishchenko committed
1527 1528 1529
# End Source File
# Begin Source File

1530
SOURCE=.\src\bdd\cudd\cuddBddIte.c
Alan Mishchenko committed
1531
# End Source File
1532
# Begin Source File
Alan Mishchenko committed
1533

1534 1535
SOURCE=.\src\bdd\cudd\cuddBridge.c
# End Source File
Alan Mishchenko committed
1536 1537
# Begin Source File

1538
SOURCE=.\src\bdd\cudd\cuddCache.c
Alan Mishchenko committed
1539 1540 1541
# End Source File
# Begin Source File

1542
SOURCE=.\src\bdd\cudd\cuddCheck.c
Alan Mishchenko committed
1543 1544 1545
# End Source File
# Begin Source File

1546
SOURCE=.\src\bdd\cudd\cuddClip.c
Alan Mishchenko committed
1547
# End Source File
1548
# Begin Source File
1549

1550 1551
SOURCE=.\src\bdd\cudd\cuddCof.c
# End Source File
1552 1553
# Begin Source File

1554
SOURCE=.\src\bdd\cudd\cuddCompose.c
1555 1556 1557
# End Source File
# Begin Source File

1558
SOURCE=.\src\bdd\cudd\cuddDecomp.c
1559 1560 1561
# End Source File
# Begin Source File

1562
SOURCE=.\src\bdd\cudd\cuddEssent.c
1563 1564 1565
# End Source File
# Begin Source File

1566
SOURCE=.\src\bdd\cudd\cuddExact.c
1567 1568 1569
# End Source File
# Begin Source File

1570
SOURCE=.\src\bdd\cudd\cuddExport.c
1571
# End Source File
1572
# Begin Source File
1573

1574 1575
SOURCE=.\src\bdd\cudd\cuddGenCof.c
# End Source File
1576 1577
# Begin Source File

1578
SOURCE=.\src\bdd\cudd\cuddGenetic.c
1579 1580 1581
# End Source File
# Begin Source File

1582
SOURCE=.\src\bdd\cudd\cuddGroup.c
1583 1584 1585
# End Source File
# Begin Source File

1586
SOURCE=.\src\bdd\cudd\cuddHarwell.c
1587 1588 1589
# End Source File
# Begin Source File

1590
SOURCE=.\src\bdd\cudd\cuddInit.c
1591 1592 1593
# End Source File
# Begin Source File

1594
SOURCE=.\src\bdd\cudd\cuddInt.h
1595 1596 1597
# End Source File
# Begin Source File

1598
SOURCE=.\src\bdd\cudd\cuddInteract.c
1599 1600 1601
# End Source File
# Begin Source File

1602
SOURCE=.\src\bdd\cudd\cuddLCache.c
1603 1604 1605
# End Source File
# Begin Source File

1606
SOURCE=.\src\bdd\cudd\cuddLevelQ.c
1607 1608 1609
# End Source File
# Begin Source File

1610
SOURCE=.\src\bdd\cudd\cuddLinear.c
1611 1612 1613
# End Source File
# Begin Source File

1614
SOURCE=.\src\bdd\cudd\cuddLiteral.c
1615 1616 1617
# End Source File
# Begin Source File

1618
SOURCE=.\src\bdd\cudd\cuddMatMult.c
1619 1620 1621
# End Source File
# Begin Source File

1622
SOURCE=.\src\bdd\cudd\cuddPriority.c
1623 1624 1625
# End Source File
# Begin Source File

1626
SOURCE=.\src\bdd\cudd\cuddRead.c
1627 1628 1629
# End Source File
# Begin Source File

1630
SOURCE=.\src\bdd\cudd\cuddRef.c
1631 1632 1633
# End Source File
# Begin Source File

1634
SOURCE=.\src\bdd\cudd\cuddReorder.c
1635 1636 1637
# End Source File
# Begin Source File

1638
SOURCE=.\src\bdd\cudd\cuddSat.c
1639 1640 1641
# End Source File
# Begin Source File

1642
SOURCE=.\src\bdd\cudd\cuddSign.c
1643 1644 1645
# End Source File
# Begin Source File

1646
SOURCE=.\src\bdd\cudd\cuddSolve.c
1647 1648 1649
# End Source File
# Begin Source File

1650
SOURCE=.\src\bdd\cudd\cuddSplit.c
1651 1652 1653
# End Source File
# Begin Source File

1654
SOURCE=.\src\bdd\cudd\cuddSubsetHB.c
1655 1656 1657
# End Source File
# Begin Source File

1658
SOURCE=.\src\bdd\cudd\cuddSubsetSP.c
1659 1660 1661
# End Source File
# Begin Source File

1662
SOURCE=.\src\bdd\cudd\cuddSymmetry.c
1663 1664 1665
# End Source File
# Begin Source File

1666
SOURCE=.\src\bdd\cudd\cuddTable.c
1667 1668 1669
# End Source File
# Begin Source File

1670
SOURCE=.\src\bdd\cudd\cuddUtil.c
1671 1672 1673
# End Source File
# Begin Source File

1674
SOURCE=.\src\bdd\cudd\cuddWindow.c
1675 1676 1677
# End Source File
# Begin Source File

1678
SOURCE=.\src\bdd\cudd\cuddZddCount.c
1679
# End Source File
1680
# Begin Source File
1681

1682 1683
SOURCE=.\src\bdd\cudd\cuddZddFuncs.c
# End Source File
1684 1685
# Begin Source File

1686
SOURCE=.\src\bdd\cudd\cuddZddGroup.c
1687 1688 1689
# End Source File
# Begin Source File

1690
SOURCE=.\src\bdd\cudd\cuddZddIsop.c
1691 1692 1693
# End Source File
# Begin Source File

1694
SOURCE=.\src\bdd\cudd\cuddZddLin.c
1695 1696 1697
# End Source File
# Begin Source File

1698
SOURCE=.\src\bdd\cudd\cuddZddMisc.c
1699 1700 1701
# End Source File
# Begin Source File

1702
SOURCE=.\src\bdd\cudd\cuddZddPort.c
1703 1704 1705
# End Source File
# Begin Source File

1706
SOURCE=.\src\bdd\cudd\cuddZddReord.c
1707 1708 1709
# End Source File
# Begin Source File

1710
SOURCE=.\src\bdd\cudd\cuddZddSetop.c
1711 1712 1713
# End Source File
# Begin Source File

1714
SOURCE=.\src\bdd\cudd\cuddZddSymm.c
1715 1716 1717
# End Source File
# Begin Source File

1718
SOURCE=.\src\bdd\cudd\cuddZddUtil.c
1719 1720
# End Source File
# End Group
Alan Mishchenko committed
1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805
# End Group
# Begin Group "sat"

# PROP Default_Filter ""
# Begin Group "msat"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\msat\msat.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatActivity.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatClause.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatClauseVec.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatInt.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatMem.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatOrderH.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatQueue.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatRead.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverApi.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverCore.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverIo.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSolverSearch.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatSort.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\msat\msatVec.c
# End Source File
# End Group
# Begin Group "csat"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\csat\csat_apis.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\csat\csat_apis.h
# End Source File
# End Group
# Begin Group "bsat"

# PROP Default_Filter ""
# Begin Source File

1806 1807 1808 1809
SOURCE=.\src\sat\bsat\satClause.h
# End Source File
# Begin Source File

Alan Mishchenko committed
1810 1811 1812 1813
SOURCE=.\src\sat\bsat\satInter.c
# End Source File
# Begin Source File

Alan Mishchenko committed
1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825
SOURCE=.\src\sat\bsat\satInterA.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satInterB.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satInterP.c
# End Source File
# Begin Source File

Alan Mishchenko committed
1826 1827 1828 1829 1830 1831 1832
SOURCE=.\src\sat\bsat\satMem.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satMem.h
# End Source File
# Begin Source File
1833 1834 1835 1836

SOURCE=.\src\sat\bsat\satProof.c
# End Source File
# Begin Source File
Alan Mishchenko committed
1837

Alan Mishchenko committed
1838 1839 1840 1841
SOURCE=.\src\sat\bsat\satProof2.h
# End Source File
# Begin Source File

Alan Mishchenko committed
1842 1843 1844 1845 1846 1847 1848 1849
SOURCE=.\src\sat\bsat\satSolver.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satSolver.h
# End Source File
# Begin Source File

1850 1851 1852 1853 1854 1855 1856 1857
SOURCE=.\src\sat\bsat\satSolver2.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satSolver2.h
# End Source File
# Begin Source File

1858 1859 1860 1861
SOURCE=.\src\sat\bsat\satSolver2i.c
# End Source File
# Begin Source File

1862 1863 1864 1865 1866 1867 1868 1869
SOURCE=.\src\sat\bsat\satSolver3.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satSolver3.h
# End Source File
# Begin Source File

Alan Mishchenko committed
1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881
SOURCE=.\src\sat\bsat\satStore.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satStore.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satTrace.c
# End Source File
# Begin Source File

1882 1883 1884 1885 1886 1887 1888 1889
SOURCE=.\src\sat\bsat\satTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satTruth.h
# End Source File
# Begin Source File

Alan Mishchenko committed
1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908
SOURCE=.\src\sat\bsat\satUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bsat\satVec.h
# End Source File
# End Group
# Begin Group "proof"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\proof\pr.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\proof\pr.h
# End Source File
# End Group
Alan Mishchenko committed
1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920
# Begin Group "psat"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\psat\m114p.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\psat\m114p_types.h
# End Source File
# End Group
1921
# Begin Group "lsat"
Alan Mishchenko committed
1922 1923

# PROP Default_Filter ""
1924 1925 1926 1927
# Begin Source File

SOURCE=.\src\sat\lsat\solver.h
# End Source File
Alan Mishchenko committed
1928
# End Group
1929
# Begin Group "cnf"
Alan Mishchenko committed
1930 1931 1932 1933

# PROP Default_Filter ""
# Begin Source File

1934
SOURCE=.\src\sat\cnf\cnf.h
1935 1936 1937
# End Source File
# Begin Source File

1938
SOURCE=.\src\sat\cnf\cnfCore.c
1939 1940 1941
# End Source File
# Begin Source File

1942
SOURCE=.\src\sat\cnf\cnfCut.c
1943 1944 1945
# End Source File
# Begin Source File

1946
SOURCE=.\src\sat\cnf\cnfData.c
1947 1948 1949
# End Source File
# Begin Source File

1950
SOURCE=.\src\sat\cnf\cnfFast.c
1951 1952 1953
# End Source File
# Begin Source File

1954
SOURCE=.\src\sat\cnf\cnfMan.c
1955 1956 1957
# End Source File
# Begin Source File

1958
SOURCE=.\src\sat\cnf\cnfMap.c
1959 1960 1961
# End Source File
# Begin Source File

1962
SOURCE=.\src\sat\cnf\cnfPost.c
1963 1964 1965
# End Source File
# Begin Source File

1966
SOURCE=.\src\sat\cnf\cnfUtil.c
1967 1968 1969
# End Source File
# Begin Source File

1970
SOURCE=.\src\sat\cnf\cnfWrite.c
Alan Mishchenko committed
1971 1972
# End Source File
# End Group
1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985
# Begin Group "bmc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\bmc\bmc.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bmc\bmc.h
# End Source File
# Begin Source File

1986 1987 1988 1989
SOURCE=.\src\sat\bmc\bmcBCore.c
# End Source File
# Begin Source File

1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001
SOURCE=.\src\sat\bmc\bmcBmc.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bmc\bmcBmc2.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bmc\bmcBmc3.c
# End Source File
# Begin Source File

2002 2003 2004 2005
SOURCE=.\src\sat\bmc\bmcBmcAnd.c
# End Source File
# Begin Source File

2006 2007 2008 2009
SOURCE=.\src\sat\bmc\bmcBmcG.c
# End Source File
# Begin Source File

2010 2011 2012 2013
SOURCE=.\src\sat\bmc\bmcBmci.c
# End Source File
# Begin Source File

2014 2015 2016 2017
SOURCE=.\src\sat\bmc\bmcBmcS.c
# End Source File
# Begin Source File

2018 2019 2020 2021
SOURCE=.\src\sat\bmc\bmcCexCare.c
# End Source File
# Begin Source File

2022 2023 2024 2025
SOURCE=.\src\sat\bmc\bmcCexCut.c
# End Source File
# Begin Source File

2026 2027 2028 2029
SOURCE=.\src\sat\bmc\bmcCexDepth.c
# End Source File
# Begin Source File

2030 2031 2032 2033 2034 2035
SOURCE=.\src\sat\bmc\bmcCexMin1.c
# End Source File
# Begin Source File

SOURCE=.\src\sat\bmc\bmcCexMin2.c
# End Source File
2036 2037 2038 2039
# Begin Source File

SOURCE=.\src\sat\bmc\bmcCexTools.c
# End Source File
Alan Mishchenko committed
2040
# Begin Source File
2041 2042 2043 2044

SOURCE=.\src\sat\bmc\bmcChain.c
# End Source File
# Begin Source File
Alan Mishchenko committed
2045

2046 2047 2048 2049
SOURCE=.\src\sat\bmc\bmcClp.c
# End Source File
# Begin Source File

2050 2051 2052 2053
SOURCE=.\src\sat\bmc\bmcEco.c
# End Source File
# Begin Source File

2054 2055 2056 2057
SOURCE=.\src\sat\bmc\bmcExpand.c
# End Source File
# Begin Source File

2058 2059 2060 2061
SOURCE=.\src\sat\bmc\bmcFault.c
# End Source File
# Begin Source File

2062 2063 2064 2065
SOURCE=.\src\sat\bmc\bmcFx.c
# End Source File
# Begin Source File

2066 2067 2068 2069
SOURCE=.\src\sat\bmc\bmcGen.c
# End Source File
# Begin Source File

2070 2071 2072 2073
SOURCE=.\src\sat\bmc\bmcICheck.c
# End Source File
# Begin Source File

2074
SOURCE=.\src\sat\bmc\bmcInse.c
2075 2076 2077
# End Source File
# Begin Source File

2078 2079 2080 2081
SOURCE=.\src\sat\bmc\bmcLoad.c
# End Source File
# Begin Source File

2082 2083 2084 2085
SOURCE=.\src\sat\bmc\bmcMaj.c
# End Source File
# Begin Source File

2086 2087 2088 2089
SOURCE=.\src\sat\bmc\bmcMaj2.c
# End Source File
# Begin Source File

2090 2091 2092 2093
SOURCE=.\src\sat\bmc\bmcMaj3.c
# End Source File
# Begin Source File

2094
SOURCE=.\src\sat\bmc\bmcMaxi.c
2095 2096 2097
# End Source File
# Begin Source File

2098 2099 2100 2101
SOURCE=.\src\sat\bmc\bmcMesh.c
# End Source File
# Begin Source File

2102 2103 2104 2105
SOURCE=.\src\sat\bmc\bmcMesh2.c
# End Source File
# Begin Source File

2106
SOURCE=.\src\sat\bmc\bmcMulti.c
2107 2108 2109
# End Source File
# Begin Source File

Alan Mishchenko committed
2110 2111
SOURCE=.\src\sat\bmc\bmcUnroll.c
# End Source File
2112
# End Group
2113 2114 2115 2116
# Begin Group "bsat2"

# PROP Default_Filter ""
# End Group
Alan Mishchenko committed
2117
# Begin Group "satoko"
2118 2119 2120 2121

# PROP Default_Filter ""
# Begin Source File

Alan Mishchenko committed
2122
SOURCE=.\src\sat\satoko\act_clause.h
2123 2124 2125
# End Source File
# Begin Source File

Alan Mishchenko committed
2126
SOURCE=.\src\sat\satoko\act_var.h
2127 2128 2129
# End Source File
# Begin Source File

Alan Mishchenko committed
2130
SOURCE=.\src\sat\satoko\utils\b_queue.h
2131 2132 2133
# End Source File
# Begin Source File

Alan Mishchenko committed
2134
SOURCE=.\src\sat\satoko\cdb.h
2135 2136 2137
# End Source File
# Begin Source File

Alan Mishchenko committed
2138
SOURCE=.\src\sat\satoko\clause.h
2139 2140 2141
# End Source File
# Begin Source File

Alan Mishchenko committed
2142
SOURCE=.\src\sat\satoko\cnf_reader.c
2143 2144 2145
# End Source File
# Begin Source File

Alan Mishchenko committed
2146
SOURCE=.\src\sat\satoko\utils\heap.h
2147 2148 2149
# End Source File
# Begin Source File

Alan Mishchenko committed
2150
SOURCE=.\src\sat\satoko\utils\mem.h
2151 2152 2153
# End Source File
# Begin Source File

Alan Mishchenko committed
2154
SOURCE=.\src\sat\satoko\utils\misc.h
2155 2156 2157
# End Source File
# Begin Source File

Alan Mishchenko committed
2158
SOURCE=.\src\sat\satoko\satoko.h
2159 2160 2161
# End Source File
# Begin Source File

Alan Mishchenko committed
2162
SOURCE=.\src\sat\satoko\utils\sdbl.h
2163
# End Source File
2164 2165
# Begin Source File

Alan Mishchenko committed
2166
SOURCE=.\src\sat\satoko\solver.c
2167 2168 2169
# End Source File
# Begin Source File

Alan Mishchenko committed
2170
SOURCE=.\src\sat\satoko\solver.h
2171 2172 2173
# End Source File
# Begin Source File

Alan Mishchenko committed
2174
SOURCE=.\src\sat\satoko\solver_api.c
2175 2176 2177
# End Source File
# Begin Source File

Alan Mishchenko committed
2178
SOURCE=.\src\sat\satoko\utils\sort.h
2179 2180 2181
# End Source File
# Begin Source File

Alan Mishchenko committed
2182
SOURCE=.\src\sat\satoko\types.h
2183 2184 2185
# End Source File
# Begin Source File

Alan Mishchenko committed
2186
SOURCE=.\src\sat\satoko\utils\vec\vec_char.h
2187 2188 2189
# End Source File
# Begin Source File

Alan Mishchenko committed
2190
SOURCE=.\src\sat\satoko\utils\vec\vec_flt.h
2191 2192 2193
# End Source File
# Begin Source File

Alan Mishchenko committed
2194
SOURCE=.\src\sat\satoko\utils\vec\vec_int.h
2195 2196 2197
# End Source File
# Begin Source File

Alan Mishchenko committed
2198
SOURCE=.\src\sat\satoko\utils\vec\vec_uint.h
2199 2200 2201
# End Source File
# Begin Source File

Alan Mishchenko committed
2202
SOURCE=.\src\sat\satoko\watch_list.h
2203
# End Source File
Alan Mishchenko committed
2204 2205 2206 2207
# End Group
# Begin Group "xsat"

# PROP Default_Filter ""
2208 2209
# Begin Source File

Alan Mishchenko committed
2210
SOURCE=.\src\sat\xsat\xsat.h
2211 2212 2213
# End Source File
# Begin Source File

Alan Mishchenko committed
2214
SOURCE=.\src\sat\xsat\xsatBQueue.h
2215 2216 2217
# End Source File
# Begin Source File

Alan Mishchenko committed
2218
SOURCE=.\src\sat\xsat\xsatClause.h
2219 2220 2221
# End Source File
# Begin Source File

Alan Mishchenko committed
2222
SOURCE=.\src\sat\xsat\xsatCnfReader.c
2223 2224 2225
# End Source File
# Begin Source File

Alan Mishchenko committed
2226
SOURCE=.\src\sat\xsat\xsatHeap.h
2227 2228 2229
# End Source File
# Begin Source File

Alan Mishchenko committed
2230
SOURCE=.\src\sat\xsat\xsatMemory.h
2231 2232 2233
# End Source File
# Begin Source File

Alan Mishchenko committed
2234
SOURCE=.\src\sat\xsat\xsatSolver.c
2235 2236 2237
# End Source File
# Begin Source File

Alan Mishchenko committed
2238
SOURCE=.\src\sat\xsat\xsatSolver.h
2239 2240 2241
# End Source File
# Begin Source File

Alan Mishchenko committed
2242
SOURCE=.\src\sat\xsat\xsatSolverAPI.c
2243 2244 2245
# End Source File
# Begin Source File

Alan Mishchenko committed
2246
SOURCE=.\src\sat\xsat\xsatUtils.h
2247 2248 2249
# End Source File
# Begin Source File

Alan Mishchenko committed
2250
SOURCE=.\src\sat\xsat\xsatWatchList.h
2251 2252
# End Source File
# End Group
2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360
# Begin Group "glucose"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\sat\glucose\AbcGlucose.cpp
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\AbcGlucose.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\AbcGlucoseCmd.cpp
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Alg.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Alloc.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\BoundedQueue.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Constants.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Dimacs.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Glucose.cpp
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Heap.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\IntTypes.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Map.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Options.cpp
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Options.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\ParseUtils.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\pstdint.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Queue.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\SimpSolver.cpp
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\SimpSolver.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Solver.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\SolverTypes.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Sort.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\System.cpp
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\System.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\Vec.h
# End Source File
# Begin Source File

SOURCE=.\src\sat\glucose\XAlloc.h
# End Source File
# End Group
Alan Mishchenko committed
2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510 2511 2512 2513 2514 2515 2516 2517 2518 2519 2520 2521 2522 2523 2524 2525 2526 2527 2528 2529 2530 2531 2532 2533 2534 2535 2536 2537 2538 2539 2540 2541 2542 2543 2544 2545 2546 2547 2548 2549 2550 2551 2552 2553 2554 2555 2556 2557 2558 2559 2560 2561 2562 2563 2564 2565 2566 2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 2579 2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 2592 2593 2594 2595 2596 2597 2598 2599 2600 2601 2602 2603 2604 2605 2606 2607 2608 2609 2610 2611 2612 2613 2614 2615 2616 2617 2618 2619 2620 2621 2622 2623 2624 2625 2626 2627 2628 2629 2630 2631 2632 2633 2634 2635 2636 2637 2638 2639 2640 2641 2642 2643 2644 2645 2646 2647 2648 2649 2650 2651 2652 2653 2654 2655 2656 2657 2658 2659 2660 2661 2662 2663 2664 2665 2666 2667 2668 2669 2670 2671 2672 2673 2674 2675 2676 2677 2678 2679 2680 2681 2682 2683 2684 2685 2686 2687 2688 2689 2690 2691 2692 2693 2694 2695 2696 2697 2698 2699 2700
# End Group
# Begin Group "opt"

# PROP Default_Filter ""
# Begin Group "fxu"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\fxu\fxu.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxu.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuCreate.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuHeapD.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuHeapS.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuList.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuMatrix.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuPair.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuReduce.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuSelect.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuSingle.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxu\fxuUpdate.c
# End Source File
# End Group
# Begin Group "rwr"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\rwr\rwr.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrDec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrEva.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrExp.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrLib.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrTemp.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwr\rwrUtil.c
# End Source File
# End Group
# Begin Group "cut"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\cut\cut.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutApi.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutExpand.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutList.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutMerge.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutNode.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutOracle.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutPre22.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutSeq.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cut\cutTruth.c
# End Source File
# End Group
# Begin Group "sim"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\sim\sim.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSeq.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSupp.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSwitch.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSym.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSymSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSymSim.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simSymStr.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sim\simUtils.c
# End Source File
# End Group
# Begin Group "ret"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\ret\retArea.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retDelay.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retFlow.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retIncrem.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retInit.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\ret\retLvalue.c
# End Source File
# End Group
# Begin Group "res"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\res\res.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resDivs.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resFilter.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resSim.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\res\resWin.c
# End Source File
# End Group
# Begin Group "lpk"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\lpk\lpk.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcDec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcDsd.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcMux.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkAbcUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMap.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMulti.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkMux.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\lpk\lpkSets.c
# End Source File
# End Group
Alan Mishchenko committed
2701 2702 2703 2704 2705 2706 2707 2708 2709 2710 2711 2712 2713 2714 2715 2716 2717 2718 2719 2720 2721 2722 2723 2724 2725 2726 2727 2728 2729 2730 2731 2732 2733 2734 2735 2736 2737 2738 2739 2740 2741 2742 2743 2744
# Begin Group "mfs"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\mfs\mfs.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsDiv.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsInter.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsResub.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\mfs\mfsWin.c
# End Source File
# End Group
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 2756 2757 2758 2759 2760 2761 2762 2763 2764 2765 2766 2767 2768 2769 2770 2771 2772 2773 2774 2775 2776 2777 2778 2779 2780 2781 2782 2783 2784 2785 2786 2787 2788 2789 2790 2791 2792 2793 2794 2795 2796 2797 2798 2799 2800 2801 2802 2803 2804 2805 2806 2807 2808 2809 2810 2811 2812 2813 2814 2815 2816 2817 2818 2819 2820 2821 2822 2823 2824 2825 2826 2827 2828 2829 2830 2831 2832 2833 2834 2835 2836 2837 2838 2839 2840 2841 2842 2843 2844 2845 2846 2847 2848 2849 2850 2851 2852 2853 2854 2855 2856 2857 2858 2859 2860 2861 2862 2863 2864 2865 2866 2867 2868 2869 2870 2871 2872 2873 2874 2875 2876 2877 2878 2879 2880 2881 2882 2883 2884 2885 2886 2887 2888 2889 2890 2891 2892 2893 2894 2895 2896 2897 2898 2899 2900 2901 2902 2903 2904 2905 2906 2907 2908 2909 2910 2911 2912 2913 2914 2915 2916 2917 2918 2919 2920 2921 2922 2923 2924 2925 2926 2927 2928 2929 2930 2931 2932 2933 2934 2935 2936 2937 2938 2939 2940 2941 2942 2943 2944 2945 2946 2947 2948
# Begin Group "cgt"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\cgt\cgt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtAig.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtDecide.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\cgt\cgtSat.c
# End Source File
# End Group
# Begin Group "csw"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\csw\csw.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\csw\cswTable.c
# End Source File
# End Group
# Begin Group "dar"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\dar\dar.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darBalance.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darCore.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darCut.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darData.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darInt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darLib.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darPrec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darRefact.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darResub.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dar\darScript.c
# End Source File
# End Group
# Begin Group "rwt"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\rwt\rwt.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwt\rwtDec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwt\rwtMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\rwt\rwtUtil.c
# End Source File
# End Group
# Begin Group "nwk"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\nwk\ntlnwk.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwk.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkAig.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkBidec.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkFanio.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkFlow.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMap.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMerge.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkMerge.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkObj.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkSpeedup.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkStrash.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkTiming.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\nwk\nwkUtil.c
# End Source File
# End Group
2949 2950 2951 2952 2953 2954 2955 2956 2957
# Begin Group "dau"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\dau\dau.c
# End Source File
# Begin Source File

2958 2959 2960 2961
SOURCE=.\src\opt\dau\dau.h
# End Source File
# Begin Source File

2962 2963 2964 2965
SOURCE=.\src\opt\dau\dauCanon.c
# End Source File
# Begin Source File

2966 2967 2968 2969
SOURCE=.\src\opt\dau\dauCore.c
# End Source File
# Begin Source File

2970 2971 2972 2973
SOURCE=.\src\opt\dau\dauCount.c
# End Source File
# Begin Source File

Alan Mishchenko committed
2974 2975 2976 2977
SOURCE=.\src\opt\dau\dauDivs.c
# End Source File
# Begin Source File

2978 2979 2980 2981
SOURCE=.\src\opt\dau\dauDsd.c
# End Source File
# Begin Source File

2982 2983 2984 2985
SOURCE=.\src\opt\dau\dauEnum.c
# End Source File
# Begin Source File

2986 2987 2988 2989
SOURCE=.\src\opt\dau\dauGia.c
# End Source File
# Begin Source File

2990 2991
SOURCE=.\src\opt\dau\dauInt.h
# End Source File
Alan Mishchenko committed
2992 2993 2994 2995
# Begin Source File

SOURCE=.\src\opt\dau\dauMerge.c
# End Source File
Alan Mishchenko committed
2996 2997
# Begin Source File

2998 2999 3000 3001
SOURCE=.\src\opt\dau\dauNonDsd.c
# End Source File
# Begin Source File

3002 3003 3004 3005
SOURCE=.\src\opt\dau\dauNpn.c
# End Source File
# Begin Source File

3006 3007 3008 3009
SOURCE=.\src\opt\dau\dauNpn2.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3010 3011
SOURCE=.\src\opt\dau\dauTree.c
# End Source File
3012
# End Group
Alan Mishchenko committed
3013 3014 3015 3016 3017 3018 3019 3020 3021
# Begin Group "sfm"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\sfm\sfm.h
# End Source File
# Begin Source File

3022 3023 3024 3025
SOURCE=.\src\opt\sfm\sfmArea.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3026 3027 3028 3029 3030 3031 3032 3033
SOURCE=.\src\opt\sfm\sfmCnf.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sfm\sfmCore.c
# End Source File
# Begin Source File

3034 3035 3036 3037
SOURCE=.\src\opt\sfm\sfmDec.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3038 3039 3040 3041
SOURCE=.\src\opt\sfm\sfmInt.h
# End Source File
# Begin Source File

3042 3043 3044 3045
SOURCE=.\src\opt\sfm\sfmLib.c
# End Source File
# Begin Source File

3046 3047 3048 3049
SOURCE=.\src\opt\sfm\sfmMit.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3050
SOURCE=.\src\opt\sfm\sfmNtk.c
Alan Mishchenko committed
3051 3052 3053
# End Source File
# Begin Source File

Alan Mishchenko committed
3054
SOURCE=.\src\opt\sfm\sfmSat.c
Alan Mishchenko committed
3055 3056 3057
# End Source File
# Begin Source File

3058
SOURCE=.\src\opt\sfm\sfmTim.c
3059 3060 3061
# End Source File
# Begin Source File

Alan Mishchenko committed
3062
SOURCE=.\src\opt\sfm\sfmWin.c
Alan Mishchenko committed
3063 3064
# End Source File
# End Group
3065 3066 3067 3068 3069 3070 3071 3072 3073 3074 3075 3076 3077 3078 3079 3080 3081 3082 3083 3084 3085 3086 3087 3088
# Begin Group "fret"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\fret\fretFlow.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fret\fretime.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\fret\fretInit.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fret\fretMain.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fret\fretTime.c
# End Source File
# End Group
3089 3090 3091 3092 3093 3094 3095 3096 3097 3098 3099 3100 3101 3102 3103 3104 3105 3106 3107 3108 3109 3110 3111 3112
# Begin Group "fxch"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\fxch\Fxch.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxch\Fxch.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxch\FxchDiv.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxch\FxchMan.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\fxch\FxchSCHashTable.c
# End Source File
# End Group
3113 3114 3115 3116 3117 3118 3119 3120 3121 3122 3123 3124
# Begin Group "dsc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\dsc\dsc.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\dsc\dsc.h
# End Source File
# End Group
3125 3126 3127 3128 3129 3130 3131 3132 3133 3134 3135 3136 3137 3138 3139 3140 3141 3142 3143 3144 3145
# Begin Group "sbd"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\opt\sbd\sbd.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sbd\sbd.h
# End Source File
# Begin Source File

SOURCE=.\src\opt\sbd\sbdCnf.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sbd\sbdCore.c
# End Source File
# Begin Source File

3146 3147 3148 3149
SOURCE=.\src\opt\sbd\sbdCut.c
# End Source File
# Begin Source File

3150 3151 3152 3153
SOURCE=.\src\opt\sbd\sbdCut2.c
# End Source File
# Begin Source File

3154 3155 3156 3157
SOURCE=.\src\opt\sbd\sbdInt.h
# End Source File
# Begin Source File

3158 3159 3160 3161
SOURCE=.\src\opt\sbd\sbdLut.c
# End Source File
# Begin Source File

3162 3163 3164 3165
SOURCE=.\src\opt\sbd\sbdPath.c
# End Source File
# Begin Source File

3166 3167 3168 3169 3170 3171 3172
SOURCE=.\src\opt\sbd\sbdSat.c
# End Source File
# Begin Source File

SOURCE=.\src\opt\sbd\sbdWin.c
# End Source File
# End Group
Alan Mishchenko committed
3173 3174 3175 3176 3177 3178 3179 3180 3181 3182 3183 3184 3185 3186 3187 3188 3189 3190 3191 3192 3193 3194 3195 3196 3197 3198 3199 3200 3201 3202 3203 3204 3205 3206 3207 3208 3209 3210 3211 3212 3213 3214 3215 3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 3231 3232 3233 3234 3235 3236 3237 3238 3239 3240 3241 3242 3243 3244 3245 3246 3247 3248 3249 3250 3251 3252 3253 3254 3255 3256 3257 3258 3259 3260 3261 3262 3263 3264 3265
# End Group
# Begin Group "map"

# PROP Default_Filter ""
# Begin Group "mapper"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\mapper\mapper.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapper.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCanon.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCreate.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCut.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperCutUtils.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperFanout.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperLib.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperMatch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperRefs.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperSuper.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperSwitch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTable.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTime.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTree.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperUtils.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mapper\mapperVec.c
# End Source File
# End Group
# Begin Group "mio"

# PROP Default_Filter ""
# Begin Source File

3266 3267 3268 3269
SOURCE=.\src\map\mio\exp.h
# End Source File
# Begin Source File

Alan Mishchenko committed
3270 3271 3272 3273 3274 3275 3276 3277 3278 3279 3280 3281 3282 3283 3284 3285 3286 3287 3288 3289
SOURCE=.\src\map\mio\mio.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mio.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mioApi.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mioFunc.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mio\mioInt.h
# End Source File
# Begin Source File

3290 3291 3292 3293
SOURCE=.\src\map\mio\mioParse.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3294 3295 3296 3297
SOURCE=.\src\map\mio\mioRead.c
# End Source File
# Begin Source File

3298 3299 3300 3301
SOURCE=.\src\map\mio\mioSop.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3302 3303 3304 3305 3306 3307 3308 3309 3310 3311 3312 3313 3314 3315 3316 3317 3318 3319 3320 3321 3322 3323 3324 3325 3326 3327 3328 3329 3330 3331 3332 3333 3334 3335 3336 3337
SOURCE=.\src\map\mio\mioUtils.c
# End Source File
# End Group
# Begin Group "super"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\super\super.c
# End Source File
# Begin Source File

SOURCE=.\src\map\super\super.h
# End Source File
# Begin Source File

SOURCE=.\src\map\super\superAnd.c
# End Source File
# Begin Source File

SOURCE=.\src\map\super\superGate.c
# End Source File
# Begin Source File

SOURCE=.\src\map\super\superInt.h
# End Source File
# End Group
# Begin Group "if"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\if\if.h
# End Source File
# Begin Source File

3338 3339 3340 3341
SOURCE=.\src\map\if\ifCache.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3342 3343 3344 3345
SOURCE=.\src\map\if\ifCom.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3346 3347 3348 3349
SOURCE=.\src\map\if\ifCore.c
# End Source File
# Begin Source File

3350 3351 3352 3353
SOURCE=.\src\map\if\ifCount.h
# End Source File
# Begin Source File

Alan Mishchenko committed
3354 3355 3356 3357
SOURCE=.\src\map\if\ifCut.c
# End Source File
# Begin Source File

3358 3359 3360 3361
SOURCE=.\src\map\if\ifData2.c
# End Source File
# Begin Source File

3362 3363 3364 3365 3366
SOURCE=.\src\map\if\ifDec07.c
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifDec08.c
3367 3368 3369
# End Source File
# Begin Source File

3370 3371 3372 3373
SOURCE=.\src\map\if\ifDec10.c
# End Source File
# Begin Source File

3374
SOURCE=.\src\map\if\ifDec16.c
3375 3376 3377
# End Source File
# Begin Source File

3378 3379 3380
SOURCE=.\src\map\if\ifDec75.c
# End Source File
# Begin Source File
3381 3382 3383 3384

SOURCE=.\src\map\if\ifDelay.c
# End Source File
# Begin Source File
3385

3386 3387 3388 3389
SOURCE=.\src\map\if\ifDsd.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3390 3391 3392 3393 3394
SOURCE=.\src\map\if\ifLibBox.c
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifLibLut.c
Alan Mishchenko committed
3395 3396 3397
# End Source File
# Begin Source File

Alan Mishchenko committed
3398
SOURCE=.\src\map\if\ifMan.c
Alan Mishchenko committed
3399 3400 3401
# End Source File
# Begin Source File

Alan Mishchenko committed
3402
SOURCE=.\src\map\if\ifMap.c
Alan Mishchenko committed
3403 3404 3405
# End Source File
# Begin Source File

3406 3407 3408 3409
SOURCE=.\src\map\if\ifMatch2.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3410
SOURCE=.\src\map\if\ifReduce.c
Alan Mishchenko committed
3411 3412 3413
# End Source File
# Begin Source File

3414 3415 3416 3417
SOURCE=.\src\map\if\ifSat.c
# End Source File
# Begin Source File

3418 3419 3420 3421
SOURCE=.\src\map\if\ifSelect.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3422 3423 3424 3425
SOURCE=.\src\map\if\ifSeq.c
# End Source File
# Begin Source File

3426 3427 3428 3429
SOURCE=.\src\map\if\ifTest.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3430 3431 3432 3433 3434 3435 3436 3437
SOURCE=.\src\map\if\ifTime.c
# End Source File
# Begin Source File

SOURCE=.\src\map\if\ifTruth.c
# End Source File
# Begin Source File

3438 3439 3440 3441
SOURCE=.\src\map\if\ifTune.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3442 3443 3444
SOURCE=.\src\map\if\ifUtil.c
# End Source File
# End Group
Alan Mishchenko committed
3445 3446 3447 3448 3449 3450 3451 3452 3453 3454 3455 3456 3457 3458 3459 3460 3461 3462 3463 3464 3465 3466 3467 3468 3469 3470 3471 3472 3473 3474 3475 3476 3477 3478 3479 3480 3481 3482 3483 3484 3485 3486 3487 3488 3489 3490 3491 3492 3493 3494 3495 3496 3497 3498 3499 3500 3501 3502 3503 3504 3505 3506 3507 3508
# Begin Group "amap"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\amap\amap.h
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapGraph.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapLib.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapLiberty.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapMan.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapMatch.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapMerge.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapOutput.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapParse.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapPerm.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapRead.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapRule.c
# End Source File
# Begin Source File

SOURCE=.\src\map\amap\amapUniq.c
# End Source File
# End Group
Alan Mishchenko committed
3509 3510 3511 3512 3513 3514 3515 3516 3517 3518 3519 3520 3521 3522 3523 3524 3525 3526 3527 3528 3529 3530 3531 3532 3533 3534 3535 3536 3537 3538 3539 3540 3541 3542 3543 3544 3545 3546 3547 3548
# Begin Group "cov"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\cov\cov.h
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covBuild.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covCore.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMan.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinEsop.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinMan.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinSop.c
# End Source File
# Begin Source File

SOURCE=.\src\map\cov\covMinUtil.c
# End Source File
# End Group
3549 3550 3551 3552 3553 3554 3555 3556 3557 3558 3559 3560 3561
# Begin Group "scl"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\scl\scl.c
# End Source File
# Begin Source File

SOURCE=.\src\map\scl\scl.h
# End Source File
# Begin Source File

Alan Mishchenko committed
3562 3563 3564 3565
SOURCE=.\src\map\scl\sclBuffer.c
# End Source File
# Begin Source File

3566 3567 3568 3569
SOURCE=.\src\map\scl\sclBufSize.c
# End Source File
# Begin Source File

3570 3571 3572 3573
SOURCE=.\src\map\scl\sclCon.h
# End Source File
# Begin Source File

3574 3575 3576 3577
SOURCE=.\src\map\scl\sclDnsize.c
# End Source File
# Begin Source File

3578
SOURCE=.\src\map\scl\sclLib.h
3579 3580 3581
# End Source File
# Begin Source File

3582 3583 3584 3585 3586 3587 3588 3589 3590
SOURCE=.\src\map\scl\sclLiberty.c
# End Source File
# Begin Source File

SOURCE=.\src\map\scl\sclLibScl.c
# End Source File
# Begin Source File

SOURCE=.\src\map\scl\sclLibUtil.c
3591 3592 3593
# End Source File
# Begin Source File

3594 3595 3596 3597
SOURCE=.\src\map\scl\sclLoad.c
# End Source File
# Begin Source File

3598
SOURCE=.\src\map\scl\sclSize.c
3599 3600 3601
# End Source File
# Begin Source File

3602 3603 3604 3605 3606
SOURCE=.\src\map\scl\sclSize.h
# End Source File
# Begin Source File

SOURCE=.\src\map\scl\sclTime.h
3607
# End Source File
3608 3609
# Begin Source File

3610 3611 3612 3613
SOURCE=.\src\map\scl\sclUpsize.c
# End Source File
# Begin Source File

3614 3615
SOURCE=.\src\map\scl\sclUtil.c
# End Source File
3616
# End Group
Alan Mishchenko committed
3617 3618 3619 3620 3621 3622 3623 3624 3625 3626 3627 3628 3629 3630 3631 3632 3633 3634 3635 3636 3637
# Begin Group "mpm"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\map\mpm\mpm.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpm.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmAbc.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmCore.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3638 3639 3640 3641
SOURCE=.\src\map\mpm\mpmDsd.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3642 3643 3644 3645
SOURCE=.\src\map\mpm\mpmGates.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3646 3647 3648 3649 3650 3651 3652 3653
SOURCE=.\src\map\mpm\mpmInt.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmLib.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3654 3655 3656 3657
SOURCE=.\src\map\mpm\mpmMan.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3658 3659 3660 3661 3662 3663 3664 3665 3666 3667 3668 3669 3670 3671 3672 3673 3674 3675 3676 3677 3678 3679 3680
SOURCE=.\src\map\mpm\mpmMap.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmMig.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmMig.h
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmPre.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\map\mpm\mpmUtil.c
# End Source File
# End Group
Alan Mishchenko committed
3681 3682 3683 3684 3685 3686 3687 3688 3689 3690 3691 3692 3693 3694 3695 3696 3697 3698 3699 3700 3701
# End Group
# Begin Group "misc"

# PROP Default_Filter ""
# Begin Group "extra"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\extra\extra.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilBitMatrix.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilCanon.c
# End Source File
# Begin Source File

3702 3703 3704 3705
SOURCE=.\src\misc\extra\extraUtilCfs.c
# End Source File
# Begin Source File

3706 3707 3708 3709
SOURCE=.\src\misc\extra\extraUtilCube.c
# End Source File
# Begin Source File

3710 3711 3712 3713
SOURCE=.\src\misc\extra\extraUtilDsd.c
# End Source File
# Begin Source File

3714 3715 3716 3717
SOURCE=.\src\misc\extra\extraUtilEnum.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3718 3719 3720 3721
SOURCE=.\src\misc\extra\extraUtilFile.c
# End Source File
# Begin Source File

3722 3723 3724 3725
SOURCE=.\src\misc\extra\extraUtilGen.c
# End Source File
# Begin Source File

3726 3727 3728 3729
SOURCE=.\src\misc\extra\extraUtilMacc.c
# End Source File
# Begin Source File

3730 3731 3732 3733
SOURCE=.\src\misc\extra\extraUtilMaj.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3734 3735 3736 3737 3738 3739 3740 3741
SOURCE=.\src\misc\extra\extraUtilMemory.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilMisc.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3742 3743 3744 3745
SOURCE=.\src\misc\extra\extraUtilMult.c
# End Source File
# Begin Source File

3746 3747 3748 3749
SOURCE=.\src\misc\extra\extraUtilPath.c
# End Source File
# Begin Source File

3750 3751 3752 3753
SOURCE=.\src\misc\extra\extraUtilPerm.c
# End Source File
# Begin Source File

3754 3755 3756 3757
SOURCE=.\src\misc\extra\extraUtilPrime.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3758 3759 3760 3761 3762 3763 3764 3765
SOURCE=.\src\misc\extra\extraUtilProgress.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilReader.c
# End Source File
# Begin Source File

3766 3767 3768 3769
SOURCE=.\src\misc\extra\extraUtilSupp.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3770 3771 3772 3773 3774 3775 3776 3777 3778 3779 3780 3781 3782 3783 3784 3785 3786 3787 3788 3789 3790 3791 3792 3793 3794 3795 3796 3797 3798 3799 3800 3801 3802 3803 3804 3805 3806 3807 3808 3809 3810 3811 3812 3813 3814 3815 3816 3817 3818 3819 3820 3821 3822 3823 3824 3825 3826 3827 3828 3829 3830 3831 3832 3833 3834 3835 3836 3837 3838 3839 3840 3841 3842 3843 3844 3845 3846 3847 3848 3849 3850 3851 3852 3853 3854 3855 3856 3857 3858 3859 3860 3861 3862 3863 3864 3865 3866 3867 3868 3869 3870 3871 3872 3873 3874 3875 3876 3877 3878 3879 3880 3881
SOURCE=.\src\misc\extra\extraUtilTruth.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\extra\extraUtilUtil.c
# End Source File
# End Group
# Begin Group "st"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\st\st.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\st\st.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\st\stmm.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\st\stmm.h
# End Source File
# End Group
# Begin Group "mvc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\mvc\mvc.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvc.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcApi.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcCompare.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcContain.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcCover.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcCube.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcDivide.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcDivisor.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcList.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcLits.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcMan.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcOpAlg.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcOpBool.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcPrint.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcSort.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mvc\mvcUtils.c
# End Source File
# End Group
# Begin Group "vec"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\vec\vec.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\vec\vecAtt.h
# End Source File
# Begin Source File

3882 3883 3884 3885
SOURCE=.\src\misc\vec\vecBit.h
# End Source File
# Begin Source File

Alan Mishchenko committed
3886 3887 3888 3889
SOURCE=.\src\misc\vec\vecFlt.h
# End Source File
# Begin Source File

3890
SOURCE=.\src\misc\vec\vecHash.h
3891 3892 3893
# End Source File
# Begin Source File

3894 3895 3896 3897
SOURCE=.\src\misc\vec\vecHsh.h
# End Source File
# Begin Source File

Alan Mishchenko committed
3898 3899 3900 3901
SOURCE=.\src\misc\vec\vecInt.h
# End Source File
# Begin Source File

3902 3903 3904 3905
SOURCE=.\src\misc\vec\vecMem.h
# End Source File
# Begin Source File

Alan Mishchenko committed
3906 3907 3908 3909
SOURCE=.\src\misc\vec\vecPtr.h
# End Source File
# Begin Source File

3910 3911 3912 3913
SOURCE=.\src\misc\vec\vecQue.h
# End Source File
# Begin Source File

3914 3915 3916 3917
SOURCE=.\src\misc\vec\vecSet.h
# End Source File
# Begin Source File

Alan Mishchenko committed
3918 3919 3920 3921 3922 3923
SOURCE=.\src\misc\vec\vecStr.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\vec\vecVec.h
# End Source File
3924 3925
# Begin Source File

Alan Mishchenko committed
3926 3927 3928 3929
SOURCE=.\src\misc\vec\vecWec.h
# End Source File
# Begin Source File

3930 3931
SOURCE=.\src\misc\vec\vecWrd.h
# End Source File
Alan Mishchenko committed
3932
# End Group
Alan Mishchenko committed
3933
# Begin Group "util"
Alan Mishchenko committed
3934 3935 3936 3937

# PROP Default_Filter ""
# Begin Source File

Alan Mishchenko committed
3938
SOURCE=.\src\misc\util\abc_global.h
Alan Mishchenko committed
3939 3940 3941
# End Source File
# Begin Source File

Alan Mishchenko committed
3942
SOURCE=.\src\misc\util\util_hack.h
Alan Mishchenko committed
3943
# End Source File
Alan Mishchenko committed
3944 3945
# Begin Source File

3946 3947 3948 3949
SOURCE=.\src\misc\util\utilBridge.c
# End Source File
# Begin Source File

3950 3951 3952 3953 3954 3955 3956 3957
SOURCE=.\src\misc\util\utilCex.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\util\utilCex.h
# End Source File
# Begin Source File

3958 3959 3960 3961
SOURCE=.\src\misc\util\utilColor.c
# End Source File
# Begin Source File

3962 3963 3964 3965
SOURCE=.\src\misc\util\utilDouble.h
# End Source File
# Begin Source File

3966 3967 3968 3969
SOURCE=.\src\misc\util\utilFile.c
# End Source File
# Begin Source File

3970 3971 3972 3973
SOURCE=.\src\misc\util\utilFloat.h
# End Source File
# Begin Source File

3974 3975 3976 3977
SOURCE=.\src\misc\util\utilIsop.c
# End Source File
# Begin Source File

Alan Mishchenko committed
3978 3979 3980 3981 3982 3983
SOURCE=.\src\misc\util\utilMem.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\util\utilMem.h
# End Source File
3984 3985
# Begin Source File

3986 3987 3988 3989 3990 3991 3992 3993
SOURCE=.\src\misc\util\utilNam.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\util\utilNam.h
# End Source File
# Begin Source File

3994 3995
SOURCE=.\src\misc\util\utilSignal.c
# End Source File
3996 3997
# Begin Source File

3998 3999 4000 4001
SOURCE=.\src\misc\util\utilSignal.h
# End Source File
# Begin Source File

4002 4003
SOURCE=.\src\misc\util\utilSort.c
# End Source File
4004 4005 4006 4007
# Begin Source File

SOURCE=.\src\misc\util\utilTruth.h
# End Source File
Alan Mishchenko committed
4008 4009
# End Group
# Begin Group "nm"
Alan Mishchenko committed
4010

Alan Mishchenko committed
4011
# PROP Default_Filter ""
Alan Mishchenko committed
4012 4013
# Begin Source File

Alan Mishchenko committed
4014
SOURCE=.\src\misc\nm\nm.h
Alan Mishchenko committed
4015 4016 4017
# End Source File
# Begin Source File

Alan Mishchenko committed
4018
SOURCE=.\src\misc\nm\nmApi.c
Alan Mishchenko committed
4019 4020 4021
# End Source File
# Begin Source File

Alan Mishchenko committed
4022
SOURCE=.\src\misc\nm\nmInt.h
Alan Mishchenko committed
4023 4024 4025
# End Source File
# Begin Source File

Alan Mishchenko committed
4026
SOURCE=.\src\misc\nm\nmTable.c
Alan Mishchenko committed
4027
# End Source File
Alan Mishchenko committed
4028 4029
# End Group
# Begin Group "hash"
Alan Mishchenko committed
4030

Alan Mishchenko committed
4031
# PROP Default_Filter ""
Alan Mishchenko committed
4032 4033
# Begin Source File

Alan Mishchenko committed
4034
SOURCE=.\src\misc\hash\hash.h
Alan Mishchenko committed
4035 4036 4037
# End Source File
# Begin Source File

Alan Mishchenko committed
4038
SOURCE=.\src\misc\hash\hashFlt.h
Alan Mishchenko committed
4039 4040 4041
# End Source File
# Begin Source File

Alan Mishchenko committed
4042
SOURCE=.\src\misc\hash\hashInt.h
Alan Mishchenko committed
4043 4044 4045
# End Source File
# Begin Source File

Alan Mishchenko committed
4046
SOURCE=.\src\misc\hash\hashPtr.h
Alan Mishchenko committed
4047
# End Source File
Alan Mishchenko committed
4048 4049
# End Group
# Begin Group "bzlib"
Alan Mishchenko committed
4050

Alan Mishchenko committed
4051
# PROP Default_Filter ""
Alan Mishchenko committed
4052 4053
# Begin Source File

Alan Mishchenko committed
4054
SOURCE=.\src\misc\bzlib\blocksort.c
Alan Mishchenko committed
4055 4056 4057
# End Source File
# Begin Source File

Alan Mishchenko committed
4058
SOURCE=.\src\misc\bzlib\bzlib.c
Alan Mishchenko committed
4059 4060 4061
# End Source File
# Begin Source File

Alan Mishchenko committed
4062
SOURCE=.\src\misc\bzlib\bzlib.h
Alan Mishchenko committed
4063 4064 4065
# End Source File
# Begin Source File

Alan Mishchenko committed
4066
SOURCE=.\src\misc\bzlib\bzlib_private.h
Alan Mishchenko committed
4067 4068 4069
# End Source File
# Begin Source File

Alan Mishchenko committed
4070
SOURCE=.\src\misc\bzlib\compress.c
Alan Mishchenko committed
4071 4072 4073
# End Source File
# Begin Source File

Alan Mishchenko committed
4074
SOURCE=.\src\misc\bzlib\crctable.c
Alan Mishchenko committed
4075 4076 4077
# End Source File
# Begin Source File

Alan Mishchenko committed
4078
SOURCE=.\src\misc\bzlib\decompress.c
Alan Mishchenko committed
4079 4080 4081
# End Source File
# Begin Source File

Alan Mishchenko committed
4082
SOURCE=.\src\misc\bzlib\huffman.c
Alan Mishchenko committed
4083 4084 4085
# End Source File
# Begin Source File

Alan Mishchenko committed
4086
SOURCE=.\src\misc\bzlib\randtable.c
Alan Mishchenko committed
4087
# End Source File
Alan Mishchenko committed
4088 4089
# End Group
# Begin Group "zlib"
Alan Mishchenko committed
4090

Alan Mishchenko committed
4091
# PROP Default_Filter ""
Alan Mishchenko committed
4092 4093
# Begin Source File

Alan Mishchenko committed
4094
SOURCE=.\src\misc\zlib\adler32.c
Alan Mishchenko committed
4095 4096 4097
# End Source File
# Begin Source File

Alan Mishchenko committed
4098
SOURCE=.\src\misc\zlib\compress_.c
Alan Mishchenko committed
4099 4100 4101
# End Source File
# Begin Source File

Alan Mishchenko committed
4102
SOURCE=.\src\misc\zlib\crc32.c
Alan Mishchenko committed
4103 4104 4105
# End Source File
# Begin Source File

Alan Mishchenko committed
4106
SOURCE=.\src\misc\zlib\crc32.h
Alan Mishchenko committed
4107 4108 4109
# End Source File
# Begin Source File

Alan Mishchenko committed
4110
SOURCE=.\src\misc\zlib\deflate.c
Alan Mishchenko committed
4111 4112 4113
# End Source File
# Begin Source File

Alan Mishchenko committed
4114
SOURCE=.\src\misc\zlib\deflate.h
Alan Mishchenko committed
4115 4116 4117
# End Source File
# Begin Source File

4118 4119 4120 4121 4122 4123 4124 4125 4126 4127 4128 4129 4130 4131 4132 4133 4134
SOURCE=.\src\misc\zlib\gzclose.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzguts.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzlib.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzread.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\zlib\gzwrite.c
Alan Mishchenko committed
4135 4136 4137
# End Source File
# Begin Source File

Alan Mishchenko committed
4138
SOURCE=.\src\misc\zlib\infback.c
Alan Mishchenko committed
4139 4140 4141
# End Source File
# Begin Source File

Alan Mishchenko committed
4142
SOURCE=.\src\misc\zlib\inffast.c
Alan Mishchenko committed
4143 4144 4145
# End Source File
# Begin Source File

Alan Mishchenko committed
4146
SOURCE=.\src\misc\zlib\inffast.h
Alan Mishchenko committed
4147 4148 4149
# End Source File
# Begin Source File

Alan Mishchenko committed
4150
SOURCE=.\src\misc\zlib\inffixed.h
Alan Mishchenko committed
4151 4152 4153
# End Source File
# Begin Source File

Alan Mishchenko committed
4154
SOURCE=.\src\misc\zlib\inflate.c
Alan Mishchenko committed
4155 4156 4157
# End Source File
# Begin Source File

Alan Mishchenko committed
4158
SOURCE=.\src\misc\zlib\inflate.h
Alan Mishchenko committed
4159 4160 4161
# End Source File
# Begin Source File

Alan Mishchenko committed
4162
SOURCE=.\src\misc\zlib\inftrees.c
Alan Mishchenko committed
4163 4164 4165
# End Source File
# Begin Source File

Alan Mishchenko committed
4166
SOURCE=.\src\misc\zlib\inftrees.h
Alan Mishchenko committed
4167 4168 4169
# End Source File
# Begin Source File

Alan Mishchenko committed
4170
SOURCE=.\src\misc\zlib\trees.c
Alan Mishchenko committed
4171 4172 4173
# End Source File
# Begin Source File

Alan Mishchenko committed
4174
SOURCE=.\src\misc\zlib\trees.h
Alan Mishchenko committed
4175 4176 4177
# End Source File
# Begin Source File

Alan Mishchenko committed
4178
SOURCE=.\src\misc\zlib\uncompr.c
Alan Mishchenko committed
4179 4180 4181
# End Source File
# Begin Source File

Alan Mishchenko committed
4182
SOURCE=.\src\misc\zlib\zconf.h
Alan Mishchenko committed
4183 4184 4185
# End Source File
# Begin Source File

Alan Mishchenko committed
4186
SOURCE=.\src\misc\zlib\zlib.h
Alan Mishchenko committed
4187 4188 4189
# End Source File
# Begin Source File

Alan Mishchenko committed
4190
SOURCE=.\src\misc\zlib\zutil.c
Alan Mishchenko committed
4191 4192 4193
# End Source File
# Begin Source File

Alan Mishchenko committed
4194
SOURCE=.\src\misc\zlib\zutil.h
Alan Mishchenko committed
4195 4196
# End Source File
# End Group
4197
# Begin Group "bar"
Alan Mishchenko committed
4198 4199 4200 4201

# PROP Default_Filter ""
# Begin Source File

4202 4203 4204 4205 4206 4207 4208 4209 4210 4211 4212 4213 4214 4215 4216 4217 4218 4219 4220 4221 4222 4223 4224 4225 4226 4227 4228 4229 4230 4231
SOURCE=.\src\misc\bar\bar.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\bar\bar.h
# End Source File
# End Group
# Begin Group "bbl"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\bbl\bblif.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\bbl\bblif.h
# End Source File
# End Group
# Begin Group "mem"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\mem\mem.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\mem\mem.h
# End Source File
Alan Mishchenko committed
4232 4233 4234 4235
# Begin Source File

SOURCE=.\src\misc\mem\mem2.h
# End Source File
4236 4237 4238 4239 4240 4241 4242 4243 4244 4245 4246 4247
# End Group
# Begin Group "tim"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\tim\tim.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\tim\tim.h
# End Source File
4248 4249 4250 4251 4252 4253 4254 4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 4271
# Begin Source File

SOURCE=.\src\misc\tim\timBox.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\tim\timDump.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\tim\timInt.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\tim\timMan.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\tim\timTime.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\tim\timTrav.c
# End Source File
4272
# End Group
4273 4274 4275 4276 4277 4278 4279 4280 4281 4282 4283 4284 4285 4286 4287 4288
# Begin Group "parse"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\misc\parse\parseEqn.c
# End Source File
# Begin Source File

SOURCE=.\src\misc\parse\parseInt.h
# End Source File
# Begin Source File

SOURCE=.\src\misc\parse\parseStack.c
# End Source File
# End Group
4289 4290 4291 4292 4293 4294 4295 4296 4297 4298
# End Group
# Begin Group "ai"

# PROP Default_Filter ""
# Begin Group "hop"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\aig\hop\hop.h
Alan Mishchenko committed
4299 4300 4301 4302 4303 4304 4305 4306 4307 4308 4309 4310 4311 4312 4313 4314 4315 4316 4317 4318 4319 4320 4321 4322 4323 4324 4325 4326 4327 4328 4329 4330 4331 4332 4333
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopBalance.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopMan.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopMem.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopObj.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopOper.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\hop\hopTable.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4334 4335 4336 4337
SOURCE=.\src\aig\hop\hopTruth.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4338 4339 4340 4341 4342 4343 4344 4345 4346 4347 4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 4366 4367 4368 4369 4370 4371 4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 4388 4389 4390 4391 4392 4393 4394 4395 4396 4397 4398 4399 4400 4401 4402 4403 4404 4405 4406 4407 4408 4409 4410 4411 4412 4413 4414 4415 4416 4417 4418 4419 4420 4421 4422 4423 4424 4425 4426 4427 4428 4429 4430 4431 4432 4433 4434 4435 4436 4437 4438 4439 4440 4441 4442 4443 4444 4445 4446 4447 4448 4449 4450 4451 4452 4453 4454 4455 4456
SOURCE=.\src\aig\hop\hopUtil.c
# End Source File
# End Group
# Begin Group "ivy"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\aig\ivy\ivy.h
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyBalance.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCanon.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCheck.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCut.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyCutTrav.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyDfs.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyDsd.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyFanout.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyFastMap.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyFraig.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyHaig.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyMan.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyMem.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyMulti.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyObj.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyOper.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyResyn.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyRwr.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivySeq.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyShow.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyTable.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ivy\ivyUtil.c
# End Source File
# End Group
# Begin Group "ioa"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\aig\ioa\ioa.h
# End Source File
# Begin Source File

SOURCE=.\src\aig\ioa\ioaReadAig.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ioa\ioaUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\ioa\ioaWriteAig.c
# End Source File
# End Group
4457
# Begin Group "aig"
Alan Mishchenko committed
4458 4459 4460 4461

# PROP Default_Filter ""
# Begin Source File

4462
SOURCE=.\src\aig\aig\aig.h
Alan Mishchenko committed
4463 4464 4465
# End Source File
# Begin Source File

4466
SOURCE=.\src\aig\aig\aigCanon.c
Alan Mishchenko committed
4467 4468 4469
# End Source File
# Begin Source File

4470
SOURCE=.\src\aig\aig\aigCheck.c
Alan Mishchenko committed
4471 4472 4473
# End Source File
# Begin Source File

4474
SOURCE=.\src\aig\aig\aigCuts.c
4475 4476 4477
# End Source File
# Begin Source File

4478
SOURCE=.\src\aig\aig\aigDfs.c
Alan Mishchenko committed
4479 4480 4481
# End Source File
# Begin Source File

4482
SOURCE=.\src\aig\aig\aigDoms.c
Alan Mishchenko committed
4483 4484 4485
# End Source File
# Begin Source File

4486
SOURCE=.\src\aig\aig\aigDup.c
Alan Mishchenko committed
4487 4488 4489
# End Source File
# Begin Source File

4490
SOURCE=.\src\aig\aig\aigFact.c
Alan Mishchenko committed
4491 4492 4493
# End Source File
# Begin Source File

4494
SOURCE=.\src\aig\aig\aigFanout.c
Alan Mishchenko committed
4495 4496 4497
# End Source File
# Begin Source File

4498
SOURCE=.\src\aig\aig\aigFrames.c
Alan Mishchenko committed
4499 4500 4501
# End Source File
# Begin Source File

4502
SOURCE=.\src\aig\aig\aigInter.c
Alan Mishchenko committed
4503 4504 4505
# End Source File
# Begin Source File

4506
SOURCE=.\src\aig\aig\aigJust.c
Alan Mishchenko committed
4507 4508 4509
# End Source File
# Begin Source File

4510
SOURCE=.\src\aig\aig\aigMan.c
Alan Mishchenko committed
4511 4512 4513
# End Source File
# Begin Source File

4514
SOURCE=.\src\aig\aig\aigMem.c
Alan Mishchenko committed
4515 4516 4517
# End Source File
# Begin Source File

4518
SOURCE=.\src\aig\aig\aigMffc.c
Alan Mishchenko committed
4519 4520 4521
# End Source File
# Begin Source File

4522
SOURCE=.\src\aig\aig\aigObj.c
Alan Mishchenko committed
4523 4524 4525
# End Source File
# Begin Source File

4526
SOURCE=.\src\aig\aig\aigOper.c
Alan Mishchenko committed
4527 4528 4529
# End Source File
# Begin Source File

4530
SOURCE=.\src\aig\aig\aigOrder.c
Alan Mishchenko committed
4531 4532 4533
# End Source File
# Begin Source File

4534
SOURCE=.\src\aig\aig\aigPack.c
Alan Mishchenko committed
4535 4536 4537
# End Source File
# Begin Source File

4538
SOURCE=.\src\aig\aig\aigPart.c
Alan Mishchenko committed
4539 4540 4541
# End Source File
# Begin Source File

4542
SOURCE=.\src\aig\aig\aigPartReg.c
Alan Mishchenko committed
4543 4544 4545
# End Source File
# Begin Source File

4546
SOURCE=.\src\aig\aig\aigPartSat.c
Alan Mishchenko committed
4547 4548 4549
# End Source File
# Begin Source File

4550
SOURCE=.\src\aig\aig\aigRepr.c
Alan Mishchenko committed
4551 4552 4553
# End Source File
# Begin Source File

4554
SOURCE=.\src\aig\aig\aigRet.c
Alan Mishchenko committed
4555 4556 4557
# End Source File
# Begin Source File

4558
SOURCE=.\src\aig\aig\aigRetF.c
Alan Mishchenko committed
4559 4560 4561
# End Source File
# Begin Source File

4562
SOURCE=.\src\aig\aig\aigScl.c
4563 4564 4565
# End Source File
# Begin Source File

4566
SOURCE=.\src\aig\aig\aigShow.c
Alan Mishchenko committed
4567 4568 4569
# End Source File
# Begin Source File

4570
SOURCE=.\src\aig\aig\aigSplit.c
Alan Mishchenko committed
4571 4572 4573
# End Source File
# Begin Source File

4574
SOURCE=.\src\aig\aig\aigTable.c
Alan Mishchenko committed
4575 4576 4577
# End Source File
# Begin Source File

4578
SOURCE=.\src\aig\aig\aigTiming.c
Alan Mishchenko committed
4579 4580 4581
# End Source File
# Begin Source File

4582
SOURCE=.\src\aig\aig\aigTruth.c
Alan Mishchenko committed
4583 4584 4585
# End Source File
# Begin Source File

4586
SOURCE=.\src\aig\aig\aigTsim.c
Alan Mishchenko committed
4587 4588 4589
# End Source File
# Begin Source File

4590
SOURCE=.\src\aig\aig\aigUtil.c
4591 4592 4593
# End Source File
# Begin Source File

4594
SOURCE=.\src\aig\aig\aigWin.c
Alan Mishchenko committed
4595 4596
# End Source File
# End Group
4597
# Begin Group "saig"
Alan Mishchenko committed
4598 4599 4600 4601

# PROP Default_Filter ""
# Begin Source File

4602
SOURCE=.\src\aig\saig\saig.h
Alan Mishchenko committed
4603 4604 4605
# End Source File
# Begin Source File

4606
SOURCE=.\src\aig\saig\saigCone.c
Alan Mishchenko committed
4607 4608 4609
# End Source File
# Begin Source File

4610
SOURCE=.\src\aig\saig\saigConstr.c
Alan Mishchenko committed
4611 4612 4613
# End Source File
# Begin Source File

4614
SOURCE=.\src\aig\saig\saigConstr2.c
Alan Mishchenko committed
4615 4616 4617
# End Source File
# Begin Source File

4618 4619 4620 4621
SOURCE=.\src\aig\saig\saigDual.c
# End Source File
# Begin Source File

4622
SOURCE=.\src\aig\saig\saigDup.c
Alan Mishchenko committed
4623 4624 4625
# End Source File
# Begin Source File

4626
SOURCE=.\src\aig\saig\saigInd.c
4627 4628 4629
# End Source File
# Begin Source File

4630
SOURCE=.\src\aig\saig\saigIoa.c
Alan Mishchenko committed
4631 4632 4633
# End Source File
# Begin Source File

4634 4635 4636 4637 4638 4639 4640 4641 4642 4643 4644 4645
SOURCE=.\src\aig\saig\saigIso.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\saig\saigIsoFast.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\saig\saigIsoSlow.c
# End Source File
# Begin Source File

4646
SOURCE=.\src\aig\saig\saigMiter.c
Alan Mishchenko committed
4647 4648 4649
# End Source File
# Begin Source File

4650
SOURCE=.\src\aig\saig\saigOutDec.c
Alan Mishchenko committed
4651 4652 4653
# End Source File
# Begin Source File

4654
SOURCE=.\src\aig\saig\saigPhase.c
Alan Mishchenko committed
4655 4656 4657
# End Source File
# Begin Source File

4658
SOURCE=.\src\aig\saig\saigRetFwd.c
4659 4660 4661
# End Source File
# Begin Source File

4662
SOURCE=.\src\aig\saig\saigRetMin.c
Alan Mishchenko committed
4663 4664 4665
# End Source File
# Begin Source File

4666
SOURCE=.\src\aig\saig\saigRetStep.c
Alan Mishchenko committed
4667 4668 4669
# End Source File
# Begin Source File

4670
SOURCE=.\src\aig\saig\saigScl.c
Alan Mishchenko committed
4671 4672 4673
# End Source File
# Begin Source File

4674
SOURCE=.\src\aig\saig\saigSimFast.c
Alan Mishchenko committed
4675 4676 4677
# End Source File
# Begin Source File

4678
SOURCE=.\src\aig\saig\saigSimMv.c
Alan Mishchenko committed
4679 4680 4681
# End Source File
# Begin Source File

4682
SOURCE=.\src\aig\saig\saigSimSeq.c
Alan Mishchenko committed
4683
# End Source File
Alan Mishchenko committed
4684 4685
# Begin Source File

4686
SOURCE=.\src\aig\saig\saigStrSim.c
Alan Mishchenko committed
4687 4688 4689
# End Source File
# Begin Source File

4690
SOURCE=.\src\aig\saig\saigSwitch.c
Alan Mishchenko committed
4691 4692 4693
# End Source File
# Begin Source File

4694
SOURCE=.\src\aig\saig\saigSynch.c
Alan Mishchenko committed
4695 4696 4697
# End Source File
# Begin Source File

4698
SOURCE=.\src\aig\saig\saigTempor.c
Alan Mishchenko committed
4699 4700 4701
# End Source File
# Begin Source File

4702
SOURCE=.\src\aig\saig\saigTrans.c
Alan Mishchenko committed
4703 4704 4705
# End Source File
# Begin Source File

4706
SOURCE=.\src\aig\saig\saigWnd.c
Alan Mishchenko committed
4707
# End Source File
4708 4709 4710 4711
# End Group
# Begin Group "gia"

# PROP Default_Filter ""
Alan Mishchenko committed
4712 4713
# Begin Source File

4714
SOURCE=.\src\aig\gia\gia.c
Alan Mishchenko committed
4715 4716 4717
# End Source File
# Begin Source File

4718
SOURCE=.\src\aig\gia\gia.h
Alan Mishchenko committed
4719 4720 4721
# End Source File
# Begin Source File

4722
SOURCE=.\src\aig\gia\giaAig.c
Alan Mishchenko committed
4723 4724 4725
# End Source File
# Begin Source File

4726
SOURCE=.\src\aig\gia\giaAig.h
Alan Mishchenko committed
4727 4728 4729
# End Source File
# Begin Source File

4730
SOURCE=.\src\aig\gia\giaAiger.c
Alan Mishchenko committed
4731 4732 4733
# End Source File
# Begin Source File

4734 4735 4736 4737
SOURCE=.\src\aig\gia\giaAigerExt.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4738
SOURCE=.\src\aig\gia\giaBalAig.c
4739 4740 4741
# End Source File
# Begin Source File

Alan Mishchenko committed
4742 4743 4744 4745 4746
SOURCE=.\src\aig\gia\giaBalLut.c
# End Source File
# Begin Source File

SOURCE=.\src\aig\gia\giaBalMap.c
4747 4748 4749
# End Source File
# Begin Source File

4750
SOURCE=.\src\aig\gia\giaBidec.c
Alan Mishchenko committed
4751 4752 4753
# End Source File
# Begin Source File

4754
SOURCE=.\src\aig\gia\giaCCof.c
Alan Mishchenko committed
4755 4756 4757
# End Source File
# Begin Source File

4758 4759 4760 4761
SOURCE=.\src\aig\gia\giaCex.c
# End Source File
# Begin Source File

4762 4763 4764 4765
SOURCE=.\src\aig\gia\giaClp.c
# End Source File
# Begin Source File

4766
SOURCE=.\src\aig\gia\giaCof.c
Alan Mishchenko committed
4767 4768 4769
# End Source File
# Begin Source File

4770 4771 4772 4773
SOURCE=.\src\aig\gia\giaCone.c
# End Source File
# Begin Source File

4774
SOURCE=.\src\aig\gia\giaCSat.c
Alan Mishchenko committed
4775 4776
# End Source File
# Begin Source File
4777 4778 4779 4780

SOURCE=.\src\aig\gia\giaCSat2.c
# End Source File
# Begin Source File
Alan Mishchenko committed
4781

4782
SOURCE=.\src\aig\gia\giaCSatOld.c
Alan Mishchenko committed
4783 4784 4785
# End Source File
# Begin Source File

4786
SOURCE=.\src\aig\gia\giaCTas.c
Alan Mishchenko committed
4787 4788 4789
# End Source File
# Begin Source File

4790 4791 4792 4793
SOURCE=.\src\aig\gia\giaCut.c
# End Source File
# Begin Source File

4794
SOURCE=.\src\aig\gia\giaDfs.c
Alan Mishchenko committed
4795 4796 4797
# End Source File
# Begin Source File

4798
SOURCE=.\src\aig\gia\giaDup.c
Alan Mishchenko committed
4799 4800 4801
# End Source File
# Begin Source File

4802 4803 4804 4805
SOURCE=.\src\aig\gia\giaEdge.c
# End Source File
# Begin Source File

4806
SOURCE=.\src\aig\gia\giaEmbed.c
Alan Mishchenko committed
4807 4808 4809
# End Source File
# Begin Source File

4810
SOURCE=.\src\aig\gia\giaEnable.c
Alan Mishchenko committed
4811 4812 4813
# End Source File
# Begin Source File

4814
SOURCE=.\src\aig\gia\giaEquiv.c
Alan Mishchenko committed
4815 4816 4817
# End Source File
# Begin Source File

4818
SOURCE=.\src\aig\gia\giaEra.c
Alan Mishchenko committed
4819 4820 4821
# End Source File
# Begin Source File

4822
SOURCE=.\src\aig\gia\giaEra2.c
Alan Mishchenko committed
4823 4824 4825
# End Source File
# Begin Source File

4826 4827 4828 4829
SOURCE=.\src\aig\gia\giaEsop.c
# End Source File
# Begin Source File

4830 4831 4832 4833
SOURCE=.\src\aig\gia\giaExist.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4834 4835 4836 4837
SOURCE=.\src\aig\gia\giaFalse.c
# End Source File
# Begin Source File

4838
SOURCE=.\src\aig\gia\giaFanout.c
Alan Mishchenko committed
4839 4840 4841
# End Source File
# Begin Source File

4842
SOURCE=.\src\aig\gia\giaForce.c
Alan Mishchenko committed
4843 4844 4845
# End Source File
# Begin Source File

4846
SOURCE=.\src\aig\gia\giaFrames.c
Alan Mishchenko committed
4847 4848 4849
# End Source File
# Begin Source File

4850
SOURCE=.\src\aig\gia\giaFront.c
Alan Mishchenko committed
4851 4852 4853
# End Source File
# Begin Source File

4854 4855 4856 4857
SOURCE=.\src\aig\gia\giaFx.c
# End Source File
# Begin Source File

4858 4859 4860 4861
SOURCE=.\src\aig\gia\giaGig.c
# End Source File
# Begin Source File

4862
SOURCE=.\src\aig\gia\giaGlitch.c
Alan Mishchenko committed
4863 4864 4865
# End Source File
# Begin Source File

4866
SOURCE=.\src\aig\gia\giaHash.c
Alan Mishchenko committed
4867 4868 4869
# End Source File
# Begin Source File

4870
SOURCE=.\src\aig\gia\giaIf.c
Alan Mishchenko committed
4871 4872 4873
# End Source File
# Begin Source File

4874 4875 4876 4877
SOURCE=.\src\aig\gia\giaIff.c
# End Source File
# Begin Source File

4878 4879 4880 4881
SOURCE=.\src\aig\gia\giaIiff.c
# End Source File
# Begin Source File

4882 4883 4884 4885
SOURCE=.\src\aig\gia\giaIiff.h
# End Source File
# Begin Source File

4886 4887 4888 4889
SOURCE=.\src\aig\gia\giaIso.c
# End Source File
# Begin Source File

4890 4891 4892 4893
SOURCE=.\src\aig\gia\giaIso2.c
# End Source File
# Begin Source File

4894 4895 4896 4897
SOURCE=.\src\aig\gia\giaIso3.c
# End Source File
# Begin Source File

4898 4899 4900 4901
SOURCE=.\src\aig\gia\giaJf.c
# End Source File
# Begin Source File

4902 4903 4904 4905
SOURCE=.\src\aig\gia\giaKf.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4906 4907 4908 4909
SOURCE=.\src\aig\gia\giaLf.c
# End Source File
# Begin Source File

4910
SOURCE=.\src\aig\gia\giaMan.c
Alan Mishchenko committed
4911 4912 4913
# End Source File
# Begin Source File

4914
SOURCE=.\src\aig\gia\giaMem.c
Alan Mishchenko committed
4915
# End Source File
4916 4917
# Begin Source File

4918 4919 4920 4921
SOURCE=.\src\aig\gia\giaMf.c
# End Source File
# Begin Source File

4922 4923
SOURCE=.\src\aig\gia\giaMfs.c
# End Source File
Alan Mishchenko committed
4924 4925
# Begin Source File

4926 4927 4928 4929
SOURCE=.\src\aig\gia\giaMini.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4930 4931 4932 4933
SOURCE=.\src\aig\gia\giaMuxes.c
# End Source File
# Begin Source File

4934 4935 4936 4937
SOURCE=.\src\aig\gia\giaNf.c
# End Source File
# Begin Source File

4938 4939 4940 4941
SOURCE=.\src\aig\gia\giaOf.c
# End Source File
# Begin Source File

4942 4943 4944 4945
SOURCE=.\src\aig\gia\giaPack.c
# End Source File
# Begin Source File

4946
SOURCE=.\src\aig\gia\giaPat.c
Alan Mishchenko committed
4947 4948 4949
# End Source File
# Begin Source File

4950 4951 4952 4953
SOURCE=.\src\aig\gia\giaPf.c
# End Source File
# Begin Source File

4954 4955 4956 4957
SOURCE=.\src\aig\gia\giaQbf.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4958 4959 4960 4961
SOURCE=.\src\aig\gia\giaResub.c
# End Source File
# Begin Source File

4962
SOURCE=.\src\aig\gia\giaRetime.c
Alan Mishchenko committed
4963 4964 4965
# End Source File
# Begin Source File

4966 4967
SOURCE=.\src\aig\gia\giaRex.c
# End Source File
4968 4969
# Begin Source File

4970 4971 4972 4973
SOURCE=.\src\aig\gia\giaSat3.c
# End Source File
# Begin Source File

4974 4975 4976 4977
SOURCE=.\src\aig\gia\giaSatEdge.c
# End Source File
# Begin Source File

4978 4979 4980 4981
SOURCE=.\src\aig\gia\giaSatLE.c
# End Source File
# Begin Source File

4982 4983
SOURCE=.\src\aig\gia\giaSatLut.c
# End Source File
4984 4985
# Begin Source File

4986 4987 4988 4989
SOURCE=.\src\aig\gia\giaSatMap.c
# End Source File
# Begin Source File

Alan Mishchenko committed
4990 4991 4992 4993
SOURCE=.\src\aig\gia\giaSatoko.c
# End Source File
# Begin Source File

4994
SOURCE=.\src\aig\gia\giaScl.c
Alan Mishchenko committed
4995 4996 4997
# End Source File
# Begin Source File

Alan Mishchenko committed
4998 4999 5000 5001
SOURCE=.\src\aig\gia\giaScript.c
# End Source File
# Begin Source File

5002 5003 5004 5005
SOURCE=.\src\aig\gia\giaShow.c
# End Source File
# Begin Source File

5006
SOURCE=.\src\aig\gia\giaShrink.c
Alan Mishchenko committed
5007 5008 5009
# End Source File
# Begin Source File

Alan Mishchenko committed
5010 5011 5012 5013
SOURCE=.\src\aig\gia\giaShrink6.c
# End Source File
# Begin Source File

5014 5015 5016 5017
SOURCE=.\src\aig\gia\giaShrink7.c
# End Source File
# Begin Source File

5018
SOURCE=.\src\aig\gia\giaSim.c
Alan Mishchenko committed
5019 5020 5021
# End Source File
# Begin Source File

5022
SOURCE=.\src\aig\gia\giaSim2.c
Alan Mishchenko committed
5023 5024 5025
# End Source File
# Begin Source File

5026
SOURCE=.\src\aig\gia\giaSort.c
Alan Mishchenko committed
5027 5028 5029
# End Source File
# Begin Source File

5030
SOURCE=.\src\aig\gia\giaSpeedup.c
Alan Mishchenko committed
5031 5032 5033
# End Source File
# Begin Source File

5034 5035 5036 5037
SOURCE=.\src\aig\gia\giaSplit.c
# End Source File
# Begin Source File

5038 5039 5040 5041
SOURCE=.\src\aig\gia\giaStg.c
# End Source File
# Begin Source File

5042 5043 5044 5045
SOURCE=.\src\aig\gia\giaStr.c
# End Source File
# Begin Source File

5046
SOURCE=.\src\aig\gia\giaSupMin.c
Alan Mishchenko committed
5047 5048 5049
# End Source File
# Begin Source File

5050 5051 5052 5053
SOURCE=.\src\aig\gia\giaSupp.c
# End Source File
# Begin Source File

5054 5055 5056 5057
SOURCE=.\src\aig\gia\giaSweep.c
# End Source File
# Begin Source File

5058 5059 5060 5061
SOURCE=.\src\aig\gia\giaSweeper.c
# End Source File
# Begin Source File

5062
SOURCE=.\src\aig\gia\giaSwitch.c
Alan Mishchenko committed
5063 5064 5065
# End Source File
# Begin Source File

5066 5067 5068 5069
SOURCE=.\src\aig\gia\giaTim.c
# End Source File
# Begin Source File

Alan Mishchenko committed
5070 5071 5072 5073
SOURCE=.\src\aig\gia\giaTis.c
# End Source File
# Begin Source File

5074 5075 5076 5077
SOURCE=.\src\aig\gia\giaTruth.c
# End Source File
# Begin Source File

5078
SOURCE=.\src\aig\gia\giaTsim.c
Alan Mishchenko committed
5079 5080 5081
# End Source File
# Begin Source File

5082 5083 5084 5085
SOURCE=.\src\aig\gia\giaUnate.c
# End Source File
# Begin Source File

5086
SOURCE=.\src\aig\gia\giaUtil.c
Alan Mishchenko committed
5087 5088
# End Source File
# End Group
5089 5090 5091 5092 5093
# Begin Group "miniaig"

# PROP Default_Filter ""
# Begin Source File

5094 5095 5096 5097
SOURCE=.\src\aig\miniaig\abcOper.h
# End Source File
# Begin Source File

5098 5099
SOURCE=.\src\aig\miniaig\miniaig.h
# End Source File
5100 5101 5102 5103
# Begin Source File

SOURCE=.\src\aig\miniaig\minilut.h
# End Source File
5104 5105 5106 5107
# Begin Source File

SOURCE=.\src\aig\miniaig\ndr.h
# End Source File
5108
# End Group
5109 5110 5111 5112 5113 5114 5115 5116
# Begin Group "uap"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\aig\uap\uap.h
# End Source File
# End Group
5117 5118
# End Group
# Begin Group "bool"
Alan Mishchenko committed
5119 5120

# PROP Default_Filter ""
5121
# Begin Group "bdc"
Alan Mishchenko committed
5122

5123
# PROP Default_Filter ""
Alan Mishchenko committed
5124 5125
# Begin Source File

5126
SOURCE=.\src\bool\bdc\bdc.h
Alan Mishchenko committed
5127 5128 5129
# End Source File
# Begin Source File

5130
SOURCE=.\src\bool\bdc\bdcCore.c
5131 5132 5133
# End Source File
# Begin Source File

5134
SOURCE=.\src\bool\bdc\bdcDec.c
5135 5136 5137
# End Source File
# Begin Source File

5138
SOURCE=.\src\bool\bdc\bdcInt.h
5139 5140 5141
# End Source File
# Begin Source File

5142
SOURCE=.\src\bool\bdc\bdcSpfd.c
5143 5144 5145
# End Source File
# Begin Source File

5146
SOURCE=.\src\bool\bdc\bdcTable.c
Alan Mishchenko committed
5147
# End Source File
5148 5149 5150 5151
# End Group
# Begin Group "dec"

# PROP Default_Filter ""
Alan Mishchenko committed
5152 5153
# Begin Source File

5154
SOURCE=.\src\bool\dec\dec.h
Alan Mishchenko committed
5155 5156 5157
# End Source File
# Begin Source File

5158
SOURCE=.\src\bool\dec\decAbc.c
5159 5160 5161
# End Source File
# Begin Source File

5162
SOURCE=.\src\bool\dec\decFactor.c
5163 5164 5165
# End Source File
# Begin Source File

5166
SOURCE=.\src\bool\dec\decMan.c
Alan Mishchenko committed
5167 5168 5169
# End Source File
# Begin Source File

5170
SOURCE=.\src\bool\dec\decPrint.c
5171 5172 5173
# End Source File
# Begin Source File

5174
SOURCE=.\src\bool\dec\decUtil.c
5175
# End Source File
5176 5177 5178 5179
# End Group
# Begin Group "deco"

# PROP Default_Filter ""
5180 5181
# Begin Source File

5182
SOURCE=.\src\bool\deco\deco.h
Alan Mishchenko committed
5183
# End Source File
5184 5185 5186 5187
# End Group
# Begin Group "kit"

# PROP Default_Filter ""
Alan Mishchenko committed
5188 5189
# Begin Source File

5190
SOURCE=.\src\bool\kit\cloud.c
5191 5192 5193
# End Source File
# Begin Source File

5194
SOURCE=.\src\bool\kit\cloud.h
5195 5196 5197
# End Source File
# Begin Source File

5198
SOURCE=.\src\bool\kit\kit.h
5199 5200 5201
# End Source File
# Begin Source File

5202
SOURCE=.\src\bool\kit\kit_.c
Alan Mishchenko committed
5203 5204 5205
# End Source File
# Begin Source File

5206
SOURCE=.\src\bool\kit\kitAig.c
Alan Mishchenko committed
5207 5208 5209
# End Source File
# Begin Source File

5210
SOURCE=.\src\bool\kit\kitBdd.c
Alan Mishchenko committed
5211 5212 5213
# End Source File
# Begin Source File

5214
SOURCE=.\src\bool\kit\kitCloud.c
Alan Mishchenko committed
5215 5216 5217
# End Source File
# Begin Source File

5218
SOURCE=.\src\bool\kit\kitDec.c
5219 5220 5221
# End Source File
# Begin Source File

5222
SOURCE=.\src\bool\kit\kitDsd.c
Alan Mishchenko committed
5223 5224 5225
# End Source File
# Begin Source File

5226
SOURCE=.\src\bool\kit\kitFactor.c
5227 5228 5229
# End Source File
# Begin Source File

5230
SOURCE=.\src\bool\kit\kitGraph.c
Alan Mishchenko committed
5231 5232 5233
# End Source File
# Begin Source File

5234
SOURCE=.\src\bool\kit\kitHop.c
Alan Mishchenko committed
5235 5236 5237
# End Source File
# Begin Source File

5238
SOURCE=.\src\bool\kit\kitIsop.c
Alan Mishchenko committed
5239 5240 5241
# End Source File
# Begin Source File

5242
SOURCE=.\src\bool\kit\kitPerm.c
Alan Mishchenko committed
5243 5244 5245
# End Source File
# Begin Source File

5246
SOURCE=.\src\bool\kit\kitPla.c
Alan Mishchenko committed
5247 5248 5249
# End Source File
# Begin Source File

5250
SOURCE=.\src\bool\kit\kitSop.c
5251 5252 5253
# End Source File
# Begin Source File

5254
SOURCE=.\src\bool\kit\kitTruth.c
Alan Mishchenko committed
5255
# End Source File
5256
# End Group
5257 5258 5259 5260 5261 5262 5263 5264 5265
# Begin Group "lucky"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bool\lucky\lucky.c
# End Source File
# Begin Source File

5266 5267 5268 5269
SOURCE=.\src\bool\lucky\lucky.h
# End Source File
# Begin Source File

5270 5271 5272 5273 5274 5275 5276 5277
SOURCE=.\src\bool\lucky\luckyFast16.c
# End Source File
# Begin Source File

SOURCE=.\src\bool\lucky\luckyFast6.c
# End Source File
# Begin Source File

5278 5279 5280 5281 5282 5283 5284 5285
SOURCE=.\src\bool\lucky\luckyInt.h
# End Source File
# Begin Source File

SOURCE=.\src\bool\lucky\luckyRead.c
# End Source File
# Begin Source File

5286 5287 5288 5289
SOURCE=.\src\bool\lucky\luckySimple.c
# End Source File
# Begin Source File

5290 5291
SOURCE=.\src\bool\lucky\luckySwap.c
# End Source File
5292 5293 5294 5295
# Begin Source File

SOURCE=.\src\bool\lucky\luckySwapIJ.c
# End Source File
5296
# End Group
Alan Mishchenko committed
5297 5298 5299 5300 5301 5302 5303 5304 5305 5306 5307 5308 5309 5310 5311 5312 5313 5314 5315 5316
# Begin Group "rsb"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\bool\rsb\rsb.h
# End Source File
# Begin Source File

SOURCE=.\src\bool\rsb\rsbDec6.c
# End Source File
# Begin Source File

SOURCE=.\src\bool\rsb\rsbInt.h
# End Source File
# Begin Source File

SOURCE=.\src\bool\rsb\rsbMan.c
# End Source File
# End Group
5317 5318 5319
# Begin Group "rpo"

# PROP Default_Filter ""
5320 5321 5322 5323 5324 5325 5326 5327 5328 5329 5330 5331
# Begin Source File

SOURCE=.\src\bool\rpo\literal.h
# End Source File
# Begin Source File

SOURCE=.\src\bool\rpo\rpo.c
# End Source File
# Begin Source File

SOURCE=.\src\bool\rpo\rpo.h
# End Source File
5332
# End Group
5333 5334 5335 5336 5337 5338 5339
# End Group
# Begin Group "prove"

# PROP Default_Filter ""
# Begin Group "cec"

# PROP Default_Filter ""
Alan Mishchenko committed
5340 5341
# Begin Source File

5342
SOURCE=.\src\proof\cec\cec.h
Alan Mishchenko committed
5343 5344 5345
# End Source File
# Begin Source File

5346
SOURCE=.\src\proof\cec\cecCec.c
Alan Mishchenko committed
5347 5348 5349
# End Source File
# Begin Source File

5350
SOURCE=.\src\proof\cec\cecChoice.c
Alan Mishchenko committed
5351 5352 5353
# End Source File
# Begin Source File

5354
SOURCE=.\src\proof\cec\cecClass.c
5355 5356 5357
# End Source File
# Begin Source File

5358
SOURCE=.\src\proof\cec\cecCore.c
Alan Mishchenko committed
5359 5360 5361
# End Source File
# Begin Source File

5362
SOURCE=.\src\proof\cec\cecCorr.c
Alan Mishchenko committed
5363 5364 5365
# End Source File
# Begin Source File

5366
SOURCE=.\src\proof\cec\cecInt.h
Alan Mishchenko committed
5367 5368 5369
# End Source File
# Begin Source File

5370
SOURCE=.\src\proof\cec\cecIso.c
Alan Mishchenko committed
5371 5372 5373
# End Source File
# Begin Source File

5374
SOURCE=.\src\proof\cec\cecMan.c
Alan Mishchenko committed
5375 5376 5377
# End Source File
# Begin Source File

5378
SOURCE=.\src\proof\cec\cecPat.c
Alan Mishchenko committed
5379 5380 5381
# End Source File
# Begin Source File

5382 5383 5384 5385
SOURCE=.\src\proof\cec\cecSat.c
# End Source File
# Begin Source File

5386 5387 5388 5389
SOURCE=.\src\proof\cec\cecSatG.c
# End Source File
# Begin Source File

5390
SOURCE=.\src\proof\cec\cecSeq.c
Alan Mishchenko committed
5391 5392 5393
# End Source File
# Begin Source File

5394
SOURCE=.\src\proof\cec\cecSolve.c
Alan Mishchenko committed
5395 5396 5397
# End Source File
# Begin Source File

5398 5399 5400 5401
SOURCE=.\src\proof\cec\cecSplit.c
# End Source File
# Begin Source File

5402
SOURCE=.\src\proof\cec\cecSweep.c
Alan Mishchenko committed
5403 5404 5405
# End Source File
# Begin Source File

5406
SOURCE=.\src\proof\cec\cecSynth.c
Alan Mishchenko committed
5407 5408 5409 5410 5411 5412 5413
# End Source File
# End Group
# Begin Group "dch"

# PROP Default_Filter ""
# Begin Source File

5414
SOURCE=.\src\proof\dch\dch.h
Alan Mishchenko committed
5415 5416 5417
# End Source File
# Begin Source File

5418
SOURCE=.\src\proof\dch\dchAig.c
Alan Mishchenko committed
5419 5420 5421
# End Source File
# Begin Source File

5422
SOURCE=.\src\proof\dch\dchChoice.c
Alan Mishchenko committed
5423 5424 5425
# End Source File
# Begin Source File

5426
SOURCE=.\src\proof\dch\dchClass.c
Alan Mishchenko committed
5427 5428 5429
# End Source File
# Begin Source File

5430
SOURCE=.\src\proof\dch\dchCnf.c
Alan Mishchenko committed
5431 5432 5433
# End Source File
# Begin Source File

5434
SOURCE=.\src\proof\dch\dchCore.c
Alan Mishchenko committed
5435 5436 5437
# End Source File
# Begin Source File

5438
SOURCE=.\src\proof\dch\dchInt.h
Alan Mishchenko committed
5439 5440 5441
# End Source File
# Begin Source File

5442
SOURCE=.\src\proof\dch\dchMan.c
Alan Mishchenko committed
5443 5444 5445
# End Source File
# Begin Source File

5446
SOURCE=.\src\proof\dch\dchSat.c
Alan Mishchenko committed
5447 5448 5449
# End Source File
# Begin Source File

5450
SOURCE=.\src\proof\dch\dchSim.c
Alan Mishchenko committed
5451 5452 5453
# End Source File
# Begin Source File

5454
SOURCE=.\src\proof\dch\dchSimSat.c
Alan Mishchenko committed
5455 5456 5457
# End Source File
# Begin Source File

5458
SOURCE=.\src\proof\dch\dchSweep.c
Alan Mishchenko committed
5459 5460
# End Source File
# End Group
5461
# Begin Group "fra"
Alan Mishchenko committed
5462 5463 5464 5465

# PROP Default_Filter ""
# Begin Source File

5466
SOURCE=.\src\proof\fra\fra.h
Alan Mishchenko committed
5467 5468 5469
# End Source File
# Begin Source File

5470
SOURCE=.\src\proof\fra\fraBmc.c
Alan Mishchenko committed
5471 5472 5473
# End Source File
# Begin Source File

5474
SOURCE=.\src\proof\fra\fraCec.c
Alan Mishchenko committed
5475 5476 5477
# End Source File
# Begin Source File

5478
SOURCE=.\src\proof\fra\fraClass.c
5479 5480 5481
# End Source File
# Begin Source File

5482
SOURCE=.\src\proof\fra\fraClau.c
Alan Mishchenko committed
5483 5484 5485
# End Source File
# Begin Source File

5486
SOURCE=.\src\proof\fra\fraClaus.c
Alan Mishchenko committed
5487 5488 5489
# End Source File
# Begin Source File

5490
SOURCE=.\src\proof\fra\fraCnf.c
5491 5492 5493
# End Source File
# Begin Source File

5494
SOURCE=.\src\proof\fra\fraCore.c
Alan Mishchenko committed
5495 5496 5497
# End Source File
# Begin Source File

5498
SOURCE=.\src\proof\fra\fraHot.c
Alan Mishchenko committed
5499 5500 5501
# End Source File
# Begin Source File

5502
SOURCE=.\src\proof\fra\fraImp.c
Alan Mishchenko committed
5503 5504 5505
# End Source File
# Begin Source File

5506
SOURCE=.\src\proof\fra\fraInd.c
Alan Mishchenko committed
5507 5508 5509
# End Source File
# Begin Source File

5510
SOURCE=.\src\proof\fra\fraIndVer.c
Alan Mishchenko committed
5511 5512 5513
# End Source File
# Begin Source File

5514
SOURCE=.\src\proof\fra\fraLcr.c
Alan Mishchenko committed
5515 5516 5517
# End Source File
# Begin Source File

5518
SOURCE=.\src\proof\fra\fraMan.c
5519 5520 5521
# End Source File
# Begin Source File

5522
SOURCE=.\src\proof\fra\fraPart.c
Alan Mishchenko committed
5523 5524 5525
# End Source File
# Begin Source File

5526
SOURCE=.\src\proof\fra\fraSat.c
Alan Mishchenko committed
5527 5528 5529
# End Source File
# Begin Source File

5530
SOURCE=.\src\proof\fra\fraSec.c
Alan Mishchenko committed
5531 5532 5533
# End Source File
# Begin Source File

5534
SOURCE=.\src\proof\fra\fraSim.c
Alan Mishchenko committed
5535 5536
# End Source File
# End Group
5537
# Begin Group "fraig"
Alan Mishchenko committed
5538 5539 5540 5541

# PROP Default_Filter ""
# Begin Source File

5542
SOURCE=.\src\proof\fraig\fraig.h
Alan Mishchenko committed
5543 5544 5545
# End Source File
# Begin Source File

5546
SOURCE=.\src\proof\fraig\fraigApi.c
Alan Mishchenko committed
5547 5548 5549
# End Source File
# Begin Source File

5550
SOURCE=.\src\proof\fraig\fraigCanon.c
Alan Mishchenko committed
5551 5552 5553
# End Source File
# Begin Source File

5554
SOURCE=.\src\proof\fraig\fraigChoice.c
Alan Mishchenko committed
5555 5556 5557
# End Source File
# Begin Source File

5558
SOURCE=.\src\proof\fraig\fraigFanout.c
Alan Mishchenko committed
5559 5560 5561
# End Source File
# Begin Source File

5562
SOURCE=.\src\proof\fraig\fraigFeed.c
Alan Mishchenko committed
5563 5564 5565
# End Source File
# Begin Source File

5566
SOURCE=.\src\proof\fraig\fraigInt.h
Alan Mishchenko committed
5567 5568 5569
# End Source File
# Begin Source File

5570
SOURCE=.\src\proof\fraig\fraigMan.c
Alan Mishchenko committed
5571 5572 5573
# End Source File
# Begin Source File

5574
SOURCE=.\src\proof\fraig\fraigMem.c
Alan Mishchenko committed
5575 5576 5577
# End Source File
# Begin Source File

5578
SOURCE=.\src\proof\fraig\fraigNode.c
Alan Mishchenko committed
5579 5580 5581
# End Source File
# Begin Source File

5582
SOURCE=.\src\proof\fraig\fraigPrime.c
Alan Mishchenko committed
5583 5584 5585
# End Source File
# Begin Source File

5586
SOURCE=.\src\proof\fraig\fraigSat.c
Alan Mishchenko committed
5587 5588 5589
# End Source File
# Begin Source File

5590
SOURCE=.\src\proof\fraig\fraigTable.c
Alan Mishchenko committed
5591 5592 5593
# End Source File
# Begin Source File

5594
SOURCE=.\src\proof\fraig\fraigUtil.c
Alan Mishchenko committed
5595
# End Source File
Alan Mishchenko committed
5596 5597
# Begin Source File

5598
SOURCE=.\src\proof\fraig\fraigVec.c
5599
# End Source File
Alan Mishchenko committed
5600
# End Group
5601
# Begin Group "int"
Alan Mishchenko committed
5602 5603 5604 5605

# PROP Default_Filter ""
# Begin Source File

5606
SOURCE=.\src\proof\int\int.h
Alan Mishchenko committed
5607 5608 5609
# End Source File
# Begin Source File

5610
SOURCE=.\src\proof\int\intCheck.c
Alan Mishchenko committed
5611 5612 5613
# End Source File
# Begin Source File

5614
SOURCE=.\src\proof\int\intContain.c
Alan Mishchenko committed
5615 5616 5617
# End Source File
# Begin Source File

5618
SOURCE=.\src\proof\int\intCore.c
Alan Mishchenko committed
5619 5620 5621
# End Source File
# Begin Source File

5622
SOURCE=.\src\proof\int\intCtrex.c
Alan Mishchenko committed
5623 5624 5625
# End Source File
# Begin Source File

5626
SOURCE=.\src\proof\int\intDup.c
Alan Mishchenko committed
5627 5628 5629
# End Source File
# Begin Source File

5630
SOURCE=.\src\proof\int\intFrames.c
Alan Mishchenko committed
5631 5632 5633
# End Source File
# Begin Source File

5634
SOURCE=.\src\proof\int\intInt.h
Alan Mishchenko committed
5635 5636 5637
# End Source File
# Begin Source File

5638
SOURCE=.\src\proof\int\intInter.c
Alan Mishchenko committed
5639 5640 5641
# End Source File
# Begin Source File

5642
SOURCE=.\src\proof\int\intM114.c
Alan Mishchenko committed
5643 5644 5645
# End Source File
# Begin Source File

5646
SOURCE=.\src\proof\int\intMan.c
Alan Mishchenko committed
5647 5648 5649
# End Source File
# Begin Source File

5650
SOURCE=.\src\proof\int\intUtil.c
Alan Mishchenko committed
5651
# End Source File
5652 5653
# End Group
# Begin Group "live"
Alan Mishchenko committed
5654

5655
# PROP Default_Filter ""
Alan Mishchenko committed
5656 5657
# Begin Source File

5658 5659 5660 5661 5662 5663 5664 5665 5666 5667 5668 5669 5670 5671 5672 5673 5674 5675 5676 5677
SOURCE=.\src\proof\live\arenaViolation.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\live\combination.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\live\disjunctiveMonotone.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\live\kLiveConstraints.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\live\kliveness.c
# End Source File
# Begin Source File

5678
SOURCE=.\src\proof\live\liveness.c
5679 5680 5681
# End Source File
# Begin Source File

5682
SOURCE=.\src\proof\live\liveness_sim.c
5683 5684 5685
# End Source File
# Begin Source File

5686
SOURCE=.\src\proof\live\ltl_parser.c
Alan Mishchenko committed
5687
# End Source File
5688 5689 5690 5691
# Begin Source File

SOURCE=.\src\proof\live\monotone.c
# End Source File
5692 5693 5694 5695
# End Group
# Begin Group "pdr"

# PROP Default_Filter ""
5696 5697
# Begin Source File

5698
SOURCE=.\src\proof\pdr\pdr.h
5699 5700 5701
# End Source File
# Begin Source File

5702
SOURCE=.\src\proof\pdr\pdrClass.c
5703 5704 5705
# End Source File
# Begin Source File

5706
SOURCE=.\src\proof\pdr\pdrCnf.c
Alan Mishchenko committed
5707 5708 5709
# End Source File
# Begin Source File

5710
SOURCE=.\src\proof\pdr\pdrCore.c
Alan Mishchenko committed
5711 5712 5713
# End Source File
# Begin Source File

5714 5715 5716 5717
SOURCE=.\src\proof\pdr\pdrIncr.c
# End Source File
# Begin Source File

5718
SOURCE=.\src\proof\pdr\pdrInt.h
Alan Mishchenko committed
5719
# End Source File
Alan Mishchenko committed
5720 5721
# Begin Source File

5722
SOURCE=.\src\proof\pdr\pdrInv.c
Alan Mishchenko committed
5723 5724 5725
# End Source File
# Begin Source File

5726
SOURCE=.\src\proof\pdr\pdrMan.c
Alan Mishchenko committed
5727
# End Source File
Alan Mishchenko committed
5728 5729
# Begin Source File

5730
SOURCE=.\src\proof\pdr\pdrSat.c
Alan Mishchenko committed
5731 5732 5733
# End Source File
# Begin Source File

5734
SOURCE=.\src\proof\pdr\pdrTsim.c
Alan Mishchenko committed
5735
# End Source File
5736 5737
# Begin Source File

5738 5739 5740 5741
SOURCE=.\src\proof\pdr\pdrTsim2.c
# End Source File
# Begin Source File

5742 5743 5744 5745
SOURCE=.\src\proof\pdr\pdrTsim3.c
# End Source File
# Begin Source File

5746
SOURCE=.\src\proof\pdr\pdrUtil.c
5747
# End Source File
Alan Mishchenko committed
5748
# End Group
5749
# Begin Group "ssw"
Alan Mishchenko committed
5750 5751 5752 5753

# PROP Default_Filter ""
# Begin Source File

5754
SOURCE=.\src\proof\ssw\ssw.h
5755 5756 5757
# End Source File
# Begin Source File

5758
SOURCE=.\src\proof\ssw\sswAig.c
Alan Mishchenko committed
5759 5760 5761
# End Source File
# Begin Source File

5762
SOURCE=.\src\proof\ssw\sswBmc.c
Alan Mishchenko committed
5763 5764 5765
# End Source File
# Begin Source File

5766
SOURCE=.\src\proof\ssw\sswClass.c
Alan Mishchenko committed
5767 5768 5769
# End Source File
# Begin Source File

5770
SOURCE=.\src\proof\ssw\sswCnf.c
Alan Mishchenko committed
5771 5772 5773
# End Source File
# Begin Source File

5774
SOURCE=.\src\proof\ssw\sswConstr.c
Alan Mishchenko committed
5775 5776 5777
# End Source File
# Begin Source File

5778
SOURCE=.\src\proof\ssw\sswCore.c
Alan Mishchenko committed
5779 5780 5781
# End Source File
# Begin Source File

5782
SOURCE=.\src\proof\ssw\sswDyn.c
Alan Mishchenko committed
5783 5784 5785
# End Source File
# Begin Source File

5786
SOURCE=.\src\proof\ssw\sswFilter.c
Alan Mishchenko committed
5787
# End Source File
5788 5789
# Begin Source File

5790
SOURCE=.\src\proof\ssw\sswInt.h
5791 5792 5793
# End Source File
# Begin Source File

5794
SOURCE=.\src\proof\ssw\sswIslands.c
5795 5796 5797
# End Source File
# Begin Source File

5798
SOURCE=.\src\proof\ssw\sswLcorr.c
5799 5800 5801
# End Source File
# Begin Source File

5802
SOURCE=.\src\proof\ssw\sswMan.c
5803
# End Source File
5804 5805
# Begin Source File

5806
SOURCE=.\src\proof\ssw\sswPairs.c
5807 5808 5809
# End Source File
# Begin Source File

5810
SOURCE=.\src\proof\ssw\sswPart.c
5811 5812 5813
# End Source File
# Begin Source File

5814
SOURCE=.\src\proof\ssw\sswRarity.c
5815 5816 5817
# End Source File
# Begin Source File

5818
SOURCE=.\src\proof\ssw\sswRarity2.c
5819 5820 5821
# End Source File
# Begin Source File

5822
SOURCE=.\src\proof\ssw\sswSat.c
5823 5824 5825
# End Source File
# Begin Source File

5826
SOURCE=.\src\proof\ssw\sswSemi.c
5827 5828 5829
# End Source File
# Begin Source File

5830
SOURCE=.\src\proof\ssw\sswSim.c
5831 5832 5833
# End Source File
# Begin Source File

5834
SOURCE=.\src\proof\ssw\sswSimSat.c
5835 5836 5837
# End Source File
# Begin Source File

5838
SOURCE=.\src\proof\ssw\sswSweep.c
5839 5840 5841
# End Source File
# Begin Source File

5842
SOURCE=.\src\proof\ssw\sswUnique.c
5843 5844
# End Source File
# End Group
5845 5846 5847 5848 5849 5850 5851 5852 5853 5854 5855 5856 5857 5858 5859 5860 5861 5862 5863 5864 5865 5866 5867 5868 5869 5870 5871 5872 5873 5874 5875 5876 5877 5878 5879 5880 5881 5882 5883 5884 5885 5886 5887 5888 5889 5890 5891 5892 5893 5894 5895 5896 5897 5898 5899 5900 5901 5902 5903 5904 5905
# Begin Group "abs"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\proof\abs\abs.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\abs.h
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absDup.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absGla.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absGlaOld.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absIter.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absOldCex.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absOldRef.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absOldSat.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absOldSim.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absOut.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absPth.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absRef.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absRef.h
# End Source File
# Begin Source File

5906 5907 5908 5909
SOURCE=.\src\proof\abs\absRefSelect.c
# End Source File
# Begin Source File

5910 5911 5912 5913
SOURCE=.\src\proof\abs\absRpm.c
# End Source File
# Begin Source File

5914 5915 5916 5917
SOURCE=.\src\proof\abs\absRpmOld.c
# End Source File
# Begin Source File

5918 5919 5920 5921 5922 5923 5924
SOURCE=.\src\proof\abs\absUtil.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\abs\absVta.c
# End Source File
# End Group
5925 5926 5927 5928 5929 5930 5931 5932 5933 5934 5935 5936 5937 5938 5939 5940 5941 5942 5943 5944 5945 5946 5947 5948 5949 5950 5951 5952 5953 5954 5955 5956
# Begin Group "ssc"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\proof\ssc\ssc.h
# End Source File
# Begin Source File

SOURCE=.\src\proof\ssc\sscClass.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\ssc\sscCore.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\ssc\sscInt.h
# End Source File
# Begin Source File

SOURCE=.\src\proof\ssc\sscSat.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\ssc\sscSim.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\ssc\sscUtil.c
# End Source File
# End Group
5957 5958 5959 5960
# Begin Group "int2"

# PROP Default_Filter ""
# End Group
5961 5962 5963 5964 5965 5966 5967 5968 5969
# Begin Group "acec"

# PROP Default_Filter ""
# Begin Source File

SOURCE=.\src\proof\acec\acec.h
# End Source File
# Begin Source File

5970
SOURCE=.\src\proof\acec\acec2Mult.c
5971 5972 5973
# End Source File
# Begin Source File

5974 5975 5976 5977
SOURCE=.\src\proof\acec\acecBo.c
# End Source File
# Begin Source File

5978 5979 5980 5981
SOURCE=.\src\proof\acec\acecCl.c
# End Source File
# Begin Source File

5982 5983 5984 5985
SOURCE=.\src\proof\acec\acecCo.c
# End Source File
# Begin Source File

5986 5987 5988 5989
SOURCE=.\src\proof\acec\acecCore.c
# End Source File
# Begin Source File

5990 5991 5992 5993
SOURCE=.\src\proof\acec\acecCover.c
# End Source File
# Begin Source File

5994 5995 5996 5997 5998 5999 6000 6001
SOURCE=.\src\proof\acec\acecFadds.c
# End Source File
# Begin Source File

SOURCE=.\src\proof\acec\acecInt.h
# End Source File
# Begin Source File

6002 6003 6004 6005
SOURCE=.\src\proof\acec\acecMult.c
# End Source File
# Begin Source File

6006 6007 6008 6009
SOURCE=.\src\proof\acec\acecNorm.c
# End Source File
# Begin Source File

6010 6011 6012 6013
SOURCE=.\src\proof\acec\acecOrder.c
# End Source File
# Begin Source File

6014 6015 6016 6017
SOURCE=.\src\proof\acec\acecPa.c
# End Source File
# Begin Source File

6018 6019 6020 6021
SOURCE=.\src\proof\acec\acecPo.c
# End Source File
# Begin Source File

6022 6023 6024 6025
SOURCE=.\src\proof\acec\acecPolyn.c
# End Source File
# Begin Source File

6026 6027 6028 6029
SOURCE=.\src\proof\acec\acecPool.c
# End Source File
# Begin Source File

6030 6031 6032 6033
SOURCE=.\src\proof\acec\acecRe.c
# End Source File
# Begin Source File

6034 6035 6036 6037
SOURCE=.\src\proof\acec\acecSt.c
# End Source File
# Begin Source File

6038 6039 6040 6041
SOURCE=.\src\proof\acec\acecStruct.c
# End Source File
# Begin Source File

6042 6043 6044 6045
SOURCE=.\src\proof\acec\acecTree.c
# End Source File
# Begin Source File

6046 6047
SOURCE=.\src\proof\acec\acecUtil.c
# End Source File
6048 6049 6050 6051
# Begin Source File

SOURCE=.\src\proof\acec\acecXor.c
# End Source File
6052
# End Group
Alan Mishchenko committed
6053 6054 6055 6056 6057 6058 6059 6060
# End Group
# End Group
# Begin Group "Header Files"

# PROP Default_Filter "h;hpp;hxx;hm;inl"
# End Group
# End Target
# End Project