Difference between revisions of "How do I... ?"

From CVC4
Jump to: navigation, search
(Dealing with the source tree)
(Dealing with the services on the CVC4 Stanford server)
 
(11 intermediate revisions by 4 users not shown)
Line 45: Line 45:
  
 
*[[Developer's Guide#Visualizing code coverage|...visualize code coverage?]]
 
*[[Developer's Guide#Visualizing code coverage|...visualize code coverage?]]
 +
 +
=Dealing with performance=
 +
 +
*[[Developer's Guide#Profiling|...profile CVC4?]]
  
 
=Dealing with the main CVC4 driver program=
 
=Dealing with the main CVC4 driver program=
Line 53: Line 57:
  
 
*[[Developer's Guide#Code reviews|...perform a code review?]]
 
*[[Developer's Guide#Code reviews|...perform a code review?]]
 +
 +
=Dealing with the services on the Church server=
 +
 +
'''NOTE: This information is deprecated but we might want to review it.'''
 +
 +
<!--  *[[Using SSL with Church|...encrypt my communications with the Church web server?]] -->
 +
<!--  *[[Newswire#Adding items to the newswire|...add an item to Church's CVC4 newswire?]] -->
 +
*[[Developer Meeting Minutes#Adding meeting minutes to the wiki|...add CVC4 meeting minutes to the wiki?]]
 +
*[[Developer Meeting Minutes#Adding electronic notes to meeting minutes|...add electronic notes to CVC4 meeting minutes?]]
 +
*[[Running a CVC4 Meeting|...run a CVC4 meeting?]]
 +
 +
= Dealing with adding a new theory =
 +
For information on how to add a new theory see [[How to write a theory in CVC4]].

Latest revision as of 11:12, 8 February 2017

This page is a repository for questions about working with CVC4. If you have a question, please add it here. If you have an answer, please add the answer to the Developer's Guide, or another wiki page, and then link to it from here.

Dealing with ANTLR3

Dealing with the build process

Dealing with Subversion

Dealing with the source tree

Dealing with tests

Dealing with code coverage

Dealing with performance

Dealing with the main CVC4 driver program

Dealing with code reviews

Dealing with the services on the Church server

NOTE: This information is deprecated but we might want to review it.

Dealing with adding a new theory

For information on how to add a new theory see How to write a theory in CVC4.