Skip to content

Commit

Permalink
Remove references to nyu (cvc5#1721)
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettcw authored and aniemetz committed Apr 2, 2018
1 parent a917cc2 commit 75d15b2
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 124 deletions.
1 change: 0 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -126,4 +126,3 @@ Changes since 1.0
"unsat") as well. Now, single -q silences messages and warnings, and
double -qq silences all output (except on exception or signal).

-- Morgan Deters <[email protected]> Wed, 02 Jul 2014 14:45:05 -0400
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dnl Preprocess CL args. Defined in config/cvc4.m4
CVC4_AC_INIT

AC_PREREQ([2.61])
AC_INIT([cvc4], _CVC4_RELEASE_STRING, [cvc-bugs@cs.nyu.edu])
AC_INIT([cvc4], _CVC4_RELEASE_STRING, [cvc4-bugs@cs.stanford.edu])
AC_CONFIG_SRCDIR([src/include/cvc4_public.h])
AC_CONFIG_AUX_DIR([config])
AC_CONFIG_MACRO_DIR([config])
Expand Down
8 changes: 4 additions & 4 deletions contrib/alttheoryskel/README.WHATS-NEXT
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ Your next steps will likely be:

You'll probably find the Developer's wiki useful:

http://cvc4.cs.nyu.edu/wiki/
http://cvc4.cs.stanford.edu/wiki/

...and in particular the Developer's Guide:
...and the Developer's Guide:

http://cvc4.cs.nyu.edu/wiki/Developer%27s_Guide
https://github.com/CVC4/CVC4/wiki/Developer-Guide

which contains coding guidelines for the CVC4 project.

Good luck, and please contact cvc4-devel@cs.nyu.edu for assistance
Good luck, and please contact cvc4-devel@cs.stanford.edu for assistance
should you need it!
2 changes: 1 addition & 1 deletion contrib/cvc-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -644,7 +644,7 @@ process will leave its output. Currently, each run of CVC clears the
compilation buffer. If you need to save multiple runs, save them one
at a time.
Please report bugs to barrett@cs.nyu.edu."
Please report bugs to barrett@cs.stanford.edu."
(interactive)
(use-local-map cvc-mode-map)
;;; Disable asking for the compile command
Expand Down
3 changes: 1 addition & 2 deletions contrib/get-authors
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/bin/sh
#
# get-authors
# Morgan Deters <[email protected]> for CVC4
# Copyright (c) 2009-2014 The CVC4 Project
# Copyright (c) 2009-2018 The CVC4 Project
#
# usage: get-authors [ files... ]
#
Expand Down
92 changes: 0 additions & 92 deletions contrib/get-bug-attachments

This file was deleted.

11 changes: 6 additions & 5 deletions contrib/theoryskel/README.WHATS-NEXT
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Your next steps will likely be:
* to write parser rules in src/parser/cvc/Cvc.g to support the CVC input
language, src/parser/smt/Smt.g to support the (deprecated) SMT-LIBv1
language, and src/parser/smt2/Smt2.g to support SMT-LIBv2
* to write printer code in src/printer/*/*_printer* to support printing
* to write printer code in
src/printer/*/*_printer* to support printing
your theory terms and types in various output languages

and finally:
Expand All @@ -33,13 +34,13 @@ and finally:

You'll probably find the Developer's wiki useful:

http://cvc4.cs.nyu.edu/wiki/
http://cvc4.cs.stanford.edu/wiki/

...and in particular the Developer's Guide:
...and the Developer's Guide:

http://cvc4.cs.nyu.edu/wiki/Developer%27s_Guide
https://github.com/CVC4/CVC4/wiki/Developer-Guide

which contains coding guidelines for the CVC4 project.

Good luck, and please contact cvc4-devel@cs.nyu.edu for assistance
Good luck, and please contact cvc4-devel@cs.stanford.edu for assistance
should you need it!
3 changes: 1 addition & 2 deletions contrib/update-copyright.pl
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#!/usr/bin/perl -w
#
# update-copyright.pl
# Morgan Deters <[email protected]> for CVC4
# Copyright (c) 2009-2014 The CVC4 Project
# Copyright (c) 2009-2018 The CVC4 Project
#
# usage: update-copyright [-m] [files/directories...]
# update-copyright [-h | --help]
Expand Down
2 changes: 1 addition & 1 deletion doc/SmtEngine.3cvc_template.in
Original file line number Diff line number Diff line change
Expand Up @@ -52,4 +52,4 @@ contributors.

Additionally, the CVC4 wiki contains useful information about the
design and internals of CVC4. It is maintained at
.BR http://cvc4.cs.nyu.edu/wiki/ .
.BR http://cvc4.cs.stanford.edu/wiki/ .
2 changes: 1 addition & 1 deletion doc/cvc4.1_template.in
Original file line number Diff line number Diff line change
Expand Up @@ -129,4 +129,4 @@ contributors.

Additionally, the CVC4 wiki contains useful information about the
design and internals of CVC4. It is maintained at
.BR http://cvc4.cs.nyu.edu/wiki/ .
.BR http://cvc4.cs.stanford.edu/wiki/ .
2 changes: 1 addition & 1 deletion doc/cvc4.5.in
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ to background theories of interest.

Additionally, the CVC4 wiki contains useful information about the
design and internals of CVC4. It is maintained at
.BR http://cvc4.cs.nyu.edu/wiki/ .
.BR http://cvc4.cs.stanford.edu/wiki/ .
2 changes: 1 addition & 1 deletion doc/libcvc4.3.in
Original file line number Diff line number Diff line change
Expand Up @@ -62,4 +62,4 @@ is used primarily to make assertions, check satisfiability/validity, and extract

