http://cvc4.stanford.edu/#Technical_Support.
* if you need to report a bug with CVC4, or make a feature request,
- please visit our bugtracker at http://cvc4.cs.stanford.edu/bugs/ or
+ please visit our bugtracker at https://github.com/CVC4/CVC4/issues or
write to the cvc-bugs@cs.stanford.edu mailing list. We are very
grateful for bug reports, as they help us improve CVC4, and patches
are generally reviewed and accepted quickly.
documentation, behavior, API, or SMT-LIB compliance, or if you have
a feature request, please let us know on our bugtracker at
- http://cvc4.cs.stanford.edu/bugs/
+ https://github.com/CVC4/CVC4/issues
or send an email to cvc-bugs@cs.stanford.edu.
.B CVC4
version @VERSION@.
.SH BUGS
-A Bugzilla for the CVC4 project is maintained at
-.BR http://cvc4.cs.nyu.edu/bugzilla3/ .
+An issue tracker for the CVC4 project is maintained at
+.BR https://github.com/CVC4/CVC4/issues .
.SH AUTHORS
.B CVC4
is developed by a team of researchers at New York University
.B CVC4
version @VERSION@.
.SH BUGS
-A Bugzilla for the CVC4 project is maintained at
-.BR http://cvc4.cs.nyu.edu/bugzilla3/ .
+An issue tracker for the CVC4 project is maintained at
+.BR https://github.com/CVC4/CVC4/issues .
.SH AUTHORS
.B CVC4
is developed by a team of researchers at New York University
Third, I/O streams are wrapped so that some functions requiring C++ input and output streams will accept Java InputStreams and OutputStreams.
-Our intent is to make the C++ API as useful and functional for Java developers as possible, while still retaining the flexibility of our original C++ design. If we can make your life as a Java user of our libraries easier, please let us know by requesting an enhancement or reporting a bug at our bug-tracking service, http://cvc4.cs.nyu.edu/bugs.
+Our intent is to make the C++ API as useful and functional for Java developers as possible, while still retaining the flexibility of our original C++ design. If we can make your life as a Java user of our libraries easier, please let us know by requesting an enhancement or reporting a bug at our bug-tracking service, https://github.com/CVC4/CVC4/issues.
For examples of Java programs using the CVC4 API, look in the directory examples/api/java in the CVC4 source distribution.
.B CVC4
version @VERSION@.
.SH BUGS
-A Bugzilla for the CVC4 project is maintained at
-.BR http://cvc4.cs.nyu.edu/bugzilla3/ .
+An issue tracker for the CVC4 project is maintained at
+.BR https://github.com/CVC4/CVC4/issues .
.SH AUTHORS
.B CVC4
is developed by a team of researchers at New York University
* This forces the inclusion of "cvc4_private.h". This is intentional!
*
* See bug 688 for more details:
- * http://cvc4.cs.nyu.edu/bugs/show_bug.cgi?id=688
+ * https://github.com/CVC4/CVC4/issues/907
*
* If you want to check CVC4_PROOF, you should have a very good reason
* and should list the exceptions here:
}
// Now test an assert with a format that drives it over the 512
- // byte initial buffer. This was a bug in r1441, see bug 246:
- // http://goedel.cims.nyu.edu/bugzilla3/show_bug.cgi?id=246
+ // byte initial buffer. This was a bug in r1441, see bug:
+ // https://github.com/CVC4/CVC4/issues/465
string fmt = string(200, 'x') + " %s " + string(200, 'x');
string arg(200, 'y');
try {