Additionally, the CVC4 wiki contains useful information about the
design and internals of CVC4. It is maintained at
.BR http://goedel.cs.nyu.edu/wiki/ .
.BR http://goedel.cs.stanford.edu/wiki/ .
2 changes: 1 addition & 1 deletion doc/libcvc4compat.3.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ libcvc4compat \- a CVC3 compatibility library interface for the CVC4 theorem pro

Additionally, the CVC4 wiki contains useful information about the
design and internals of CVC4. It is maintained at
.BR http://cvc4.cs.nyu.edu/wiki/ .
.BR http://cvc4.cs.stanford.edu/wiki/ .
2 changes: 1 addition & 1 deletion doc/libcvc4parser.3.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@ libcvc4parser \- a parser library interface for the CVC4 theorem prover

Additionally, the CVC4 wiki contains useful information about the
design and internals of CVC4. It is maintained at
.BR http://cvc4.cs.nyu.edu/wiki/ .
.BR http://cvc4.cs.stanford.edu/wiki/ .
2 changes: 1 addition & 1 deletion doc/mainpage.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ The main classes of the CVC4 API are:
- CVC4::SmtEngine - the SMT interface, permits making assertions and checking satisfiability (create one of these for your application)

There are numerous examples of the use of the C++ API in the examples/api directory of the CVC4 source distribution. There is also a discussion on our CVC4 Wiki at
http://cvc4.cs.nyu.edu/wiki/Tutorials#C.2B.2B_API
http://cvc4.cs.stanford.edu/wiki/Tutorials#C.2B.2B_API

Using the CVC4 API from Java

Expand Down
2 changes: 1 addition & 1 deletion doc/options.3cvc_template.in
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@ contributors.

Additionally, the CVC4 wiki contains useful information about the
design and internals of CVC4. It is maintained at
.BR http://cvc4.cs.nyu.edu/wiki/ .
.BR http://cvc4.cs.stanford.edu/wiki/ .
3 changes: 1 addition & 2 deletions examples/README
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
This directory contains usage examples of CVC4's different language
bindings, library APIs, and also tutorial examples from the tutorials
available at http://cvc4.cs.nyu.edu/wiki/Tutorials
available at http://cvc4.cs.stanford.edu/wiki/Tutorials

*** Files named SimpleVC*, simple_vc*

Expand Down Expand Up @@ -31,4 +31,3 @@ source. After building CVC4, you can run "make examples". You'll
find the built binaries in builds/examples (or just in "examples" if
you configured a build directory outside of the source tree).

-- Morgan Deters <[email protected]> Tue, 24 Dec 2013 09:12:59 -0500
3 changes: 1 addition & 2 deletions src/parser/cvc/Cvc.g
Original file line number Diff line number Diff line change
Expand Up @@ -1729,8 +1729,7 @@ postfixTerm[CVC4::Expr& f]
/* left- or right-shift */
| ( LEFTSHIFT_TOK { left = true; }
| RIGHTSHIFT_TOK { left = false; } ) k=numeral
{ // Defined in:
// http://www.cs.nyu.edu/acsys/cvc3/doc/user_doc.html#user_doc_pres_lang_expr_bit
{
if(left) {
f = MK_EXPR(kind::BITVECTOR_CONCAT, f, MK_CONST(BitVector(k)));
} else {
Expand Down
2 changes: 1 addition & 1 deletion src/smt/smt_engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4563,7 +4563,7 @@ void SmtEnginePrivate::processAssertions() {
d_assertions[d_realAssertionsEnd - 1] = Rewriter::rewrite(Node(builder));
}
// TODO(b/1256): For some reason this is needed for some benchmarks, such as
// http://cvc4.cs.nyu.edu/benchmarks/smtlib2/QF_AUFBV/dwp_formulas/try5_small_difret_functions_dwp_tac.re_node_set_remove_at.il.dwp.smt2
// QF_AUFBV/dwp_formulas/try5_small_difret_functions_dwp_tac.re_node_set_remove_at.il.dwp.smt2
removeITEs();
applySubstitutionsToAssertions();
// Assert(iteRewriteAssertionsEnd == d_assertions.size());
Expand Down
2 changes: 1 addition & 1 deletion test/regress/regress1/auflia/bug330.smt2
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(set-logic QF_AUFLIA)
(set-info :source |
Translated from old SVC processor verification benchmarks. Contact Clark
Barrett at barrett@cs.nyu.edu for more information.
Barrett at barrett@cs.stanford.edu for more information.
This benchmark was automatically translated into SMT-LIB format from
CVC format using CVC Lite
Expand Down
2 changes: 1 addition & 1 deletion test/regress/regress1/rewriterules/read5.smt2
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
(set-logic AUF)
(set-info :source |
Translated from old SVC processor verification benchmarks. Contact Clark
Barrett at barrett@cs.nyu.edu for more information.
Barrett at barrett@cs.stanford.edu for more information.
This benchmark was automatically translated into SMT-LIB format from
CVC format using CVC Lite
Expand Down
2 changes: 1 addition & 1 deletion test/regress/regress3/pp-regfile.smt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
(benchmark pp_regfile.smt
:source {
Translated from old SVC processor verification benchmarks. Contact Clark
Barrett at barrett@cs.nyu.edu for more information.
Barrett at barrett@cs.stanford.edu for more information.

This benchmark was automatically translated into SMT-LIB format from
CVC format using CVC Lite
Expand Down

0 comments on commit 75d15b2

Please sign in to comment.